fix(tui): apply details mode live

This commit is contained in:
Brooklyn Nicholson 2026-04-26 13:30:08 -05:00
parent 6814646b36
commit a8fcd1c742
12 changed files with 56 additions and 19 deletions

View file

@ -11,6 +11,7 @@ const buildUiState = (): UiState => ({
busy: false,
compact: false,
detailsMode: 'collapsed',
detailsModeCommandOverride: false,
info: null,
inlineDiffs: true,
mouseTracking: MOUSE_TRACKING,