From 7fc40f2a830ed67c2f93e0bc1fd2956237267c29 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Fri, 6 Mar 2026 23:46:21 +0100 Subject: [PATCH] style: move View All to bottom of list, clean up panel headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove expand icon from all panel headers. Add a subtle "View all ›" link at the bottom of each data list that appears when there's more data than shown. Headers now only contain title and tabs. --- components/dashboard/Campaigns.tsx | 29 +++++++++++---------- components/dashboard/ContentStats.tsx | 37 +++++++++++++-------------- components/dashboard/Locations.tsx | 37 +++++++++++++-------------- components/dashboard/TechSpecs.tsx | 37 +++++++++++++-------------- components/dashboard/TopReferrers.tsx | 29 +++++++++++---------- 5 files changed, 84 insertions(+), 85 deletions(-) diff --git a/components/dashboard/Campaigns.tsx b/components/dashboard/Campaigns.tsx index f0eae00..431bac5 100644 --- a/components/dashboard/Campaigns.tsx +++ b/components/dashboard/Campaigns.tsx @@ -191,17 +191,6 @@ export default function Campaigns({ siteId, dateRange, filters }: CampaignsProps Build URL - {showViewAll && ( - - )} @@ -268,9 +257,21 @@ export default function Campaigns({ siteId, dateRange, filters }: CampaignsProps ))} - {Array.from({ length: emptySlots }).map((_, i) => ( -