feat(app): add desktop v2 home, session entry, and titlebar (#28442)

Co-authored-by: Brendan Allan <git@brendonovich.dev>
This commit is contained in:
Luke Parker 2026-05-21 15:48:13 +10:00 committed by GitHub
commit b207e32249
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 2052 additions and 620 deletions

View file

@ -43,9 +43,7 @@
width: 100%;
height: 100%;
border-radius: 999px;
background: var(--session-progress-color);
clip-path: inset(0 100% 0 0 round 999px);
animation: session-progress-whip var(--session-progress-ms, 1800ms) infinite;
will-change: clip-path;
}