fix(tui): apply details mode live

This commit is contained in:
Brooklyn Nicholson
2026-04-26 13:34:33 -05:00
parent 6814646b36
commit a8fcd1c742
12 changed files with 56 additions and 19 deletions
+1
View File
@@ -11,6 +11,7 @@ const buildUiState = (): UiState => ({
busy: false,
compact: false,
detailsMode: 'collapsed',
detailsModeCommandOverride: false,
info: null,
inlineDiffs: true,
mouseTracking: MOUSE_TRACKING,