Commit ea4fef6
committed
feat: add List component for accessible item navigation
- Introduced a new List component with keyboard navigation support.
- Implemented focus management and active item tracking.
- Added CSS styles for list and item focus states.
refactor: update NestedPopoverMenu to use DropdownSurface
- Replaced custom popover handling with DropdownSurface for better management.
- Removed unused CSS properties and effects related to popover visibility.
feat: enhance CopyConfigDialog and MoveConfigDialog with DropdownSelect
- Replaced select elements with DropdownSelect for conflict handling options.
- Improved user experience with memoized options for dropdowns.
fix: OverlayDialog focus handling improvements
- Updated focus management to respect inert elements.
- Ensured proper handling of Escape key for dismissible dialogs.
style: update dialog styles for consistency
- Adjusted border styles for dialog buttons and input fields.
- Ensured consistent padding and background colors across dialog components.
fix: register additional keybindings for autocomplete
- Added Tab key support for accepting autocomplete suggestions.
style: improve ExtensionsPanel layout and dropdowns
- Refactored extension source and filter selection to use DropdownSelect.
- Enhanced layout with consistent spacing and alignment for better usability.1 parent a3e3fe9 commit ea4fef6
17 files changed
Lines changed: 950 additions & 373 deletions
File tree
- packages/ui/lib
- components
- AutocompleteInput
- DropdownSelect
- DropdownSurface
- List
- NestedPopoverMenu
- dialogs
- features
- commands
- extensions/ExtensionsPanel
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
Lines changed: 19 additions & 48 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | | - | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | 212 | | |
229 | 213 | | |
230 | 214 | | |
| |||
233 | 217 | | |
234 | 218 | | |
235 | 219 | | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | 220 | | |
261 | 221 | | |
262 | 222 | | |
| |||
273 | 233 | | |
274 | 234 | | |
275 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
276 | 244 | | |
277 | 245 | | |
278 | 246 | | |
279 | 247 | | |
280 | 248 | | |
281 | 249 | | |
282 | 250 | | |
283 | | - | |
284 | | - | |
285 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
286 | 257 | | |
287 | | - | |
| 258 | + | |
288 | 259 | | |
289 | 260 | | |
290 | 261 | | |
| |||
325 | 296 | | |
326 | 297 | | |
327 | 298 | | |
328 | | - | |
| 299 | + | |
329 | 300 | | |
330 | 301 | | |
331 | 302 | | |
| |||
Lines changed: 82 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
0 commit comments