Commit aaa85b0
authored
feat: polish plugin settings UI with enriched rows and status badges (#316)
* feat: redesign Plugins settings with HSplitView master-detail layout
* docs: add CHANGELOG entry and update plugin settings docs for HSplitView layout
* fix: address PR review feedback from CodeRabbit
* fix: clear needsRestart flag before early return guard in loadPendingPlugins
* refactor: replace HSplitView with NavigationSplitView for modern macOS feel
* fix: revert NavigationSplitView to HSplitView to fix settings layout
* refactor: move enable/disable toggle from list rows to detail pane
* refactor: remove compact install button from browse list rows
* feat: add search filter to installed plugins list
* fix: show loading/empty/error states full-width in browse tab
* fix: make empty/loading states fill available space in browse tab
* refactor: polish plugin settings UI layout and consistency
* refactor: remove dead RegistryPluginRow and update docs for toggle location
* feat: enrich plugin list rows with version, status badges, and download counts
* docs: update plugin settings docs for enriched rows (en, vi, zh)
* fix: address PR review — extract PluginIconView, fix disabled condition, add accessibility and translations1 parent 67b33f8 commit aaa85b0
File tree
12 files changed
+11568
-11651
lines changed- TablePro
- Core/Plugins
- Registry
- Resources
- Views/Settings
- Plugins
- docs
- customization
- vi/customization
- zh/customization
12 files changed
+11568
-11651
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| |||
124 | 127 | | |
125 | 128 | | |
126 | 129 | | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
Lines changed: 4 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
30 | | - | |
31 | | - | |
32 | 28 | | |
33 | 29 | | |
34 | 30 | | |
| |||
40 | 36 | | |
41 | 37 | | |
42 | 38 | | |
43 | | - | |
44 | | - | |
| 39 | + | |
45 | 40 | | |
46 | 41 | | |
47 | 42 | | |
| |||
60 | 55 | | |
61 | 56 | | |
62 | 57 | | |
63 | | - | |
| 58 | + | |
64 | 59 | | |
65 | 60 | | |
66 | 61 | | |
| |||
102 | 97 | | |
103 | 98 | | |
104 | 99 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | 100 | | |
131 | 101 | | |
132 | 102 | | |
| |||
0 commit comments