hensei-web/components
Justin Edmund c6b53eb538 Migrate all remaining components to App Router navigation
- Add 'use client' directives to all remaining components
- Update imports from next/router to next/navigation
- Replace router.locale with getCookie('NEXT_LOCALE')
- Update LanguageSwitch to use router.refresh()
- Replace router.asPath with usePathname()

Components migrated:
- Common: SelectWithInput, Editor
- Layout: Header, Layout, MentionList, ElementToggle
- Misc: UpdateToast, SearchModal, RaidCombobox, FilterModal
- Misc: ChangelogUnit, HovercardHeader, LanguageSwitch
- Extra: GuidebookUnit, GuidebookResult
- Reps: GridRep, CharacterRep, WeaponRep, SummonRep

Added migration PRD documentation to track progress.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-01 16:31:18 -07:00
..
about Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00
auth Migrate auth components to App Router navigation 2025-09-01 16:24:49 -07:00
character Migrate character components to App Router navigation 2025-09-01 16:28:53 -07:00
common Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00
dialogs Deploy quality fixes (#328) 2023-06-21 03:44:43 -07:00
ElementToggle Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00
ErrorSection Migrate to CSS modules (#335) (#336) 2023-07-04 00:43:49 -07:00
extra Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00
filters Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00
head Tactical mobile fixes (#352) 2023-07-06 19:23:40 -07:00
Header Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00
HovercardHeader Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00
job Migrate job and mastery components to App Router navigation 2025-09-01 16:30:27 -07:00
LanguageSwitch Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00
Layout Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00
mastery Migrate job and mastery components to App Router navigation 2025-09-01 16:30:27 -07:00
MentionList Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00
party Migrate party components to App Router navigation 2025-09-01 16:26:49 -07:00
raids Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00
reps Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00
search Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00
summon Migrate weapon and summon components to App Router navigation 2025-09-01 16:30:06 -07:00
toasts Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00
uncap Add support for weapon transcendence (#402) 2024-01-15 14:16:49 -08:00
weapon Migrate weapon and summon components to App Router navigation 2025-09-01 16:30:06 -07:00