From a92a938c294940560cab819d339e0771b718fa44 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sun, 18 Jan 2026 17:03:16 +0100 Subject: [PATCH] feat(dashboard): add hover effects to stats blocks and external link icon to content list --- components/dashboard/ContentStats.tsx | 17 ++++++++++------- components/dashboard/Locations.tsx | 6 +++--- components/dashboard/TechSpecs.tsx | 6 +++--- components/dashboard/TopReferrers.tsx | 6 +++--- 4 files changed, 19 insertions(+), 16 deletions(-) diff --git a/components/dashboard/ContentStats.tsx b/components/dashboard/ContentStats.tsx index 3f8c8a1..e5bac54 100644 --- a/components/dashboard/ContentStats.tsx +++ b/components/dashboard/ContentStats.tsx @@ -4,6 +4,7 @@ import { useState } from 'react' import { formatNumber } from '@/lib/utils/format' import { TopPage } from '@/lib/api/stats' import { Modal } from '@ciphera-net/ui' +import { FiExternalLink } from 'react-icons/fi' interface ContentStatsProps { topPages: TopPage[] @@ -85,15 +86,16 @@ export default function ContentStats({ topPages, entryPages, exitPages, domain } {hasData ? ( <> {displayedData.map((page, index) => ( -
-
+
+
{page.path} +
@@ -102,7 +104,7 @@ export default function ContentStats({ topPages, entryPages, exitPages, domain }
))} {Array.from({ length: emptySlots }).map((_, i) => ( -