From 713d881445d11e9e420d9aaa65a410fddd5982a7 Mon Sep 17 00:00:00 2001 From: dwindown Date: Sun, 11 Jan 2026 23:40:40 +0700 Subject: [PATCH] Move calendar cleanup button to status filter pills for cleaner UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed separate section for cleanup button - Added CleanUp button inline with status filter pills - Shorter text (CleanUp instead of full description) - Matches the size and style of other filter buttons - Saves vertical space on the page 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- src/pages/admin/AdminConsulting.tsx | 47 ++++++++++++----------------- 1 file changed, 20 insertions(+), 27 deletions(-) diff --git a/src/pages/admin/AdminConsulting.tsx b/src/pages/admin/AdminConsulting.tsx index caad202..b754dd5 100644 --- a/src/pages/admin/AdminConsulting.tsx +++ b/src/pages/admin/AdminConsulting.tsx @@ -452,36 +452,10 @@ export default function AdminConsulting() {