From aa86f1f5edf8df9c997cf361c149bc7aca5438b5 Mon Sep 17 00:00:00 2001 From: philipcheung Date: Sun, 13 Sep 2026 21:47:12 +0800 Subject: [PATCH] docs: mark admin dashboard plan complete --- .../plans/2026-09-13-admin-dashboard.md | 62 +++++++++---------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/docs/superpowers/plans/2026-09-13-admin-dashboard.md b/docs/superpowers/plans/2026-09-13-admin-dashboard.md index 3ade56c..f6e0f5a 100644 --- a/docs/superpowers/plans/2026-09-13-admin-dashboard.md +++ b/docs/superpowers/plans/2026-09-13-admin-dashboard.md @@ -1,6 +1,6 @@ # 後台 Dashboard 化 Implementation Plan -> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking. +> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [x]`) syntax for tracking. **Goal:** 將 `/admin` 由綠色純 CSS 表單頁改造成「墨黑 sidebar + 米白內容」嘅真 dashboard:`/admin` 做總覽、文章列表搬去 `/admin/posts`,所有 admin 頁統一視覺;維持純 Astro + CSS、無 React。 @@ -29,7 +29,7 @@ **Files:** Modify `src/layouts/AdminLayout.astro` -- [ ] **Step 1: 換 `:root` 同佈局 CSS** — 將現有 `:root`(line 138-144)+ `.inner`/`.bar*`(149-158)換成: +- [x] **Step 1: 換 `:root` 同佈局 CSS** — 將現有 `:root`(line 138-144)+ `.inner`/`.bar*`(149-158)換成: ```css :root { @@ -64,7 +64,7 @@ a{color:var(--brand-strong);text-decoration:none} a:hover{text-decoration:underl .topbar{display:none} ``` -- [ ] **Step 2: 加 mobile CSS**(同一 `