Commit e7b1363
committed
✨ feat(settings-webview): migrate to Tailwind CSS and improve UI
- migrate from Fluent UI to Tailwind CSS for a lighter and more customizable UI
- add heroicons for settings categories
- implement a new SettingsSettings component for general app settings
- improve classname handling with tailwind-merge
- add vscode theme support
- add a header with title and buttons
- add a new dev command to start settings webview
📦 build(settings-webview): update dependencies and build process
- update dependencies in package.json
- add a new dev command to start settings webview
- update build command to include settings-webview
- updated copy script to include settings webview files
✅ test(settings-webview): update tests for Tailwind CSS
- update tests to reflect the new tailwind css implementation
- update tests to reflect the new heroicons implementation
🔧 chore(.vscode): add dev settings task and update watch task
- add a new task to watch settings webview changes
- update watch task to include settings webview
- set up background process to check settings webview server
📝 docs(settings-webview): update README.md with Tailwind CSS info
- update README.md to reflect changes to tailwind css1 parent 5c8ce57 commit e7b1363
File tree
14 files changed
+956
-2038
lines changed- .vscode
- settings-webview
- src
- components
- __tests__
- settings
14 files changed
+956
-2038
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
62 | 84 | | |
63 | 85 | | |
64 | 86 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
197 | 214 | | |
198 | 215 | | |
199 | 216 | | |
| |||
203 | 220 | | |
204 | 221 | | |
205 | 222 | | |
206 | | - | |
| 223 | + | |
207 | 224 | | |
208 | 225 | | |
209 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments