diff --git a/apps/web/src/components/ui/FocusTrap.stories.tsx b/apps/web/src/components/ui/FocusTrap.stories.tsx index b36f5e04a..c92f91244 100644 --- a/apps/web/src/components/ui/FocusTrap.stories.tsx +++ b/apps/web/src/components/ui/FocusTrap.stories.tsx @@ -26,7 +26,7 @@ export const Interactive: Story = { {active ? 'Disable Focus Trap' : 'Enable Focus Trap'} -
+

{active ? 'Focus Trapped Here' : 'Normal Navigation'}

setActive(false)}> @@ -41,13 +41,13 @@ export const Interactive: Story = { {active && ( -

+

Try tabbing through inputs. Focus should stay within this box. Press Escape to exit.

)}
-
+

Elements outside trap (cannot reach freely when active)

diff --git a/apps/web/src/components/views/profile-view/ProfileViewOverview.tsx b/apps/web/src/components/views/profile-view/ProfileViewOverview.tsx index ce27e9c84..1a0c94815 100644 --- a/apps/web/src/components/views/profile-view/ProfileViewOverview.tsx +++ b/apps/web/src/components/views/profile-view/ProfileViewOverview.tsx @@ -64,7 +64,7 @@ export function ProfileViewOverview({
) : ( -
+
No tracks available.
)} @@ -84,7 +84,7 @@ export function ProfileViewOverview({ className="flex items-center gap-4 p-2 hover:bg-white/5 rounded transition-colors cursor-pointer group" onClick={() => playTrack(track)} > -
+
{i + 1}
diff --git a/apps/web/src/components/views/profile-view/ProfileViewSidebar.tsx b/apps/web/src/components/views/profile-view/ProfileViewSidebar.tsx index 4904fb463..a51c58f8b 100644 --- a/apps/web/src/components/views/profile-view/ProfileViewSidebar.tsx +++ b/apps/web/src/components/views/profile-view/ProfileViewSidebar.tsx @@ -38,8 +38,8 @@ export function ProfileViewSidebar({ profile }: ProfileViewSidebarProps) {
)} {profile.socials?.instagram && ( -
- +
+ {profile.socials.instagram}
)} diff --git a/apps/web/src/components/views/profile-view/ProfileViewTrackCard.tsx b/apps/web/src/components/views/profile-view/ProfileViewTrackCard.tsx index 06402459a..51481f8c9 100644 --- a/apps/web/src/components/views/profile-view/ProfileViewTrackCard.tsx +++ b/apps/web/src/components/views/profile-view/ProfileViewTrackCard.tsx @@ -33,7 +33,7 @@ export function ProfileViewTrackCard({ track, mode }: ProfileViewTrackCardProps)

{track.title}

{track.isPremium && ( -
+
PRO
)} diff --git a/apps/web/src/features/studio/components/cloud-file-browser/FileTableRow.stories.tsx b/apps/web/src/features/studio/components/cloud-file-browser/FileTableRow.stories.tsx index 949255d85..7df774570 100644 --- a/apps/web/src/features/studio/components/cloud-file-browser/FileTableRow.stories.tsx +++ b/apps/web/src/features/studio/components/cloud-file-browser/FileTableRow.stories.tsx @@ -10,7 +10,7 @@ const meta: Meta = { (Story) => (
- + @@ -20,7 +20,7 @@ const meta: Meta = { - +
NameActions