Commit graph

9 commits

Author SHA1 Message Date
2898740cb2 add DatabasePageHeader to entity detail/edit pages 2025-12-23 13:41:50 -08:00
a01c6e8d31 add extra_prerequisite and forge chain to weapon database pages 2025-12-21 22:22:57 -08:00
1a511461e5 use text color css vars in database routes 2025-12-20 20:57:34 -08:00
07d276e469 pass entity type to buildWikiJaUrl calls 2025-12-16 11:44:00 -08:00
cde15428da add element styling to link buttons on db detail pages 2025-12-15 19:12:28 -08:00
2ace9590ab fix external link URLs in db detail pages 2025-12-15 18:49:18 -08:00
a295175b36 weapon pages: reorder sections, always show all fields 2025-12-15 13:08:22 -08:00
6da599403c fix links format on weapon/summon detail pages
use wiki.en/ja + gamewith/kamigame at top level
2025-12-15 12:49:20 -08:00
6ba89dc216 use granblueId in database URLs instead of UUID
- rename route folders from [id] to [granblueId]
- update all server load functions to use params.granblueId
- update detail/edit/new pages to navigate with granblueId
- update cross-entity links (recruits, recruitedBy)
- update TanStack Query keys to use granblueId

backend's IdResolvable already supports fetching by granblueId
2025-12-15 11:26:52 -08:00
Renamed from src/routes/(app)/database/weapons/[id]/+page.svelte (Browse further)