hensei-web/components/party
Justin Edmund 5cf9e9a40a Migrate party components to App Router navigation
- 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>
2025-09-01 16:26:49 -07:00
..
EditPartyModal Implement party visibility (#369) 2023-08-25 15:51:28 -07:00
Party Migrate party components to App Router navigation 2025-09-01 16:26:49 -07:00
PartyDropdown Migrate party components to App Router navigation 2025-09-01 16:26:49 -07:00
PartyFooter Migrate party components to App Router navigation 2025-09-01 16:26:49 -07:00
PartyHead Migrate party components to App Router navigation 2025-09-01 16:26:49 -07:00
PartyHeader Migrate party components to App Router navigation 2025-09-01 16:26:49 -07:00
PartySegmentedControl Migrate to CSS modules (#335) (#336) 2023-07-04 00:43:49 -07:00
PartyVisibilityDialog Implement party visibility (#369) 2023-08-25 15:51:28 -07:00