From f1860866de6ae27722c3863db3d66707c2d2e004 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Tue, 2 Jun 2026 19:24:09 -0400 Subject: [PATCH] chore(modal): drop the ?image=N soft-compat from G5.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Operator confirmed they have no existing ?image=N bookmarks to preserve, so the soft-compat read on initial mount + router.replace strip is dead weight. The modal is now purely a Pinia overlay — no URL involvement on open OR initial mount. Drops 33 lines plus the now-unused vue-router imports in both ArtistGalleryTab (entire onMounted gone) and GalleryView (just the ?image=N block; the post_id/tag_id filter handling stays). --- .../src/components/artist/ArtistGalleryTab.vue | 18 ------------------ frontend/src/views/GalleryView.vue | 17 +---------------- 2 files changed, 1 insertion(+), 34 deletions(-) diff --git a/frontend/src/components/artist/ArtistGalleryTab.vue b/frontend/src/components/artist/ArtistGalleryTab.vue index f0d2a70..56a9d6d 100644 --- a/frontend/src/components/artist/ArtistGalleryTab.vue +++ b/frontend/src/components/artist/ArtistGalleryTab.vue @@ -11,9 +11,6 @@