Commit 70d36f9
authored
fix: resolve all codebase audit issues (critical through low) (#871)
* fix: add scroll support for connection form and group delete confirmation
* fix: resolve plugin bundle thread-safety race in principalClass access
* fix: resolve 3 critical code issues from codebase audit
* fix: export preference persistence, connection error feedback, accessible fonts
* fix: persist window frame and toolbar customization
* fix: remove fixed settings window frame, allow content-sized tabs
* fix: use standard About panel, consolidate double-click detection
* fix: eliminate AnyView erasure, add task cancellation, async plugin loading
* fix: split frame modifiers to fix SwiftUI overload resolution
* fix: restore fixed settings window frame
* fix: export format gating, flexible layouts for welcome and SSH views
* fix: improve accessibility labels, interaction feedback, and HIG typography
* fix: pre-compute group depths, weak self capture, log cancel errors, shared codecs
* fix: improve UX feedback across settings, export, and connection views
* fix: replace notification coupling and private API dark mode detection
* fix: add Edit > Find menu item and evaluate toolbar HIG compliance
* fix: drain pending libpq results before streaming to prevent concurrent query error
* fix: constrain database switcher segmented picker width
* fix: native file importer, remove iOS gestures, improve accessibility labels
* fix: increase onboarding page dot tap targets
* fix: let native List handle click and arrow key selection in dialogs
* fix: use standalone NSOpenPanel for SSH key file picker
* docs: simplify changelog entries1 parent dd82839 commit 70d36f9
40 files changed
Lines changed: 405 additions & 522 deletions
File tree
- LocalPackages/CodeEditSourceEditor/Sources/CodeEditSourceEditor/Controller
- Plugins/PostgreSQLDriverPlugin
- TablePro
- Core
- Database
- Plugins
- Services
- Infrastructure
- Query
- Storage
- Resources
- Theme
- ViewModels
- Views
- About
- Connection
- DatabaseSwitcher
- Editor
- Export
- Main
- Child
- Extensions
- QuickSwitcher
- Results
- Settings
- Sidebar
- Toolbar
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
10 | 27 | | |
11 | 28 | | |
12 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
13 | 33 | | |
14 | 34 | | |
15 | 35 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
| 488 | + | |
| 489 | + | |
488 | 490 | | |
489 | 491 | | |
490 | 492 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | 423 | | |
439 | 424 | | |
440 | 425 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
| 424 | + | |
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
301 | | - | |
302 | | - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
303 | 315 | | |
304 | 316 | | |
305 | 317 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
389 | 392 | | |
390 | 393 | | |
391 | 394 | | |
| |||
524 | 527 | | |
525 | 528 | | |
526 | 529 | | |
527 | | - | |
| 530 | + | |
528 | 531 | | |
529 | 532 | | |
530 | 533 | | |
| |||
670 | 673 | | |
671 | 674 | | |
672 | 675 | | |
673 | | - | |
| 676 | + | |
674 | 677 | | |
675 | 678 | | |
676 | 679 | | |
| |||
0 commit comments