From 2379d220cecb807f994609ffd7c2315b92bd374f Mon Sep 17 00:00:00 2001 From: Mohan Date: Mon, 10 Aug 2026 19:28:21 +0800 Subject: [PATCH] fix(ux): improve comment spacing, merge admin titlebar into global header, fix dark mode editor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - CommentSection: add padding-top 8px to comment-item for spacing between author/time and top - AdminLayout: remove sticky topbar (now merged into global App.vue header), clean up unused code - App.vue: show page title for all routes with × separator after brand name, remove admin-route filter - QuillEditor: use --ac-border-strong for toolbar/container borders, add toolbar button colors for dark mode - ArticleEditorView: use --ac-border-strong for all borders, btn-cancel now light red with danger colors --- src/App.vue | 8 ++++- src/components/CommentSection.vue | 1 + src/components/QuillEditor.vue | 21 +++++++++-- src/views/admin/AdminLayout.vue | 50 +++++---------------------- src/views/admin/ArticleEditorView.vue | 24 +++++++------ 5 files changed, 49 insertions(+), 55 deletions(-) diff --git a/src/App.vue b/src/App.vue index 25bcd2a..cb4ff81 100644 --- a/src/App.vue +++ b/src/App.vue @@ -30,7 +30,7 @@ async function handleLogout() {
Mach-CMS - {{ pageTitle }} + ×{{ pageTitle }}