From 4119cf931ab2ee07cbea37db7180201c9d6a344b Mon Sep 17 00:00:00 2001 From: "yves.gugger" Date: Fri, 12 Dec 2025 10:49:10 +0100 Subject: [PATCH] feat: Add Sniper Alerts feature - Implement complete Sniper Alerts UI page with create/edit/delete - Add tier-based limits (Scout=2, Trader=10, Tycoon=50 alerts) - Add Sniper navigation to sidebar - Support advanced filtering (TLDs, keywords, length, price, bids) - Support SMS notifications for Tycoon tier - Show active alerts with match counts and statistics - Real-time toggle for activating/pausing alerts Settings page already complete with: - Profile management - Notification preferences - Billing/subscription (Stripe Portal) - Security settings - Price alerts management --- frontend/src/app/page.tsx | 22 +- frontend/src/app/terminal/sniper/page.tsx | 837 ++++++++++++++++++++++ frontend/src/components/Footer.tsx | 10 +- frontend/src/components/Sidebar.tsx | 7 + 4 files changed, 860 insertions(+), 16 deletions(-) create mode 100644 frontend/src/app/terminal/sniper/page.tsx diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index b50e9dd..dd0e2ad 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -213,10 +213,10 @@ export default function HomePage() { - {/* Subheadline - kompakter */} + {/* Subheadline - gemäß pounce_public.md */}

- We scan. We watch. We alert.{' '} - You pounce. + Domain Intelligence for Investors.{' '} + Scan, track, and trade digital assets.

{/* Tagline */} @@ -426,24 +426,24 @@ export default function HomePage() {
-

Acquire

+

Trade

- All auctions. One place. Filtered. - Valued. - Ready to strike. + Buy & sell directly. 0% Commission. + Verified owners. + Ready to close.

@@ -824,7 +824,7 @@ export default function HomePage() {