Skip to content

Commit 8eed5d7

Browse files
author
cw
committed
feat: redesign web UI with unified dark theme and sidebar navigation
Replace the previous single-page layout with a persistent sidebar, add dedicated pages (Home, Create Video, Create Image, Assets, Status), and unify the pipeline editor and status page themes to match the app-wide dark style with purple accents.
1 parent 3a4f44e commit 8eed5d7

23 files changed

+3682
-1900
lines changed

daemon/lib/pipeline/pipeline_api.dart

Lines changed: 396 additions & 0 deletions
Large diffs are not rendered by default.

web-ui/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
8+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
89
<title>OpenCLI - Enterprise Operating System</title>
910
</head>
1011
<body>

0 commit comments

Comments
 (0)