Commit c16af16
committed
fix: use agent accent color for working spinners in sidebar
The agent working spinner in the sidebar used a fixed color
(SpinnerDotsHighlightStyle) regardless of the agent's assigned color.
This looked inconsistent in multi-agent teams where each agent name
has a distinct accent color.
Add RawFrame() to the Spinner interface to return the current frame
character without pre-applied styling, then use it in renderAgentEntry
so the agent's accent style is applied to the spinner.
Fixes #2310
Signed-off-by: pangjiahui <438648229@qq.com>1 parent c47377b commit c16af16
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1159 | 1159 | | |
1160 | 1160 | | |
1161 | 1161 | | |
1162 | | - | |
| 1162 | + | |
1163 | 1163 | | |
1164 | 1164 | | |
1165 | 1165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
139 | 146 | | |
140 | 147 | | |
141 | 148 | | |
| |||
0 commit comments