Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions PROGRESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ The desktop workbench chrome now also supports a persisted English/Chinese langu
- The desktop crate now exposes a no-runtime support-layer validation path through `test -p desktop --lib --no-default-features`, and `scripts/dev/run-desktop-light-validation.ps1` now completes reliably on Windows/MSVC without depending on a cold Tauri runtime compile
- A follow-up stability sweep reran frontend lint, desktop browser validation, and the desktop light-validation path successfully after one more `showWorkspace()` helper hardening pass in the root Playwright suite
- The shared Windows Rust wrapper now clears oversized `validation-*` target caches under low-disk conditions and retries once after a failed low-space run, which recovered the desktop light-validation path after the validation cache had expanded enough to exhaust `E:` space
- The desktop frontend now ships a `Database_Admin_Light` refresh with a light admin canvas, narrow left rail, three-column workspace layout, updated white card surfaces, and matching Figma review capture plus fresh Windows desktop bundle artifacts

## Next Goal

Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tauri + React + Typescript</title>
<title>Database_Admin_Light</title>
</head>

<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function ChartBuilderPanel({
<section className="chart-builder-panel">
<div className="chart-toolbar">
<div className="grid gap-1">
<h3 className="m-0 text-lg font-semibold tracking-tight text-slate-950">
<h3 className="m-0 text-lg font-semibold text-[#1F2D3D]">
{copy.title}
</h3>
<p className="helper-text">{copy.description}</p>
Expand Down
Loading
Loading