Commit b2fc320
Add collapsePreexisting setting to keep newly added comments expanded (#8270)
* Initial plan
* Initial exploration: understand commentExpandState behavior
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Changes before error encountered
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Add collapsePreexisting setting to keep newly created comments expanded
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Fix TypeScript errors by removing unused isJustCreated parameter
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Pass currentUser to updateThread for newly created comments
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Add comments explaining why currentUser is not passed for changed threads
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Change collapsePreexisting to detect any newly added comment, not just from current user
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Remove unrelated file change from commit
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Remove comments
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>1 parent bc7d7ad commit b2fc320
File tree
5 files changed
+20
-10
lines changed- src
- github
- view
5 files changed
+20
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
| 364 | + | |
364 | 365 | | |
365 | 366 | | |
366 | 367 | | |
367 | | - | |
| 368 | + | |
| 369 | + | |
368 | 370 | | |
369 | 371 | | |
370 | 372 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
156 | 157 | | |
157 | | - | |
| 158 | + | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
160 | 168 | | |
161 | 169 | | |
162 | 170 | | |
163 | 171 | | |
164 | | - | |
165 | 172 | | |
166 | 173 | | |
167 | 174 | | |
168 | 175 | | |
169 | 176 | | |
170 | 177 | | |
171 | 178 | | |
172 | | - | |
| 179 | + | |
173 | 180 | | |
174 | 181 | | |
175 | 182 | | |
| |||
178 | 185 | | |
179 | 186 | | |
180 | 187 | | |
181 | | - | |
| 188 | + | |
182 | 189 | | |
183 | 190 | | |
184 | 191 | | |
185 | 192 | | |
186 | 193 | | |
187 | | - | |
| 194 | + | |
188 | 195 | | |
189 | 196 | | |
190 | 197 | | |
| |||
203 | 210 | | |
204 | 211 | | |
205 | 212 | | |
206 | | - | |
| 213 | + | |
207 | 214 | | |
208 | 215 | | |
209 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
0 commit comments