- Update LoginModal, SignupModal, and AccountModal to use next/navigation
- Add 'use client' directives to auth components
- Replace router.locale with getCookie('NEXT_LOCALE')
- Update changeLanguage utility to work with App Router
- Replace router.reload() with router.refresh()
All auth flows now use App Router navigation patterns.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| accountState.tsx | ||
| api.tsx | ||
| appState.tsx | ||
| capitalizeFirstLetter.tsx | ||
| changeLanguage.tsx | ||
| convertAdvancedFilters.tsx | ||
| defaultFilters.tsx | ||
| elementalizeAetherialMastery.tsx | ||
| elementEmoji.tsx | ||
| elements.tsx | ||
| emptyStates.tsx | ||
| enums.tsx | ||
| extractFilters.tsx | ||
| fetchLatestVersion.tsx | ||
| generateTitle.tsx | ||
| getElementForParty.tsx | ||
| groupWeaponKeys.tsx | ||
| jobsWithAccessories.tsx | ||
| localId.tsx | ||
| mapWeaponSeries.tsx | ||
| mentionSuggestions.tsx | ||
| parseElement.tsx | ||
| pictureData.tsx | ||
| reportError.tsx | ||
| retrieveCookies.tsx | ||
| serverSideUtils.tsx | ||
| stateValues.tsx | ||
| timeAgo.tsx | ||
| userToken.tsx | ||
| youtube.tsx | ||