Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

Commit 2907078

Browse files
committed
Dashboard cosmetic changes
1 parent a65d038 commit 2907078

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

packages/player/src/__snapshots__/App.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ exports[`App > should render snapshot 1`] = `
375375
Dashboard
376376
</h1>
377377
<div
378-
class="flex w-full flex-1 flex-col overflow-hidden"
378+
class="flex w-full flex-1 flex-col overflow-y-auto"
379379
>
380380
<div
381381
class="flex flex-col items-center justify-center text-center gap-4 p-8 flex-1"

packages/player/src/views/Dashboard/dashboardWidgets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export type DashboardWidgetEntry = {
1717

1818
export const DASHBOARD_WIDGETS: DashboardWidgetEntry[] = [
1919
{ capability: 'editorialPlaylists', component: EditorialPlaylistsWidget },
20-
{ capability: 'topTracks', component: TopTracksWidget },
2120
{ capability: 'topArtists', component: TopArtistsWidget },
2221
{ capability: 'topAlbums', component: TopAlbumsWidget },
2322
{ capability: 'newReleases', component: NewReleasesWidget },
23+
{ capability: 'topTracks', component: TopTracksWidget },
2424
];

packages/player/src/views/Favorites/__snapshots__/FavoriteAlbums.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exports[`FavoriteAlbums view > (Snapshot) renders empty state 1`] = `
2626
Favorite albums
2727
</h1>
2828
<div
29-
class="flex w-full flex-1 flex-col overflow-hidden"
29+
class="flex w-full flex-1 flex-col overflow-y-auto"
3030
>
3131
<div
3232
class="flex flex-col items-center justify-center text-center gap-4 p-8 flex-1"
@@ -114,7 +114,7 @@ exports[`FavoriteAlbums view > (Snapshot) renders with albums 1`] = `
114114
Favorite albums
115115
</h1>
116116
<div
117-
class="flex w-full flex-1 flex-col overflow-hidden"
117+
class="flex w-full flex-1 flex-col overflow-y-auto"
118118
>
119119
<div
120120
class="grid grid-cols-[repeat(auto-fit,minmax(10rem,1fr))] gap-4"

packages/player/src/views/Favorites/__snapshots__/FavoriteArtists.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exports[`FavoriteArtists view > (Snapshot) renders empty state 1`] = `
2626
Favorite artists
2727
</h1>
2828
<div
29-
class="flex w-full flex-1 flex-col overflow-hidden"
29+
class="flex w-full flex-1 flex-col overflow-y-auto"
3030
>
3131
<div
3232
class="flex flex-col items-center justify-center text-center gap-4 p-8 flex-1"
@@ -106,7 +106,7 @@ exports[`FavoriteArtists view > (Snapshot) renders with artists 1`] = `
106106
Favorite artists
107107
</h1>
108108
<div
109-
class="flex w-full flex-1 flex-col overflow-hidden"
109+
class="flex w-full flex-1 flex-col overflow-y-auto"
110110
>
111111
<div
112112
class="grid grid-cols-[repeat(auto-fit,minmax(10rem,1fr))] gap-4"

packages/player/src/views/Favorites/__snapshots__/FavoriteTracks.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exports[`FavoriteTracks view > (Snapshot) renders empty state 1`] = `
2626
Favorite tracks
2727
</h1>
2828
<div
29-
class="flex w-full flex-1 flex-col overflow-hidden"
29+
class="flex w-full flex-1 flex-col overflow-y-auto"
3030
>
3131
<div
3232
class="flex flex-col items-center justify-center text-center gap-4 p-8 flex-1"
@@ -111,7 +111,7 @@ exports[`FavoriteTracks view > (Snapshot) renders with tracks 1`] = `
111111
Favorite tracks
112112
</h1>
113113
<div
114-
class="flex w-full flex-1 flex-col overflow-hidden"
114+
class="flex w-full flex-1 flex-col overflow-y-auto"
115115
>
116116
<div
117117
class="flex justify-end m-2"

packages/player/src/views/PlaylistDetail/__snapshots__/PlaylistDetail.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exports[`PlaylistDetail view > (Snapshot) renders playlist detail with tracks 1`
2626
Test Playlist
2727
</h1>
2828
<div
29-
class="flex w-full flex-1 flex-col overflow-hidden"
29+
class="flex w-full flex-1 flex-col overflow-y-auto"
3030
>
3131
<span
3232
data-testid="playlist-detail-title"

packages/player/src/views/Plugins/__snapshots__/PluginStore.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ exports[`Plugin Store > (Snapshot) renders the plugin store with plugins from th
2525
Plugins
2626
</h1>
2727
<div
28-
class="flex w-full flex-1 flex-col overflow-hidden"
28+
class="flex w-full flex-1 flex-col overflow-y-auto"
2929
>
3030
<div
3131
class="max-h-full w-full gap-2 flex flex-1 flex-col overflow-hidden"

packages/player/src/views/Plugins/__snapshots__/Plugins.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ exports[`Plugins view > (Snapshot) renders the plugins view 1`] = `
2525
Plugins
2626
</h1>
2727
<div
28-
class="flex w-full flex-1 flex-col overflow-hidden"
28+
class="flex w-full flex-1 flex-col overflow-y-auto"
2929
>
3030
<div
3131
class="max-h-full w-full gap-2 flex flex-1 flex-col overflow-hidden"

packages/player/src/views/Search/__snapshots__/Search.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ exports[`Search view > (Snapshot) renders the search view 1`] = `
382382
Query: "test"
383383
</h2>
384384
<div
385-
class="flex w-full flex-1 flex-col overflow-hidden"
385+
class="flex w-full flex-1 flex-col overflow-y-auto"
386386
>
387387
<button
388388
aria-hidden="true"

packages/player/src/views/Settings/__snapshots__/Settings.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ exports[`Settings view > (Snapshot) renders the settings view 1`] = `
542542
Settings
543543
</h1>
544544
<div
545-
class="flex w-full flex-1 flex-col overflow-hidden"
545+
class="flex w-full flex-1 flex-col overflow-y-auto"
546546
>
547547
<div
548548
class="flex w-full flex-col items-center justify-center overflow-hidden"

0 commit comments

Comments
 (0)