Commit 86be2e8
authored
fix(sessions): stop footer status line overlapping diff stats when narrow
The generating indicator's text nodes had no single-line constraint, so in a narrow chat pane "(Esc to stop" wrapped onto multiple lines and the non-wrappable elapsed time painted over the shrink-0 diff stats on the right.
Make the indicator a single non-wrapping line that shrinks cleanly: the "(Esc to stop · 5.4s)" hint is one truncating text run that gives up space (shrink-[8]) before the activity word, which itself truncates as a last resort.
Generated-By: PostHog Code
Task-Id: 8391467b-63fc-459c-89ef-1d9a45177b911 parent 2ecc6b6 commit 86be2e8
1 file changed
Lines changed: 13 additions & 12 deletions
Lines changed: 13 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
179 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
180 | 181 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| |||
0 commit comments