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: UI polish — settings, tabs, chat dots, overscroll, session badges
- Remove duplicate "Check Permissions" button in WhisperSettings
- Make settings tabs full-width with equal distribution
- Remove "Settings" text from window title bar
- Add session count badge on workspace cards
- Disable macOS rubber-band overscroll
- Fix terminal chat dot alignment with text baseline
- Close review panel on plan approval
- Set min-width on Send/Stop button to prevent layout shift
* fix: address CodeRabbit review feedback
- Collapse review panel visually on plan approval via reviewRef
- Optimize count_sessions_batch to single SQL query with IN clause
- Memoize workspace paths in HomeScreen to avoid render allocations
* fix: chunk SQLite batch query and prevent review panel reopen on approve
- Chunk workspace_paths into batches of 999 in count_sessions_batch
to stay under SQLite's SQLITE_MAX_VARIABLE_NUMBER limit
- Track previous phase with a ref so the useEffect that expands
the review panel only triggers on transition into "reviewing",
preventing it from immediately reverting the close-on-approve
0 commit comments