aethex-forge/client
MrPiglr 859f69a245
Content density fix: Homepage + Dashboard
- Homepage: Reduce card descriptions 60% (20-30 words → 5-8 words)
- Homepage: Simplify features from paragraphs to single lines
- Homepage: Increase section spacing (space-y-32 → space-y-40)
- Homepage: Increase card padding and spacing
- Dashboard: Simplify Developer CTA (cut text 50%, removed extra button)
- Dashboard: Increase card padding (p-6 → p-8)
- Dashboard: Increase grid spacing (gap-4 → gap-6)
- Dashboard: Increase section spacing (space-y-8 → space-y-12)

All changes on 'content-density-fixes' branch - easy to revert with:
  git checkout main  # restore everything
  git branch -D content-density-fixes  # delete branch
2026-01-11 02:32:10 +00:00
..
api Add ecosystem filtering to opportunities and update posting form 2025-12-13 02:25:12 +00:00
components fix: improve docs curriculum layout spacing and sizing 2026-01-11 01:15:50 +00:00
contexts Add a way to display participants in an activity 2025-12-13 04:51:25 +00:00
data Prettier format pending files 2025-10-19 06:00:42 +00:00
desktop Update application to include desktop build and release configurations 2025-12-05 23:20:50 +00:00
hooks Award experience points for user actions and improve level-up notifications 2025-12-12 23:44:00 +00:00
lib feat: implement design system with consistent layout tokens 2026-01-11 01:42:19 +00:00
pages Content density fix: Homepage + Dashboard 2026-01-11 02:32:10 +00:00
App.tsx feat: add device linking page at /link 2026-01-11 00:37:44 +00:00
desktop-main.html Refactor desktop application and improve Electron integration 2025-12-05 22:36:13 +00:00
desktop-overlay.html Refactor desktop application and improve Electron integration 2025-12-05 22:36:13 +00:00
global.css feat: Complete database migration and developer platform 2026-01-10 02:05:15 +00:00
main.tsx Refactor desktop application and improve Electron integration 2025-12-05 22:36:13 +00:00
vite-env.d.ts Initial commit 2025-08-05 20:03:34 +00:00