From aa1d8b1d6639f8bd7f43a67e8deda62d50e78f81 Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 3 Dec 2025 17:05:35 +0100 Subject: [PATCH] feat: update admin dashboard - remove auto-refresh and export buttons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove Auto-refresh toggle from header - Remove Export CSV button - Keep only RafraĆ®chir button šŸ¤– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/admin/dashboard/page.tsx | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/app/admin/dashboard/page.tsx b/app/admin/dashboard/page.tsx index 8044417..fa4a890 100644 --- a/app/admin/dashboard/page.tsx +++ b/app/admin/dashboard/page.tsx @@ -210,26 +210,6 @@ export default function AdminDashboardAdvanced() {
- {/* Auto-refresh toggle */} - - - {/* Export button */} - - {/* Refresh button */}