Fix navigation and implement 3D Dark UI theme - #12
arslanvuzmal wants to merge 2 commits into
Conversation
- Fixed broken navigation links in Sidebar and Setup pages using Next.js Link. - Corrected API client generic types to handle unwrapped data payloads. - Implemented a "3D Dark" theme with grey and black palette, layered shadows, and glassmorphism. - Redesigned Dashboard and Lead Detail pages with professional visualizations using Recharts. - Verified changes with full pytest suite (backend) and type-checking/linting (frontend). Co-authored-by: avuzmal <291293085+avuzmal@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR addresses both functional navigation issues and the user's request for a professional, "3D" dark theme UI.
Functional Fixes:
apps/web/src/lib/api.tsto correctly unwrap data payloads in its generic return types, preventing type errors across the frontend.UI Improvements (3D Dark Theme):
globals.cssandtailwind.config.ts.BarChartandPieChartcomponents for lead analytics, and modernized metric cards with trend indicators.ScoreBadge,LeadCard,CriteriaEditor) to maintain aesthetic consistency across the platform.Quality Assurance:
pytest.npm run type-checkandnpm run lint.PR created automatically by Jules for task 6253863470002860216 started by @avuzmal