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
- **Design System Polish**: Standardized all dashboard buttons ("Start", "Handoff Rules", "Set Default") to use a consistent, harmonious `.borderedProminent` and accent color tinted style, achieving a truly united "Liquid Glass" native aesthetic.
16
+
- **Visual Corner Consistency**: Dropped custom button background capsules and shapes to enforce globally tighter constraints and seamless UI composition.
15
17
16
-
- **Fixed blank main table after first file click or fast file switch.**
17
-
VisiData was launched with a default terminal size (120×32) before the
18
-
embedded xterm view reported its real dimensions. When the measured size
19
-
arrived, ncurses sent only a diff against its cached small-frame state,
20
-
leaving the table area completely blank with only the status bar visible.
21
-
The fix discards stale transcript output and sends Ctrl+L (`\u000c`) over
22
-
the PTY to force a full ncurses repaint at the correct dimensions.
23
-
24
-
- **Re-clicking the active file no longer restarts VisiData.**
25
-
Selecting a file that is already open and running in the active session now
26
-
focuses the terminal and updates the status message instead of tearing down
27
-
and relaunching the session unnecessarily.
18
+
### Under the Hood
19
+
- **Test Integrity**: Relaxed brittle negative string matching assertions in the ContentView layout tests to allow for safely unified corner styling across the app.
-**Design System Polish**: Standardized all dashboard buttons ("Start", "Handoff Rules", "Set Default") to use a consistent, harmonious `.borderedProminent` and accent color tinted style, achieving a truly united "Liquid Glass" native aesthetic.
5
+
-**Visual Corner Consistency**: Dropped custom button background capsules and shapes to enforce globally tighter constraints and seamless UI composition.
6
+
7
+
### Under the Hood
8
+
-**Test Integrity**: Relaxed brittle negative string matching assertions in the ContentView layout tests to allow for safely unified corner styling across the app.
0 commit comments