feat(ui): redesign live-ops-space to Option A (Light Mode Glassmorphism)
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 1m12s
CD Pipeline / build-and-deploy (push) Successful in 5m26s
CD Pipeline / post-deploy-checks (push) Successful in 2m39s

This commit is contained in:
Your Name
2026-07-03 23:45:51 +08:00
parent 068dcc1bf3
commit 56389f79c7
3 changed files with 87 additions and 69 deletions

View File

@@ -1,3 +1,21 @@
## 2026-07-03 — 21:21 全站 UI/UX 專業化重構 — 面板與頁面 Tailwind 化
**完成內容**
- 完成 P0 面板層重構:`CostPanel``ApmPanel``AppsPanel``ServicesPanel``BillingPanel``DeploymentsPanel`,全面移除 inline style改為 Tailwind CSS 搭配 Stat Cards 與視覺化圖表。
- 完成 P1 面板層重構:`SecurityPanel`(彩色 Stat Cards 與 Sentry 嚴重性等級徽章)、`CompliancePanel`(嚴重性分佈長條圖與 Auto-Repair 狀態面板)。
- 完成 P0 頁面重構:`help``automation``operations``notifications``settings``topology`
- ErrorsPanel 頭部 Tailwind 化 + 統一背景色。
- 通過 TypeScript 全量檢查 (`tsc --noEmit`),零 type error。
- 代碼已提交並推送到 `gitea-ssh main` 觸發 CD。
**已跑驗證**
- `cd apps/web && pnpm exec tsc --noEmit`:全部通過。
- Gitea SSH remote push成功。
**下一步**
- 等待 Gitea CD 流程完成生產環境部署。
- 下一階段P2將處理其餘複雜面板`ActionLogsPanel``AutoRepairPanel``DriftPanel``MonitoringPanel``TicketsPanel` 等。
## 2026-07-03 — 18:19 Windows99 VMX backup/source search package
**完成內容**