chore(modal): drop ?image=N soft-compat — pure overlay #55
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Follow-up to G5.4. Operator confirmed no existing
?image=Nbookmarks to preserve, so the soft-compat read on initial mount +router.replacestrip from PR #54 is dead weight. The modal is now purely a Pinia overlay — no URL involvement on open OR initial mount.GalleryView.vue: 17 lines removed fromonMounted+useRouterimport droppedArtistGalleryTab.vue: entireonMountedblock +useRoute/useRouter/onMountedimports dropped (component is leaner)Net: -33 lines.
Test Plan
/gallery?image=42directly — modal should NOT auto-open (the URL is now meaningless)/gallery/artist/foo?image=99directly — same: modal does not auto-open🤖 Generated with Claude Code