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
feat(cli): add Ctrl+T shortcut to toggle collapse/expand all
- Add toggle-all (Ctrl+T) keyboard shortcut that collapses all if any are expanded, otherwise expands all
- Add setAllBlocksCollapsedState and hasAnyExpandedBlocks helpers for toggling collapsible blocks
- Update help banner with new shortcut and improved layout using columnGap
- Add comprehensive unit tests for keyboard actions and collapse helpers
0 commit comments