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
Add URL parameter for view mode in Bluesky thread viewer
The view mode (thread/recent) is now persisted in the URL as a `view`
parameter. This allows users to refresh the page and maintain their
selected view mode. Changes:
- Tab clicks update URL with current view
- Form submission preserves view mode in URL
- Page load reads view parameter to restore state
0 commit comments