Commit graph

11 commits

Author SHA1 Message Date
3f2f6abefa preserve list filters when navigating back from detail pages 2025-12-23 13:55:04 -08:00
2898740cb2 add DatabasePageHeader to entity detail/edit pages 2025-12-23 13:41:50 -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
321e7585b8 extract CharacterTags component, use in unit and search 2025-12-15 19:51:38 -08:00
a6e87e8d30 add gap to related units layout 2025-12-15 19:27:57 -08:00
d5a2d4e4c8 add element tag to related characters section 2025-12-15 19:23:04 -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
9243d133cd reconcile character detail and edit pages
- same section order on both pages
- show all fields (empty shows dash)
- add editable nicknames/links to edit page
- handle CharacterSeriesRef[] -> number[] conversion
2025-12-15 12:49:00 -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/characters/[id]/+page.svelte (Browse further)