You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve four frontend issues — dead Log In button, missing rel, window.location nav, missing AbortController
- #562: Remove non-functional Log In button from Navbar; WalletButton is the sole auth entry point
- #560: Add rel="noopener noreferrer" to Stellar Expert external link in ActivityHistory to prevent reverse-tabnabbing
- #561: Replace window.location.href with useRouter().push in NotificationDropdown and close dropdown on navigate
- #563: Add AbortController to activity page useEffect; pass signal to fetch and abort on tab change / unmount to prevent stale-response races
Closes#560Closes#561Closes#562Closes#563
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments