hensei-web/src
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
..
assets/icons use home icon for database back-to-site button 2025-12-23 14:41:22 -08:00
lib add maxExorcismLevel to weapons (#452) 2026-01-04 14:43:53 -08:00
params add tab param matcher for URL routing 2025-12-01 04:27:01 -08:00
routes add maxExorcismLevel to weapons (#452) 2026-01-04 14:43:53 -08:00
stories weapon series detail/edit pages (#449) 2025-12-31 23:55:03 -08:00
themes fix dark theme css specificity 2025-12-20 21:13:43 -08:00
app.d.ts add auth store and update auth flow 2025-09-23 22:09:14 -07:00
app.html implement dark mode with instant theme switching 2025-12-20 21:13:26 -08:00
app.scss add svelte-sonner for toast notifications 2025-12-02 06:54:12 -08:00
demo.spec.ts Init Svelte migration repo 2025-09-08 13:43:09 -07:00
hooks.server.ts switch to dynamic font loading from env 2025-12-02 08:39:28 -08:00
hooks.ts Init Svelte migration repo 2025-09-08 13:43:09 -07:00