Commit 192a040
authored
improvements to new chat sessions window (#296858)
* refactor chat widget attachment handling for clarity and improved functionality
* refactor chat toolbar styles for improved consistency and visual clarity
* enhance send button functionality with disabled state management
* enhance NewChatWidget to update send button state based on editor content
* enhance loading state management for branch and isolation mode pickers
* enhance branch loading logic with error handling and loading state management
* enhance repository loading with cancellation support and error handling
* enhance send button implementation with Button widget and state management
* Copilot CLI session 7c14814b-d36c-4bf5-8b17-d78ee84df3a3 changes
* clear branch picker when loading a new repository in NewChatWidget
* enhance loading indicator for chat input area with CSS animations
* fix loading progress bar position in chat input area
* add loading state handling to BranchPicker and NewChatWidget
* add loading state management for repository and branch in NewChatWidget
* remove loading class toggle from slot element in BranchPicker
* add focus management for editor in NewChatWidget interactions
* add loading spinner to toolbar and remove input area loading progress bar
* reduce size of loading spinner in toolbar to improve UI consistency
* add margin to loading spinner and set up hover management in NewChatWidget
* layout editor after input slot fade-in animation in NewChatWidget
* hide focus outline in chat editor for improved UI
* update input area border color and remove focus outline in chat editor for improved UI
* add loading delay for spinner visibility in NewChatWidget to enhance user experience
* update border color for focused input area in chat editor for improved accessibility
* update input area border color for improved accessibility
* refactor loading delay handling in NewChatWidget for improved resource management
* refactor toolbar creation in NewChatWidget to ensure attach button is consistently added1 parent d8c97ea commit 192a040
File tree
5 files changed
+242
-53
lines changed- src/vs/sessions/contrib/chat/browser
- media
5 files changed
+242
-53
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
88 | 99 | | |
89 | | - | |
90 | | - | |
91 | 100 | | |
92 | 101 | | |
93 | 102 | | |
| |||
195 | 204 | | |
196 | 205 | | |
197 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
198 | 211 | | |
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
312 | 339 | | |
313 | 340 | | |
314 | 341 | | |
| |||
Lines changed: 51 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
| 79 | + | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
82 | | - | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
87 | | - | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
94 | | - | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
98 | 104 | | |
99 | | - | |
100 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
101 | 109 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
107 | 113 | | |
108 | 114 | | |
109 | | - | |
110 | | - | |
111 | | - | |
| 115 | + | |
| 116 | + | |
112 | 117 | | |
113 | 118 | | |
114 | | - | |
115 | | - | |
116 | | - | |
| 119 | + | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
119 | | - | |
120 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
121 | 143 | | |
122 | 144 | | |
123 | | - | |
| 145 | + | |
124 | 146 | | |
125 | 147 | | |
126 | 148 | | |
| |||
129 | 151 | | |
130 | 152 | | |
131 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
132 | 158 | | |
133 | 159 | | |
134 | 160 | | |
135 | 161 | | |
136 | 162 | | |
137 | | - | |
138 | | - | |
| 163 | + | |
| 164 | + | |
139 | 165 | | |
140 | 166 | | |
141 | | - | |
| 167 | + | |
142 | 168 | | |
143 | 169 | | |
144 | 170 | | |
145 | 171 | | |
146 | 172 | | |
147 | 173 | | |
148 | 174 | | |
149 | | - | |
150 | 175 | | |
151 | 176 | | |
152 | 177 | | |
| |||
0 commit comments