feat: add user-focused reasoning workspace

This commit is contained in:
2026-08-03 15:18:35 +01:00
parent 0fe11b93a0
commit ed32d585bb
5 changed files with 835 additions and 99 deletions
+5
View File
@@ -1,3 +1,8 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}