feat(app): new layout

This commit is contained in:
adamelmore
2026-01-12 08:38:29 -06:00
committed by Adam
parent 779610d668
commit 9f66a45970
5 changed files with 659 additions and 632 deletions

View File

@@ -5,6 +5,9 @@ export type Platform = {
/** Platform discriminator */
platform: "web" | "desktop"
/** Desktop OS (Tauri only) */
os?: "macos" | "windows" | "linux"
/** App version */
version?: string