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
parent 0ce9d36284
commit eb0eb359c9
26 changed files with 2065 additions and 633 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { ComponentProps } from "solid-js"
import { type ComponentProps } from "solid-js"
export const Mark = (props: { class?: string }) => {
return (