Triage Note (Repo Manager)
Dark mode infrastructure is already in place:
darkMode: 'class'is set intailwind.config.jsThemeContexthandles system preference detection and…
This issue is already resolved in main. frontend/src/pages/Compare.tsx implements a side-by-side company patent portfolio comparison view where users can enter two company names and compare…
This issue is already resolved in main. The Analytics page includes patent filing trend charts using recharts (LineChart, BarChart, PieChart) with trend data fetched via the analytics-trends…
This issue is already resolved in main. webhooks.py implements a full webhook notification system with notify(), notify_job_completed(), retry logic, and support for Slack/Discord webhook…
This issue is already resolved in main. scheduler.py implements scheduled/recurring analysis using APScheduler with run_scheduled_analysis() that processes tracked companies on a configurable…
This issue is already resolved in main. api.py provides /export/{company_name} (CSV) and /export/{company_name}/pdf endpoints for exporting analysis reports from the dashboard.