feat(detail): link genre and tag chips to the filtered catalogue

Genre chips now deep-link to /?genres=<id> and user-tag chips to
/?tags=<id>, reusing the homepage catalogue's existing filter params —
turning the detail page's metadata into one-tap discovery. Tag chips keep
their remove affordance (the Chip's href branch preventDefaults the remove
button). e2e asserts both chip hrefs.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
MechaCat02
2026-07-04 21:04:30 +02:00
parent 01d18e7ba2
commit ad1689b818
6 changed files with 68 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "mangalord-frontend",
"version": "0.97.0",
"version": "0.98.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mangalord-frontend",
"version": "0.97.0",
"version": "0.98.0",
"devDependencies": {
"@lucide/svelte": "^1.16.0",
"@playwright/test": "^1.48.0",