Commit Graph

7 Commits

Author SHA1 Message Date
Mondo Diaz
dc44502840 Remove GitHub link from footer 2025-12-11 14:56:11 -06:00
Mondo Diaz
3488dea11d Switch accent color to green and improve text contrast
- Change accent colors from purple to emerald green (#10b981)
- Improve navbar text contrast (use text-primary instead of text-secondary)
- Improve footer link contrast
- Update all glow/shadow effects to match green theme
- Bump muted/tertiary text colors for better readability
2025-12-11 14:52:12 -06:00
Mondo Diaz
d9d8e14e52 Update logo to orchard/tree design
- Three trees representing an orchard
- Center tree larger for visual hierarchy
- Side trees with subtle opacity
- Ground line for grounding effect
2025-12-11 14:50:05 -06:00
Mondo Diaz
fb576743bb Modern dark mode UI overhaul
- Complete dark color palette with CSS custom properties
- Glassmorphism header with blur backdrop
- Gradient accents and glowing effects
- Modern card styling with hover animations
- Updated SVG icons and improved navigation
- Responsive design refinements
- Code blocks with syntax-aware styling
2025-12-11 14:48:34 -06:00
Mondo Diaz
2e2f17ae37 Fix remaining old terminology references
- backend/app/main.py: grove/ -> project/ in SPA route check
- frontend/vite.config.ts: /grove -> /project proxy
- helm/orchard/templates/NOTES.txt: Updated API examples
- migrations/001_initial.sql: Updated table/column names
2025-12-08 10:41:26 -06:00
Mondo Diaz
ff7df9eb3f Rename terminology to industry standard terms
- Grove → Project
- Tree → Package
- Fruit → Artifact
- Graft → Tag
- Cultivate → Upload
- Harvest → Download

Updated across:
- Backend models, schemas, and routes
- Frontend types, API client, and components
- README documentation
- API endpoints now use /project/:project/packages pattern
2025-12-08 10:38:44 -06:00
Mondo Diaz
2261bfc830 Rewrite from Go + vanilla JS to Python (FastAPI) + React (TypeScript)
- Backend: Python 3.12 with FastAPI, SQLAlchemy, boto3
- Frontend: React 18 with TypeScript, Vite build tooling
- Updated Dockerfile for multi-stage Node + Python build
- Updated CI pipeline for Python backend
- Removed old Go code (cmd/, internal/, go.mod, go.sum)
- Updated README with new tech stack documentation
2025-12-05 17:16:43 -06:00