hensei-web/components/party
Justin Edmund 2d02f88622 Fix Link component legacy behavior and tab switching
- Remove legacyBehavior prop and nested <a> tags from Link components
- Modernize to Next.js 13+ Link API with className directly on Link
- Convert external links to plain <a> tags (LinkItem, Discord link)
- Remove unnecessary passHref props from Header components
- Fix tab switching by mapping string values to GridType enum

The tab switching issue was caused by trying to parse string values
("characters", "weapons", "summons") as integers when they needed to
be mapped to GridType enum values.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-03 15:58:12 -07:00
..
EditPartyModal refactor: migrate all components from next-i18next to next-intl 2025-09-02 19:48:04 -07:00
Party refactor: migrate all components from next-i18next to next-intl 2025-09-02 19:48:04 -07:00
PartyDropdown refactor: migrate all components from next-i18next to next-intl 2025-09-02 19:48:04 -07:00
PartyFooter refactor: migrate all components from next-i18next to next-intl 2025-09-02 19:48:04 -07:00
PartyHead refactor: migrate all components from next-i18next to next-intl 2025-09-02 19:48:04 -07:00
PartyHeader Fix Link component legacy behavior and tab switching 2025-09-03 15:58:12 -07:00
PartySegmentedControl refactor: migrate all components from next-i18next to next-intl 2025-09-02 19:48:04 -07:00
PartyVisibilityDialog refactor: migrate all components from next-i18next to next-intl 2025-09-02 19:48:04 -07:00