hensei-web/src/lib
Justin Edmund 839365a5a1
Add weapon stat modifier UI for AX skills and befoulments (#448)
## Summary
- Add weapon stat modifier types and API layer
- Rewrite AX skill components to fetch modifiers from API instead of
local data
- Add befoulment select component for weapon editing
- Update weapon edit views to use new modifier system
- Remove old hardcoded ax skill definitions

This is the frontend counterpart to the API weapon stat modifiers
feature. AX skills and befoulments are now fetched from the API instead
of being hardcoded in the frontend.

## Test plan
- [ ] Edit a weapon with AX skills, verify dropdown shows correct
options
- [ ] Add/remove AX skills on a weapon, verify saves correctly
- [ ] Add befoulment to a weapon, verify UI and save work
- [ ] Verify existing weapons with AX skills display correctly
2025-12-31 22:21:22 -08:00
..
api Add weapon stat modifier UI for AX skills and befoulments (#448) 2025-12-31 22:21:22 -08:00
assets Init Svelte migration repo 2025-09-08 13:43:09 -07:00
auth cache user settings in cookie for faster modal loading 2025-12-13 22:14:49 -08:00
components Add weapon stat modifier UI for AX skills and befoulments (#448) 2025-12-31 22:21:22 -08:00
composables Add weapon stat modifier UI for AX skills and befoulments (#448) 2025-12-31 22:21:22 -08:00
data Add weapon stat modifier UI for AX skills and befoulments (#448) 2025-12-31 22:21:22 -08:00
features clean up duplicate border-radius/box-shadow in detail components 2025-12-23 13:41:54 -08:00
providers add server-side sorting support for database grid 2025-12-17 10:17:10 -08:00
query Complete TanStack Query v6 migration (#445) 2025-11-29 22:32:15 -08:00
stores implement dark mode with instant theme switching 2025-12-20 21:13:26 -08:00
types Add weapon stat modifier UI for AX skills and befoulments (#448) 2025-12-31 22:21:22 -08:00
utils Add weapon stat modifier UI for AX skills and befoulments (#448) 2025-12-31 22:21:22 -08:00
validation Fix zod validation for login 2025-09-11 10:47:12 -07:00
index.ts Init Svelte migration repo 2025-09-08 13:43:09 -07:00
seo.ts Rudimentary import for SEO 2025-09-09 03:20:38 -07:00