hensei-web/src/routes/(app)
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
..
[username] move routes to (app) route group 2025-11-30 22:28:17 -08:00
about move routes to (app) route group 2025-11-30 22:28:17 -08:00
api/settings move routes to (app) route group 2025-11-30 22:28:17 -08:00
collection move routes to (app) route group 2025-11-30 22:28:17 -08:00
database weapons: add creation page and update section components 2025-12-01 03:08:52 -08:00
guides move routes to (app) route group 2025-11-30 22:28:17 -08:00
me move routes to (app) route group 2025-11-30 22:28:17 -08:00
settings move routes to (app) route group 2025-11-30 22:28:17 -08:00
teams teams/new: fix css leak on prefetch, remove open search button 2025-12-01 00:22:52 -08:00
test move routes to (app) route group 2025-11-30 22:28:17 -08:00
+layout.svelte move routes to (app) route group 2025-11-30 22:28:17 -08:00
+page.server.ts routes: redirect root to /teams/explore 2025-11-30 23:16:07 -08:00
+page.svelte move routes to (app) route group 2025-11-30 22:28:17 -08:00