Merged
Conversation
Covers tech stack (React/Vite/Tailwind, Lightweight Charts, TanStack Query + Zustand), design system, layout, and page designs for Dashboard, Charting, Watchlist, Portfolio (placeholder), and Screener (placeholder). Made-with: Cursor
Covers project scaffolding through polish, with exact file paths, code examples, and verification steps for each task. Made-with: Cursor
Scaffolded with create-vite react-ts template. Installed runtime deps (react-query, axios, zustand, react-router-dom, lightweight-charts, lucide-react, technicalindicators) and dev deps (tailwindcss, @tailwindcss/vite). Cleaned up default template assets and configured path alias + Tailwind plugin. Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
…riceChange) Made-with: Cursor
…ive behavior Made-with: Cursor
Made-with: Cursor
…ker modal Made-with: Cursor
…ader Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
… spacing - Use design token bg-surface-tertiary instead of hardcoded bg-slate-700 - Standardize hover:bg-accent/80 across all buttons - Remove double padding on Dashboard (AppLayout already applies p-6) - Add overflow-x-auto to Watchlist table for mobile horizontal scroll - Make chart height responsive (300px mobile, 400px tablet, 500px desktop) - Use flexible width on 52-week range bar in SymbolHeader Made-with: Cursor
Covers architecture, quick start (backend + frontend + Docker), API endpoints, frontend pages, tech stack, CLI reference, environment variables, and project structure. Made-with: Cursor
Three options in the Run & Debug panel: - Backend (FastAPI) — uvicorn with reload on port 8000 - Frontend (Vite) — npm run dev on port 5173 - Full Stack — launches both simultaneously Made-with: Cursor
- Dockerfile: add Node.js build stage for frontend, copy dist to /app/static - FastAPI: serve built frontend as static files with SPA catch-all route - .dockerignore: exclude node_modules and frontend dist from context - deploy.yml: remove emoji from verify step for portability Made-with: Cursor
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.
No description provided.