mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 04:59:51 +00:00
desktop: add loading window and restructure rust (#12176)
This commit is contained in:
parent
5a1bf3a968
commit
b7ad8e459c
22 changed files with 858 additions and 439 deletions
|
|
@ -5,3 +5,13 @@ button#decorum-tb-close,
|
|||
div[data-tauri-decorum-tb] {
|
||||
height: calc(var(--spacing) * 10) !important;
|
||||
}
|
||||
|
||||
@keyframes pulse-splash {
|
||||
0%,
|
||||
100% {
|
||||
opacity: 0.1;
|
||||
}
|
||||
50% {
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue