hensei-web/src
Justin Edmund fdc50906dc weapons: add creation page and update section components
Create /database/weapons/new route with full weapon creation form:
- Granblue ID validation
- Basic info (name, rarity)
- Uncap settings with cascade logic (Transcendence → ULB → FLB)
- Taxonomy (element, proficiency, series, new_series)
- Stats (HP/ATK with FLB/ULB variants)
- Caps (max_level, max_skill_level, max_awakening_level)
- Nicknames via TagInput
- Dates and external links

Update section components:
- WeaponUncapSection: Add cascade logic, extra/limit/ax fields
- WeaponTaxonomySection: Add series dropdowns with options
- WeaponStatsSection: Add ULB stats, caps section

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 03:08:52 -08:00
..
assets/icons feat: add conflict dialog for duplicate characters/weapons 2025-11-30 02:32:03 -08:00
lib weapons: add creation page and update section components 2025-12-01 03:08:52 -08:00
routes weapons: add creation page and update section components 2025-12-01 03:08:52 -08:00
stories add storybook setup and initial stories 2025-11-30 06:02:41 -08:00
themes checkbox and switch theming with hover states 2025-11-30 06:02:50 -08:00
app.d.ts add auth store and update auth flow 2025-09-23 22:09:14 -07:00
app.html Init Svelte migration repo 2025-09-08 13:43:09 -07:00
app.scss update app styles 2025-09-25 00:26:50 -07:00
demo.spec.ts Init Svelte migration repo 2025-09-08 13:43:09 -07:00
hooks.server.ts fix: component props and type assertions 2025-11-28 21:04:39 -08:00
hooks.ts Init Svelte migration repo 2025-09-08 13:43:09 -07:00