diff --git a/frontend/src/app/admin/page.tsx b/frontend/src/app/admin/page.tsx index 75a42b2..2562e04 100644 --- a/frontend/src/app/admin/page.tsx +++ b/frontend/src/app/admin/page.tsx @@ -493,7 +493,101 @@ export default function AdminPage() { )} - {/* Other tabs similar pattern... */} + {/* Auctions Tab */} + {activeTab === 'auctions' && ( +
Total Auctions
{stats?.auctions.toLocaleString() || 0}
Platforms
4
GoDaddy, Sedo, NameJet, DropCatch
Clean Domains
+ {stats?.auctions ? Math.round(stats.auctions * 0.4).toLocaleString() : 0} +
~40% pass vanity filter
Last Scraped
+ {schedulerStatus?.jobs?.find((j: any) => j.name.includes('auction'))?.next_run_time + ? 'Recently' + : 'Unknown'} +
+ Non-authenticated users only see "clean" domains that pass these rules: +
{item.rule}
{item.desc}
- Track domain auctions across GoDaddy, Sedo, NameJet & DropCatch. + {isAuthenticated + ? 'All auctions from GoDaddy, Sedo, NameJet & DropCatch. Unfiltered.' + : 'Curated opportunities from GoDaddy, Sedo, NameJet & DropCatch.'}
+ + Showing {displayAuctions.length} premium domains • Sign in to see all {allAuctions.length} +
You're seeing the raw auction feed
+ Upgrade to Trader for spam-free listings, Deal Scores, and Smart Filters. +