Fix flicker issues by ensuring all actively changing content fits in the viewport (#1217)

This commit is contained in:
Jacob Richman 2025-06-19 20:17:23 +00:00 committed by GitHub
parent 10a83a6395
commit b0bc7c3d99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 1353 additions and 248 deletions

View file

@ -20,7 +20,7 @@ describe('<HistoryItemDisplay />', () => {
id: 1,
timestamp: 12345,
isPending: false,
availableTerminalHeight: 100,
terminalWidth: 80,
};
it('renders UserMessage for "user" type', () => {