From 743c2c3d02b02734a3598700e57b4ead804261fa Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Sat, 13 Jun 2026 21:26:44 -0400 Subject: [PATCH] feat(public-nav): slim appbar to ARCHIVE + inline CUTS/SESSIONS/MIXES, drop GENRES and Tracks (8.I) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Desktop flattens the ARCHIVE popover into inline appbar links above the medium breakpoint; mobile keeps the indented sub-list under ARCHIVE. GENRES and /tracks removed from nav only — routes (GenresView, TracksView) remain reachable by URL. Retires the now-dead desktop hover-popover and its 8.J collapse-state machinery (mobile drawer still dismisses on click). --- .../Layout/DeepDrftMenu.razor | 38 +++--------- .../Layout/DeepDrftMenu.razor.css | 60 ------------------- DeepDrftPublic.Client/Layout/Pages.cs | 7 ++- 3 files changed, 14 insertions(+), 91 deletions(-) diff --git a/DeepDrftPublic.Client/Layout/DeepDrftMenu.razor b/DeepDrftPublic.Client/Layout/DeepDrftMenu.razor index 9cfb97d..147738d 100644 --- a/DeepDrftPublic.Client/Layout/DeepDrftMenu.razor +++ b/DeepDrftPublic.Client/Layout/DeepDrftMenu.razor @@ -10,32 +10,17 @@