hensei-web/src/lib/utils
Justin Edmund 1b00889e81
weapon series detail/edit pages (#449)
## Summary
- add detail and edit pages for weapon series at
`/database/series/weapons/[slug]`
- fix series table navigation to use slug instead of uuid
- add `?view=series` URL param for bookmarkable series view
- remove redundant `/database/series` page
- rename augment type `none` → `no_augment` for consistency

## Test plan
- [ ] navigate to /database/weapons, toggle to series view
- [ ] verify URL updates to ?view=series
- [ ] click a series row, should go to detail page
- [ ] back button returns to series view
- [ ] edit page saves correctly
2025-12-31 23:55:03 -08:00
..
artifactValidation.ts add artifact validation utilities 2025-12-03 16:23:58 -08:00
augmentType.ts weapon series detail/edit pages (#449) 2025-12-31 23:55:03 -08:00
avatar.ts fix image paths for production (use AWS URLs) 2025-12-13 20:58:34 -08:00
database.ts migrate existing image utilities 2025-09-24 03:29:41 -07:00
date.ts fix date timezone issues: use JST for GW events, local time for user dates 2025-12-18 00:49:23 -08:00
editKeys.ts Complete TanStack Query v6 migration (#445) 2025-11-29 22:32:15 -08:00
element.ts utils: use getBasePath for image URLs 2025-12-01 02:26:08 -08:00
errors.ts Make parties more DRY (#444) 2025-11-29 03:29:28 -08:00
external-links.ts add entity type prefix to buildWikiJaUrl for weapons/summons 2025-12-16 11:44:00 -08:00
filterParams.ts feat: persist database filters in URL query params 2025-12-22 13:52:22 -08:00
fonts.ts switch to dynamic font loading from env 2025-12-02 08:39:28 -08:00
gender.ts utils: use getBasePath for image URLs 2025-12-01 02:26:08 -08:00
gridHelpers.ts utils: update grid helpers and modification utilities 2025-11-30 20:05:54 -08:00
gridValidation.ts Complete TanStack Query v6 migration (#445) 2025-11-29 22:32:15 -08:00
gw.ts fix: prevent chart helpers from mutating event order 2025-12-22 01:40:33 -08:00
images.ts handle null element weapon images in frontend 2025-12-16 21:17:00 -08:00
jobSkills.ts Make parties more DRY (#444) 2025-11-29 03:29:28 -08:00
jobUtils.ts show Origin I instead of Class o1 for job tier 2025-12-18 21:09:57 -08:00
listNavigation.ts preserve list filters when navigating back from detail pages 2025-12-23 13:55:04 -08:00
localId.ts Complete TanStack Query v6 migration (#445) 2025-11-29 22:32:15 -08:00
masteryUtils.ts add mastery display 2025-09-29 23:46:04 -07:00
modificationDetector.ts weapon series detail/edit pages (#449) 2025-12-31 23:55:03 -08:00
modificationFormatters.ts Add weapon stat modifier UI for AX skills and befoulments (#448) 2025-12-31 22:21:22 -08:00
modifiers.ts Add weapon stat modifier UI for AX skills and befoulments (#448) 2025-12-31 22:21:22 -08:00
pictureData.ts sync pictureData with available profile images 2025-11-30 06:02:56 -08:00
proficiency.ts misc: util tweaks, database page fixes, mock updates 2025-12-13 14:35:29 -08:00
race.ts utils: use getBasePath for image URLs 2025-12-01 02:26:08 -08:00
raidSection.ts add localized raid section utility 2025-12-20 01:39:44 -08:00
rarity.ts added methods for getting options from type utils 2025-09-17 21:51:26 -07:00
typeShims.ts fix: API adapters and type mapping 2025-11-28 21:04:51 -08:00
uncap.ts summons: add creation page and section components 2025-12-01 03:00:58 -08:00
weaponSeries.ts remove legacy integer series fallbacks from utils 2025-12-03 11:59:02 -08:00