summaryrefslogtreecommitdiffstats
path: root/ui/src/components.css
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-05-30 02:50:55 -0700
committeryum <yum.food.vr@gmail.com>2025-05-30 02:50:55 -0700
commite1b3f638a1ea448de9691f69eb62ebf4c3944c9f (patch)
tree28df6a8ba0805398a89aeb574e149b3bbd06aea5 /ui/src/components.css
parentf97cef182de55b6dbae8d2bc0477acfca6cc1f66 (diff)
More polish
- Filters actually get applied now, huge accuracy boost - Use silero-vad python library instead of rolling our own - Expose prompt parameter - Auto setup venv on launch - Clean up python output - Auto acquire all dependencies on launch - Add icon
Diffstat (limited to 'ui/src/components.css')
-rw-r--r--ui/src/components.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/src/components.css b/ui/src/components.css
index d8d909d..2832e12 100644
--- a/ui/src/components.css
+++ b/ui/src/components.css
@@ -46,6 +46,14 @@
.btn-red {
@apply bg-red-600 text-white hover:bg-red-700 focus:ring-red-500;
}
+
+ .btn-purple {
+ @apply bg-purple-600 text-white hover:bg-purple-700 focus:ring-purple-500;
+ }
+
+ .btn-orange {
+ @apply bg-orange-600 text-white hover:bg-orange-700 focus:ring-orange-500;
+ }
}
/* Console styling */