a01c6e8d31
add extra_prerequisite and forge chain to weapon database pages
2025-12-21 22:22:57 -08:00
5e01e56dec
add video embed to description pane
2025-12-21 17:02:28 -08:00
c93f65153c
show first two paragraphs in description tile with fade gradient
2025-12-21 17:02:18 -08:00
8329ec9de3
add rich text description editor
...
- use edra/tiptap for description editing in sidebar
- fix infinite loop by using onMount instead of $effect
2025-12-21 15:13:12 -08:00
b66405ca73
remove redundant edit description button and edit party modal
2025-12-21 12:37:54 -08:00
28b5f3de4f
party info grid + edit sidebar ( #446 )
...
adds a bunch of stuff for viewing and editing party metadata
## what's new
- **party info grid** - shows raid, settings, performance metrics, video
in a nice tile layout
- **party edit sidebar** - edit all the party metadata: battle settings,
clear time, button/chain/summon counts, video url, raid selection
- **raid selector** - browse raids by section (raids/events/solo),
search, sort by difficulty
- **input clearable prop** - inputs can now have a clear button
also some switch component cleanup and misc fixes
2025-12-21 03:01:28 -08:00
5eefcc0bc7
use text color css vars in remaining components
2025-12-20 20:58:51 -08:00
7793715a30
filter mainhand weapons by job proficiency
2025-12-20 02:13:56 -08:00
e83650cb97
support aux_weapon in job database
2025-12-18 21:34:32 -08:00
bc5b25bdd7
show Origin I instead of Class o1 for job tier
2025-12-18 21:09:57 -08:00
ed282dfea4
update getJobSkillIcon to accept skill object
2025-12-15 16:09:21 -08:00
adf38c0c28
add job skill edit sidebar
2025-12-15 16:09:15 -08:00
28c12d23c7
remove card styling from skill groups
2025-12-15 14:37:33 -08:00
b2e374fefa
style job skills tab: smaller headers, more name spacing
2025-12-15 14:33:59 -08:00
3f87d51a55
add jobs database pages (list, detail, edit)
2025-12-15 14:21:40 -08:00
18b60f2c9b
add job type support to detail scaffold/header
2025-12-15 14:21:30 -08:00
5ec31ade2d
add Name fields to SummonMetadata, create SummonGachaSection, remove Promotions from Taxonomy
2025-12-15 13:16:56 -08:00
70c0881bb4
weapon sections: add name fields to metadata, move recruits to gacha
2025-12-15 13:08:17 -08:00
0812e3b2d4
add name EN/JP fields to character detail and edit pages
2025-12-15 12:58:35 -08:00
cc60a57e3e
minor ui tweaks
...
- fix datepicker css class name conflict
- remove border and margin from detail header/scaffold
2025-12-15 12:51:19 -08:00
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
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
80bcbd59db
fix CharacterTypeahead usage in weapon forms
2025-12-15 11:03:12 -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
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
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
6e6121cb71
use DetailItem for Granblue ID (already pre-populated)
2025-12-14 13:41:34 -08:00
b2f4cf5246
fix placeholder images to use CDN url
2025-12-14 12:59:29 -08:00
da7299625c
misc type and style fixes
2025-12-13 21:25:02 -08:00
bf2bf8663f
add search mode toggle for collection items
2025-12-03 22:58:46 -08:00
df045ecd2b
add AddArtifactSidebar for collection artifacts
...
flow: proficiency -> element (color dots) -> artifact dropdown
(filtered by proficiency) -> level/nickname -> skills config
using pane stack for iOS-style navigation
2025-12-03 17:14:26 -08:00
122b07e827
fix edit sidebars to use pane stack push/pop
2025-12-03 16:33:16 -08:00
166ef8ff6f
update conflict dialog and database pages for series objects
2025-12-03 11:59:31 -08:00
23ae7f70ba
add promotions to summon database views
2025-12-02 05:25:56 -08:00
8c45c21939
add promotions to weapon database views
2025-12-02 05:25:49 -08:00
cf694bb1ce
add season, series, gacha_available, recruited_by to character database views
2025-12-02 05:25:43 -08:00
afb81e0f55
add nicknames, links sections to entity detail pages; show recruits in weapon metadata
2025-12-02 02:15:03 -08:00
28aa547c89
fix: summon granblueId binding in edit mode
2025-12-02 01:28:16 -08:00
6683a9e53a
import pages: add wiki_raw to payload, misc fixes
2025-12-02 01:25:28 -08:00
5edcf6473a
cleanup: remove unused CharacterImagesSection, tweak metadata
2025-12-02 01:25:23 -08:00
38762c8946
add image download buttons to detail scaffold
2025-12-02 01:25:18 -08:00
2771e202cb
add CopyableText component for raw data tab
2025-12-02 01:25:14 -08:00
dea02ef359
fix ougiRatio display - access nested object properties
2025-12-02 01:24:57 -08:00
1ea0eee86c
add suggestion props to all database section components
2025-12-01 23:52:06 -08:00
bba78d5781
feat: add suggestion UI components for batch import
...
- SuggestionBadge: sparkle icon with tooltip for accept/dismiss actions
- SuggestionDetailItem: detail item wrapper with suggestion badge support
- TabbedEntitySelector: entity image grid for batch selection
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 23:43:56 -08:00
be75fcbcbd
database detail pages: add Info/Images/Raw tabs
2025-12-01 09:54:35 -08:00
7a57680ec1
use ElementLabel/ProficiencyLabel, show all fields in detail pages
2025-12-01 08:35:34 -08:00
371cb7d102
fix: use camelCase granblueId in view mode
2025-12-01 08:35:30 -08:00