hensei-web/src/routes
Justin Edmund 90e5ded942
add maxExorcismLevel to weapons (#452)
## Summary
- add `maxExorcismLevel` to Weapon type
- add field to WeaponStatsSection in database pages (with min=1
validation)
- include in new/edit/import page payloads
- make BefoulmentSelect exorcism options dynamic (0 to maxExorcismLevel)
- pass maxExorcismLevel to BefoulmentSelect from edit panes

## Test plan
- [ ] verify maxExorcismLevel field appears in weapon stats section
- [ ] verify min=1 validation works
- [ ] verify exorcism dropdown shows correct options based on weapon's
maxExorcismLevel
2026-01-04 14:43:53 -08:00
..
(app) add maxExorcismLevel to weapons (#452) 2026-01-04 14:43:53 -08:00
auth add page titles to static pages 2025-12-14 21:55:45 -08:00
+layout.server.ts
+layout.svelte implement dark mode with instant theme switching 2025-12-20 21:13:26 -08:00
+layout.ts