feat(frontend): update layout, UI components, stores, and API route

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-06-18 16:27:15 +01:00
co-authored by Sisyphus
parent fa51c6b2f9
commit 05690af87e
8 changed files with 35 additions and 12 deletions
+11
View File
@@ -144,3 +144,14 @@
.scrollbar-hide::-webkit-scrollbar {
display: none;
}
/* Hide number input spinners across the app */
input[type='number'].no-spin {
-moz-appearance: textfield;
appearance: textfield;
}
input[type='number'].no-spin::-webkit-outer-spin-button,
input[type='number'].no-spin::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}