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
Simplify session storage to single key with toggled controllers array
Replace per-controller session keys (collapsed_sidebar_authors, etc.)
with a single session[:aas_toggled] array tracking controllers that
have been toggled from their default state.
0 commit comments