Commit f0affb5
Codex Agent
fix(ui): stabilize footer spinner sizing and user bubble wrapping
Context: UI redesign introduced oversized preferred width on streaming indicator and removed effective width constraint for user message bubbles.
Change: Set spinner preferred width to 0 (kept max stretch behavior) and constrain user message text layout via JTextArea columns; removed ineffective maximumSize constraint in BorderLayout bubble.
Risk: Low. UI layout behavior only; protocol/runtime logic untouched.
Tests: ./gradlew.bat test --tests 'dev.curt.codexjb.ui.ChatPanelTest' --tests 'dev.curt.codexjb.ui.ChatPanelDebounceTest' (JDK 21)
Verification: BUILD SUCCESSFUL (exit code 0).
Swarm: awaiter agent used for targeted test execution.1 parent 5188508 commit f0affb5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
| 747 | + | |
747 | 748 | | |
748 | 749 | | |
749 | 750 | | |
750 | 751 | | |
751 | | - | |
752 | 752 | | |
753 | 753 | | |
754 | 754 | | |
| |||
0 commit comments