feat: Complete Frontend Overhaul — Auth, Dashboard, Integrations, Chat#15
Open
A5HW1NRA7AN wants to merge 7 commits into
Open
feat: Complete Frontend Overhaul — Auth, Dashboard, Integrations, Chat#15A5HW1NRA7AN wants to merge 7 commits into
A5HW1NRA7AN wants to merge 7 commits into
Conversation
- Add react-router-dom routing with ProtectedRoute guards - Add Zustand auth store with JWT persistence (localStorage) - Add Axios backend client with JWT interceptor + optional demo fallbacks - Add glassmorphic Login and Register pages (hitting real Django endpoints) - Add DashboardLayout with sidebar navigation - Add Overview dashboard page with system status cards - Add Integrations page with Jira, Slack, Linear, HubSpot cards - Add Chat page with sessions sidebar + voice-to-action interface - Fix backend Dockerfile: install postgresql-client for pg_isready - Fix docker-compose: gunicorn --bind 0.0.0.0:8000 (Gunicorn 25 default changed) - Add @tailwindcss/vite plugin for Tailwind v4 support - Handle DRF paginated responses (results array) in frontend - Login sends username field (Django SimpleJWT contract) - Register sends organization_name (required by backend serializer) - 0 TypeScript errors, all backend endpoints verified
…4I06 into feat/frontend-overhaul
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Complete re-engineering of the frontend from a single-page script into a multi-page authenticated SPA.
Changes
Frontend (New Pages)
Architecture
Backend/Infra Fixes
Verification