From 2e4fe22513f83bce548e6f1a38e856aceda2adbb Mon Sep 17 00:00:00 2001 From: npmrun <1549469775@qq.com> Date: Tue, 21 Apr 2026 14:55:00 +0800 Subject: [PATCH] refactor(config): enhance UI layout and improve user experience in admin and profile settings - Updated the layout of the admin configuration and user profile pages for better visual appeal and usability. - Introduced rounded borders and background enhancements for containers and cards. - Improved text visibility with highlighted styles and added informative descriptions. - Consolidated action buttons into sticky footers for easier access to save functionality. - Removed redundant elements and streamlined the form structure for a cleaner interface. This update significantly enhances the user experience by providing a more modern and intuitive design. --- app/pages/me/admin/config/index.vue | 61 +++++++----- app/pages/me/profile/index.vue | 23 +++-- .../specs/2026-04-21-personal-home-ejs-design.md | 106 --------------------- packages/drizzle-pkg/db.sqlite | Bin 147456 -> 147456 bytes 4 files changed, 52 insertions(+), 138 deletions(-) delete mode 100644 docs/superpowers/specs/2026-04-21-personal-home-ejs-design.md diff --git a/app/pages/me/admin/config/index.vue b/app/pages/me/admin/config/index.vue index d619a5b..ffe74c7 100644 --- a/app/pages/me/admin/config/index.vue +++ b/app/pages/me/admin/config/index.vue @@ -145,22 +145,26 @@ async function sendTestEmail() { diff --git a/app/pages/me/profile/index.vue b/app/pages/me/profile/index.vue index 3a41df7..99bfd12 100644 --- a/app/pages/me/profile/index.vue +++ b/app/pages/me/profile/index.vue @@ -268,10 +268,15 @@ async function save() {