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(web): add retry and navigation buttons to error state
Add action buttons to ErrorState component so users can easily recover
from errors without needing to manually navigate. Includes:
- Retry button that reloads the page or calls optional onRetry callback
- Go Home button to navigate back to the main page
- Improved accessibility with role="alert" and aria-live="assertive"
0 commit comments