forked fromcoder/vscode-coder
- Notifications
You must be signed in to change notification settings - Fork0
Commit9dd25a8
committed
feat: add debouncing to workspace search for better user experience
- Add 150ms debounce delay to prevent excessive search operations- Implement immediate clear functionality without debouncing- Add proper cleanup for debounce timers to prevent memory leaks- Improve search responsiveness, especially for users with many workspaces1 parent3e340bf commit9dd25a8
3 files changed
+35
-13
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
724 | 724 |
| |
725 | 725 |
| |
726 | 726 |
| |
727 |
| - | |
728 |
| - | |
729 |
| - | |
730 |
| - | |
731 |
| - | |
732 |
| - | |
733 |
| - | |
734 | 727 |
| |
735 | 728 |
| |
736 | 729 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 |
| - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
310 | 309 |
| |
311 | 310 |
| |
312 | 311 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| 47 | + | |
47 | 48 |
| |
48 | 49 |
| |
49 | 50 |
| |
| |||
59 | 60 |
| |
60 | 61 |
| |
61 | 62 |
| |
62 |
| - | |
63 |
| - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
64 | 75 |
| |
65 | 76 |
| |
66 | 77 |
| |
67 | 78 |
| |
68 | 79 |
| |
69 | 80 |
| |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
70 | 95 |
| |
71 | 96 |
| |
72 | 97 |
| |
| |||
219 | 244 |
| |
220 | 245 |
| |
221 | 246 |
| |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
222 | 252 |
| |
223 | 253 |
| |
224 | 254 |
| |
|
0 commit comments
Comments
(0)