v3.0: Update schema.sql — add admin setup command for ankygaur9972@gmail.com with admin role + pro plan adad3b7 verified gaurv007 commited on Apr 24
v3.0: Fix analyze page — fetch plan/role from DB via /api/me, no hardcoded emails or limits c4a1d47 verified gaurv007 commited on Apr 24
v3.0: Add /api/me route — returns user profile (plan, role, usage) from DB for client components f16b685 verified gaurv007 commited on Apr 24
v3.0: Fix nav.tsx — remove hardcoded ADMIN_EMAILS, fetch role from DB profile efd3fc1 verified gaurv007 commited on Apr 24
v3.0: Fix admin API route — remove hardcoded email, check DB profiles.role only f9d1091 verified gaurv007 commited on Apr 24
v3.0: Fix admin-guard.ts — remove hardcoded email, check DB role only 3d6bc12 verified gaurv007 commited on Apr 24
v3.0: Upload web/app/dashboard-pages/dashboard/page.tsx — zero emojis, Lucide icons, responsive ce35a9f verified gaurv007 commited on Apr 24
v3.0: Upload web/app/page.tsx — zero emojis, Lucide icons, responsive a2da3ec verified gaurv007 commited on Apr 24
v3.0: Upload web/app/dashboard-pages/compare/page.tsx — zero emojis, Lucide icons, responsive de12cf0 verified gaurv007 commited on Apr 24
v3.0: Upload web/app/dashboard-pages/analyze/page.tsx — zero emojis, Lucide icons, responsive 32e255a verified gaurv007 commited on Apr 24
v3.0: Fix nav.tsx — upload actual content (was file path reference), v3.0 badge 1995940 verified gaurv007 commited on Apr 24
v3.0: Rewrite landing page — zero emojis, Lucide icons only, fully responsive mobile-first layout 408d3b8 verified gaurv007 commited on Apr 24
v3.0: Rewrite dashboard — zero emojis, Lucide icons only, responsive grid, ML model badges on scan history b31a56a verified gaurv007 commited on Apr 24
v3.0: Rewrite compare page — zero emojis, Lucide icons, responsive grid, semantic method indicator 862eccb verified gaurv007 commited on Apr 24
v3.0: Rewrite analyze page — zero emojis, Lucide icons only, fully responsive, rich UI with severity grid, source badges, compliance context 7d997bc verified gaurv007 commited on Apr 24
v3.0: Update dashboard — show ML model indicators, obligation counts, model source badges on scan history d51b773 verified gaurv007 commited on Apr 24
v3.0: Update landing page — reflect 3 ML models, negation-aware compliance, semantic comparison, source indicators 25dfe85 verified gaurv007 commited on Apr 24
v3.0: Update compare page — show comparison method (semantic/lexical) indicator 705ce80 verified gaurv007 commited on Apr 24
v3.0: Update analyze page — source indicators (🤖/📝), NLI confidence, negation badges, priority, new entity types 3a6561a verified gaurv007 commited on Apr 24
Fix all auth edge cases: proxy blocks+redirects properly, auth pages redirect if logged in, loading state prevents form flash, callback honors ?next param f36152d verified gaurv007 commited on Apr 23
Fix auth sync: handle INITIAL_SESSION + TOKEN_REFRESHED events, sync on tab visibility change, remove flaky scripting.executeScript approach, add console.log for debugging 74baa7b verified gaurv007 commited on Apr 23
Replace all clauseguard.com URLs with clauseguardweb.netlify.app d219561 verified gaurv007 commited on Apr 23
Website↔Extension bridge: auto-detect login, sync user/plan to extension, guest mode, scan history, user bar in popup cbbb114 verified gaurv007 commited on Apr 23
Fix: /api/analyze default to HF backend (not localhost), /pricing → /#pricing (404 fix) 4148ffc verified gaurv007 commited on Apr 23
Fix auth redirect URLs: use NEXT_PUBLIC_SITE_URL instead of window.location.origin (fixes localhost in verification emails) 4bd4c03 verified gaurv007 commited on Apr 23
Fix schema: create teams BEFORE profiles (fixes foreign key error), merge admin schema into main b55fbd6 verified gaurv007 commited on Apr 23
Admin panel: dashboard (stats), user management (search/plan change/ban), scan viewer (delete), team manager, API key viewer (revoke), activity logs — admin: ankygaur9972@gmail.com 8ab19de verified gaurv007 commited on Apr 23
Wire file upload to server-side parser (PDF/DOCX via pdf-parse + mammoth) 84ab7a2 verified gaurv007 commited on Apr 23
Build all missing features: PDF/DOCX upload, team system (5 seats, invites, shared dashboard), API keys (generate/revoke/limits), custom clause rules (CRUD + regex) 89ccd89 verified gaurv007 commited on Apr 23
Fix: 7-day session config, plan gating on scanner (10 free/month), file upload button, upgrade modal when limit hit 922c4c8 verified gaurv007 commited on Apr 23
Fix build: rename PDF route .ts → .tsx (JSX in API route needs .tsx extension for Turbopack) e1126b7 verified gaurv007 commited on Apr 23
Replace Stripe with Razorpay: subscriptions, webhooks, checkout modal, INR pricing fbf3514 verified gaurv007 commited on Apr 23
Fix: add forgot password + magic link, /privacy, /terms, fix all # links, extension upgrade banner on limit 9d9d922 verified gaurv007 commited on Apr 23
Fix Next.js 16: restore @tailwindcss/postcss, middleware→proxy.ts, serverExternalPackages top-level, add .gitignore 610b888 verified gaurv007 commited on Apr 23
Fix CSS build: remove @tailwindcss/postcss plugin (Next.js 16 Turbopack handles Tailwind v4 natively) 134d94f verified gaurv007 commited on Apr 23
UI overhaul: Lucide icons (no emojis), expandable clause cards, severity filters, progress bars, copy/PDF actions, shared nav, interactive hover states bdba541 verified gaurv007 commited on Apr 23