|
Fix terminal detail UX: description wrapping, status contrast, close button
- Remove `white-space: nowrap` from `.terminal-detail-meta` and `.terminal-item .artifact-meta` — long descriptions now wrap instead of being clipped with ellipsis. - Add `-webkit-line-clamp: 2` to list-item meta so description is limited to 2 lines with graceful overflow. - Fix status colour in detail rows: `.terminal-detail-value.status-busy` etc. added after `.terminal-detail-value` so their colours override the default #C0CAF5 (was causing light-on-light text). - Add close button (X) inside `.terminal-detail-header` to dismiss the detail pane without leaving the tab. - Make `selectTerminal` toggle: second click on the same item deselects. - Build webclient and run tests — all pass. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
|---|
|
|
| webclient/dist/assets/index-B-XArGgJ.js 0 → 100644 |
|---|
|
Not supported
|
| webclient/dist/assets/index-B9MKY33g.css 0 → 100644 |
|---|
| webclient/dist/assets/index-DGnGo0Ac.css 100644 → 0 |
|---|
| webclient/dist/assets/index-DnJFuNXl.js 100644 → 0 |
|---|
|
Not supported
|
| webclient/dist/index.html |
|---|
| webclient/src/components/artifacts/ArtifactsPanel.vue |
|---|