diff --git a/apps/web/src/components/views/ProfileView.stories.tsx b/apps/web/src/components/views/ProfileView.stories.tsx index 7ca109cf1..6f289bb3b 100644 --- a/apps/web/src/components/views/ProfileView.stories.tsx +++ b/apps/web/src/components/views/ProfileView.stories.tsx @@ -9,7 +9,7 @@ const meta: Meta = { tags: ['autodocs'], decorators: [ (Story) => ( -
+
), diff --git a/apps/web/src/components/views/profile-view/ProfileViewAboutTab.tsx b/apps/web/src/components/views/profile-view/ProfileViewAboutTab.tsx index d92d67bd0..0abba32ca 100644 --- a/apps/web/src/components/views/profile-view/ProfileViewAboutTab.tsx +++ b/apps/web/src/components/views/profile-view/ProfileViewAboutTab.tsx @@ -12,7 +12,7 @@ export function ProfileViewAboutTab({ profile }: ProfileViewAboutTabProps) {

Biography

-

+

{profile.bio || 'No biography provided.'}

diff --git a/apps/web/src/components/views/profile-view/ProfileViewOverview.tsx b/apps/web/src/components/views/profile-view/ProfileViewOverview.tsx index 2bd4dccab..ce27e9c84 100644 --- a/apps/web/src/components/views/profile-view/ProfileViewOverview.tsx +++ b/apps/web/src/components/views/profile-view/ProfileViewOverview.tsx @@ -22,7 +22,7 @@ export function ProfileViewOverview({ return (
{tracks.length > 0 ? ( -
+
-

+

{tracks[0].title}

-

+

Latest upload from {profile.username}.

@@ -72,7 +72,7 @@ export function ProfileViewOverview({ {tracks.length > 0 && (
-

Popular Tracks

+

Popular Tracks

@@ -97,10 +97,10 @@ export function ProfileViewOverview({ />
-
+
{track.title}
-
+
{track.plays?.toLocaleString() || 0} plays
diff --git a/apps/web/src/components/views/profile-view/ProfileViewPlaylistCard.tsx b/apps/web/src/components/views/profile-view/ProfileViewPlaylistCard.tsx index a818d117b..36cda5903 100644 --- a/apps/web/src/components/views/profile-view/ProfileViewPlaylistCard.tsx +++ b/apps/web/src/components/views/profile-view/ProfileViewPlaylistCard.tsx @@ -11,7 +11,7 @@ export function ProfileViewPlaylistCard({ playlist }: ProfileViewPlaylistCardPro return (
)) ) : ( -

+

No playlists found.

)} diff --git a/apps/web/src/components/views/profile-view/ProfileViewSidebar.tsx b/apps/web/src/components/views/profile-view/ProfileViewSidebar.tsx index a71bbddb1..4904fb463 100644 --- a/apps/web/src/components/views/profile-view/ProfileViewSidebar.tsx +++ b/apps/web/src/components/views/profile-view/ProfileViewSidebar.tsx @@ -10,13 +10,13 @@ export function ProfileViewSidebar({ profile }: ProfileViewSidebarProps) { return (
-

+

Connections

{profile.website && ( -
- +
+ )} {profile.socials?.twitter && ( -
- +
+ {profile.socials.twitter}
)} @@ -47,14 +47,14 @@ export function ProfileViewSidebar({ profile }: ProfileViewSidebarProps) { -

+

Achievements

{[1, 2, 3].map((i) => (
{['🏆', '⚡', '🎹'][i - 1]}
diff --git a/apps/web/src/components/views/profile-view/ProfileViewSkeleton.stories.tsx b/apps/web/src/components/views/profile-view/ProfileViewSkeleton.stories.tsx index 16913d32e..4bfcbdca2 100644 --- a/apps/web/src/components/views/profile-view/ProfileViewSkeleton.stories.tsx +++ b/apps/web/src/components/views/profile-view/ProfileViewSkeleton.stories.tsx @@ -8,7 +8,7 @@ const meta: Meta = { tags: ['autodocs'], decorators: [ (Story) => ( -
+
), diff --git a/apps/web/src/components/views/profile-view/ProfileViewTrackCard.tsx b/apps/web/src/components/views/profile-view/ProfileViewTrackCard.tsx index df6481631..06402459a 100644 --- a/apps/web/src/components/views/profile-view/ProfileViewTrackCard.tsx +++ b/apps/web/src/components/views/profile-view/ProfileViewTrackCard.tsx @@ -13,7 +13,7 @@ export function ProfileViewTrackCard({ track, mode }: ProfileViewTrackCardProps) if (mode === 'grid') { return (
playTrack(track)} > playTrack(track)} >
@@ -57,12 +57,12 @@ export function ProfileViewTrackCard({ track, mode }: ProfileViewTrackCardProps)
-

+

{track.title}

-

{track.artist}

+

{track.artist}

-
+
{track.play_count} diff --git a/apps/web/src/components/views/profile-view/ProfileViewTracksTab.tsx b/apps/web/src/components/views/profile-view/ProfileViewTracksTab.tsx index c6da62523..ffd3ab38b 100644 --- a/apps/web/src/components/views/profile-view/ProfileViewTracksTab.tsx +++ b/apps/web/src/components/views/profile-view/ProfileViewTracksTab.tsx @@ -16,7 +16,7 @@ export function ProfileViewTracksTab({ tracks, viewMode }: ProfileViewTracksTabP )) ) : ( -

+

No tracks found.

)} diff --git a/apps/web/src/features/settings/components/AccountSettings.stories.tsx b/apps/web/src/features/settings/components/AccountSettings.stories.tsx index c09569abe..6dbd8f38f 100644 --- a/apps/web/src/features/settings/components/AccountSettings.stories.tsx +++ b/apps/web/src/features/settings/components/AccountSettings.stories.tsx @@ -7,7 +7,7 @@ const meta = { tags: ['autodocs'], decorators: [ (Story) => ( -
+
), diff --git a/apps/web/src/features/settings/components/account-settings/AccountSettingsSkeleton.tsx b/apps/web/src/features/settings/components/account-settings/AccountSettingsSkeleton.tsx index b34d0a010..7b7479579 100644 --- a/apps/web/src/features/settings/components/account-settings/AccountSettingsSkeleton.tsx +++ b/apps/web/src/features/settings/components/account-settings/AccountSettingsSkeleton.tsx @@ -14,31 +14,31 @@ export function AccountSettingsSkeleton({ className }: AccountSettingsSkeletonPr
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
+
-
-
+
+
-
+