fix: reduce image thumbnails, refactor WorkingPlaceholder state machine, expand debug utilities

This commit is contained in:
Bohdan Triapitsyn
2025-12-24 03:32:24 +02:00
parent 8e98a72ddf
commit 2d45abdc32
10 changed files with 450 additions and 396 deletions
+1 -7
View File
@@ -20,11 +20,5 @@
"@openchamber/ui/*": ["../ui/src/*"]
}
},
"include": ["webview/**/*", "../ui/src/**/*"],
"exclude": [
"webview/components/**/*",
"webview/stores/**/*",
"webview/hooks/**/*",
"webview/App.tsx"
]
"include": ["webview/**/*", "../ui/src/**/*"]
}