From 693d59ab68bb0474c499c1045a85ad5b263bbe1a Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sat, 22 Mar 2025 12:11:51 +0100 Subject: [PATCH] [FEAT] review and normailise title of the topBar Signed-off-by: Edouard DUPIN --- front/src/scene/album/AlbumDetailPage.tsx | 4 +- front/src/scene/album/AlbumsPage.tsx | 4 +- .../scene/artist/ArtistAlbumDetailPage.tsx | 46 ++++++++----------- front/src/scene/artist/ArtistDetailPage.tsx | 19 +++----- front/src/scene/artist/ArtistsPage.tsx | 2 +- front/src/scene/gender/GenderDetailPage.tsx | 4 +- front/src/scene/gender/GendersPage.tsx | 4 +- front/src/scene/onAir/OnAirPage.tsx | 4 +- front/src/scene/track/TrackSelectionPage.tsx | 2 +- 9 files changed, 38 insertions(+), 51 deletions(-) diff --git a/front/src/scene/album/AlbumDetailPage.tsx b/front/src/scene/album/AlbumDetailPage.tsx index ebe820f..6a72afe 100644 --- a/front/src/scene/album/AlbumDetailPage.tsx +++ b/front/src/scene/album/AlbumDetailPage.tsx @@ -45,7 +45,7 @@ export const AlbumDetailPage = () => { if (!dataAlbum) { return ( <> - + Fail to load artist id: {albumId} @@ -54,7 +54,7 @@ export const AlbumDetailPage = () => { } return ( <> - + - - + )} diff --git a/front/src/scene/artist/ArtistDetailPage.tsx b/front/src/scene/artist/ArtistDetailPage.tsx index 8d3ac41..b89791b 100644 --- a/front/src/scene/artist/ArtistDetailPage.tsx +++ b/front/src/scene/artist/ArtistDetailPage.tsx @@ -32,7 +32,7 @@ export const ArtistDetailPage = () => { if (!dataArtist) { return ( <> - + Fail to load artist id: {artistId} @@ -41,19 +41,12 @@ export const ArtistDetailPage = () => { } return ( <> - + } + > <> - - diff --git a/front/src/scene/track/TrackSelectionPage.tsx b/front/src/scene/track/TrackSelectionPage.tsx index b988527..1fa58ac 100644 --- a/front/src/scene/track/TrackSelectionPage.tsx +++ b/front/src/scene/track/TrackSelectionPage.tsx @@ -42,7 +42,7 @@ export const TrackSelectionPage = () => { }; return ( <> - +