wip: desktop work

This commit is contained in:
Adam
2025-10-30 08:37:47 -05:00
parent 30f4c2cf4c
commit 3b20935959
6 changed files with 79 additions and 50 deletions

View File

@@ -0,0 +1,12 @@
[data-component="progress-circle"] {
transform: rotate(-90deg);
[data-slot="background"] {
stroke: var(--border-weak-base);
}
[data-slot="progress"] {
stroke: var(--border-active);
transition: stroke-dashoffset 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}
}