hensei-web/components/extra
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
..
ExtraContainer Migrate to CSS modules (#335) (#336) 2023-07-04 00:43:49 -07:00
ExtraContainerItem Migrate to CSS modules (#335) (#336) 2023-07-04 00:43:49 -07:00
ExtraSummonsGrid Migrate to CSS modules (#335) (#336) 2023-07-04 00:43:49 -07:00
ExtraWeaponsGrid Add support for weapon transcendence (#402) 2024-01-15 14:16:49 -08:00
GuidebookResult Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00
GuidebooksGrid Migrate to CSS modules (#335) (#336) 2023-07-04 00:43:49 -07:00
GuidebookUnit Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00