32c4880180
refactor character section components
...
- move series from taxonomy to metadata section
- rename uncap label to "Uncap Level"
- show all uncap flags in view mode
2025-12-15 12:48:51 -08:00
34c3dd6aa6
update entity types for new api format
...
- remove links property, use wiki/gamewith/kamigame at top level
- add seriesNames to Character
2025-12-15 12:48:16 -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
4d7d2c563e
fix CharacterTypeahead initial value display on page load
...
derive options from initialCharacter directly instead of using
effect-based initialization which had race conditions with SSR
2025-12-15 11:16:13 -08:00
80bcbd59db
fix CharacterTypeahead usage in weapon forms
2025-12-15 11:03:12 -08:00
ba17a17224
style CharacterTypeahead to match Select, use granblueId as value
2025-12-15 11:03:06 -08:00
3d75c22f3b
fix CharacterTypeahead width in DetailItem
2025-12-15 11:03:02 -08:00
b5f832191f
add gacha suggestion types and use CharacterGachaSection
2025-12-15 09:52:08 -08:00
879a3bd8bd
move season field to Metadata section
2025-12-15 09:52:03 -08:00
75a97cabaa
add CharacterGachaSection component
2025-12-15 09:51:58 -08:00
dd16718c03
add Holiday to CHARACTER_SERIES, remove Standard season
2025-12-15 09:51:54 -08:00
1a21828815
add PageMeta component and i18n keys for page titles
2025-12-14 21:55:37 -08:00
ed6a9fd2f4
send wiki_raw when creating entities from import
2025-12-14 21:50:40 -08:00
cfb62447a0
move Recruits and Promotions to Gacha section
2025-12-14 21:50:35 -08:00
850c5dd771
auto-update summon max level based on uncap
...
same behavior as weapons: 100/150/200/250 for base/flb/ulb/trans
2025-12-14 21:14:03 -08:00
64725bd4e8
add link buttons to import form fields
...
- add URL builders for wiki/gamewith/kamigame
- add hasLinkButton prop to DetailItem components
- show disabled link button when value is empty
- store page names instead of full URLs
- fix DetailItem to render children when editable
- remove focus background styling
2025-12-14 19:35:33 -08:00
e1ba34048a
improve import form components
...
- fix Select reactivity with external value changes
- add series/promotions to taxonomy sections
- add onDataChange callbacks to uncap sections
- add game CDN image helpers for batch imports
- expand suggestion type definitions
2025-12-14 19:35:20 -08:00
37f2178d4a
pre-fill summon ID from wiki data in batch import
2025-12-14 17:01:16 -08:00
6e6121cb71
use DetailItem for Granblue ID (already pre-populated)
2025-12-14 13:41:34 -08:00
3ec5e9f48a
fix: preserve wiki_data keys during request transform
2025-12-14 13:28:43 -08:00
5c870b148e
use client-side wiki fetch for batch preview imports
2025-12-14 13:17:34 -08:00
34db76fbdc
add client-side wiki fetcher to bypass cloudflare
2025-12-14 13:17:21 -08:00
b2f4cf5246
fix placeholder images to use CDN url
2025-12-14 12:59:29 -08:00
dd1591d5b3
update nav to point to consolidated series page
2025-12-14 11:59:39 -08:00
50ee6b80ff
add character/summon series to entity adapter and queries
2025-12-14 11:59:31 -08:00
d921d37362
add character and summon series types
2025-12-14 11:59:26 -08:00
77339a2b27
add name, proficiency, and level badge to artifact cards
2025-12-14 02:06:42 -08:00
c90da7ad4e
show item names in collection cards
2025-12-14 02:06:34 -08:00
7f9398efbd
add retired toggle to member/phantom edit dialog
2025-12-14 01:52:19 -08:00
7fdb07cacf
fix collection card image sizing
2025-12-14 01:52:15 -08:00
930627c71c
use lighter bg and darker text for settings tabs
2025-12-14 01:31:36 -08:00
106b9261f8
fix Select placeholder check for falsy values
2025-12-14 01:24:07 -08:00
e8608ff32d
respect showGranblueId setting in ProfileHeader
2025-12-14 01:24:03 -08:00
376e915ade
refactor UserSettingsModal to tabbed layout
2025-12-14 01:23:59 -08:00
9ee90fc6fc
add /users/me endpoint to user adapter
2025-12-14 01:23:55 -08:00
242aa7c0a9
add settings section components
2025-12-14 01:23:50 -08:00
c785d1d0ab
add SettingsNav and SettingsRow components
2025-12-14 01:23:47 -08:00
8e57cdc2a5
add missing crewStore import
2025-12-13 23:27:48 -08:00
9429ccff53
use AWS for placeholder images in production
2025-12-13 23:26:35 -08:00
9c69db640e
hide invitations menu item when user is in a crew
2025-12-13 23:20:58 -08:00
b844012f3b
use neutral ViewModeToggle in collection pages
2025-12-13 23:17:58 -08:00
f20c99bdac
add ViewModeToggle component with element theming and neutral mode
2025-12-13 23:17:50 -08:00
04469ee202
fix icon svg handling, update grid/list icons
2025-12-13 23:17:42 -08:00
4745baca1c
add bulk phantom creation, delete confirmation, default to all filter
...
- bulk create phantoms with individual join dates
- confirm before deleting phantoms
- reorder filters with All first and as default
2025-12-13 23:12:40 -08:00
7dcb100412
add medium size to Dialog, leftIcon/rightIcon props to Button
2025-12-13 23:12:34 -08:00
0e5f7e1642
fix modal content overflow pushing footer out of view
2025-12-13 23:12:30 -08:00
7e0f66d9cc
fix registration availability checks and signup endpoint
...
- correct api paths for username/email availability checks
- use singleton userAdapter instead of creating new instance
- use getApiBaseUrl() for signup to include /api/v1 prefix
2025-12-13 22:15:31 -08:00
30128107fb
cache user settings in cookie for faster modal loading
...
store granblueId and showCrewGamertag in cookie at login,
use as initial values so modal opens instantly
2025-12-13 22:14:49 -08:00
362db1238f
fix input focus loss when error state changes
...
always wrap in fieldset to keep DOM structure stable
2025-12-13 22:14:32 -08:00
9787af9c42
fix party avatar to use shared image utilities
2025-12-13 21:50:25 -08:00