- Add 'use client' directives to all party components
- Update imports from next/router to next/navigation
- Replace router.locale with getCookie('NEXT_LOCALE')
- Replace router.asPath with usePathname()
- Maintain all existing functionality
Components migrated:
- Party, PartyDropdown, PartyFooter, PartyHead, PartyHeader
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| EditPartyModal | ||
| Party | ||
| PartyDropdown | ||
| PartyFooter | ||
| PartyHead | ||
| PartyHeader | ||
| PartySegmentedControl | ||
| PartyVisibilityDialog | ||