- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Move the loading indicator inline under the user message.
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
crates/coder-lite/src/tui.rs
Diff
1 file changed, +15 -25
crates/coder-lite/src/tui.rs modified +15 -25
@@ -10,6 +10,7 @@ use ratatui::{
| 10 | 10 |
|
| 11 | 11 |
|
| 12 | 12 |
|
| 13 |
|
|
| 13 | 14 |
|
| 14 | 15 |
|
| 15 | 16 |
|
@@ -40,6 +41,7 @@ pub struct CoderUi {
| 40 | 41 |
|
| 41 | 42 |
|
| 42 | 43 |
|
| 44 |
|
|
| 43 | 45 |
|
| 44 | 46 |
|
| 45 | 47 |
|
@@ -133,10 +135,12 @@ impl CoderUi {
| 133 | 135 |
|
| 134 | 136 |
|
| 135 | 137 |
|
| 138 |
|
|
| 136 | 139 |
|
| 137 | 140 |
|
| 138 | 141 |
|
| 139 | 142 |
|
| 143 |
|
|
| 140 | 144 |
|
| 141 | 145 |
|
| 142 | 146 |
|
@@ -158,12 +162,10 @@ impl CoderUi {
| 158 | 162 |
|
| 159 | 163 |
|
| 160 | 164 |
|
| 161 |
|
|
| 162 |
|
|
| 163 | 165 |
|
| 164 | 166 |
|
| 165 | 167 |
|
| 166 |
|
|
| 168 |
|
|
| 167 | 169 |
|
| 168 | 170 |
|
| 169 | 171 |
|
@@ -173,6 +175,14 @@ impl CoderUi {
| 173 | 175 |
|
| 174 | 176 |
|
| 175 | 177 |
|
| 178 |
|
|
| 179 |
|
|
| 180 |
|
|
| 181 |
|
|
| 182 |
|
|
| 183 |
|
|
| 184 |
|
|
| 185 |
|
|
| 176 | 186 |
|
| 177 | 187 |
|
| 178 | 188 |
|
@@ -183,26 +193,7 @@ impl CoderUi {
| 183 | 193 |
|
| 184 | 194 |
|
| 185 | 195 |
|
| 186 |
|
|
| 187 |
|
|
| 188 |
|
|
| 189 |
|
|
| 190 |
|
|
| 191 |
|
|
| 192 |
|
|
| 193 |
|
|
| 194 |
|
|
| 195 |
|
|
| 196 |
|
|
| 197 |
|
|
| 198 |
|
|
| 199 |
|
|
| 200 |
|
|
| 201 |
|
|
| 202 |
|
|
| 203 |
|
|
| 204 |
|
|
| 205 |
|
|
| 196 |
|
|
| 206 | 197 |
|
| 207 | 198 |
|
| 208 | 199 |
|
@@ -221,9 +212,8 @@ impl CoderUi {
| 221 | 212 |
|
| 222 | 213 |
|
| 223 | 214 |
|
| 224 |
|
|
| 215 |
|
|
| 225 | 216 |
|
| 226 |
|
|
| 227 | 217 |
|
| 228 | 218 |
|
| 229 | 219 |
|