From 990bd29598f997baf7f633f408d18d55d95df69f Mon Sep 17 00:00:00 2001 From: "yves.gugger" Date: Wed, 10 Dec 2025 17:02:01 +0100 Subject: [PATCH] fix: Multiple Command Center improvements LISTINGS PAGE: - Added missing Sparkles import PORTFOLIO PAGE: - Changed dropdown menu to open downward (top-full mt-1) instead of upward for better visibility SEO PAGE: - Added cleanDomain() helper to sanitize input - Removes whitespace, protocol, www, and trailing slashes - Fixes 'hushen. app' -> 'hushen.app' input issue PRICING PAGE: - Removed accent highlight from 'TLDs Tracked' StatCard All StatCards now have consistent styling without green accent highlights. --- frontend/src/app/command/listings/page.tsx | 1 + frontend/src/app/command/portfolio/page.tsx | 4 ++-- frontend/src/app/command/pricing/page.tsx | 2 +- frontend/src/app/command/seo/page.tsx | 22 ++++++++++++++++----- 4 files changed, 21 insertions(+), 8 deletions(-) diff --git a/frontend/src/app/command/listings/page.tsx b/frontend/src/app/command/listings/page.tsx index 63d037a..0eeb563 100755 --- a/frontend/src/app/command/listings/page.tsx +++ b/frontend/src/app/command/listings/page.tsx @@ -22,6 +22,7 @@ import { X, Tag, Store, + Sparkles, } from 'lucide-react' import Link from 'next/link' import clsx from 'clsx' diff --git a/frontend/src/app/command/portfolio/page.tsx b/frontend/src/app/command/portfolio/page.tsx index 612e38d..8b6db85 100644 --- a/frontend/src/app/command/portfolio/page.tsx +++ b/frontend/src/app/command/portfolio/page.tsx @@ -446,8 +446,8 @@ export default function PortfolioPage() { className="fixed inset-0 z-40" onClick={() => setOpenMenuId(null)} /> - {/* Menu - opens upward */} -
+ {/* Menu - opens downward */} +