MrPiglr
|
5a9487f148
|
Content density fixes: All 19 high-traffic pages
✅ Homepage + Dashboard (already committed)
✅ Realms, Labs, GameForge, Foundation
✅ Teams, Squads, Projects
✅ Dev Platform landing
Changes across all pages:
- Cut text 50-60% (paragraphs → sentences)
- Increased spacing (space-y-8 → space-y-12/20)
- Increased padding (p-6 → p-8/10)
- Removed verbose descriptions
- Simplified CTAs
EASY TO RESTORE:
git checkout main && git branch -D content-density-fixes
|
2026-01-11 02:50:26 +00:00 |
|
MrPiglr
|
0623521374
|
feat: complete Phase 2 design system rollout
Applied max-w-6xl standard across all remaining pages:
**Internal Tools & Admin (6 files):**
- Teams.tsx, Squads.tsx, Network.tsx, Portal.tsx
- Admin.tsx, BotPanel.tsx, Arms.tsx
**Hub/Client Pages (6 files):**
- ClientHub.tsx, ClientProjects.tsx (all 3 instances)
- ClientDashboard.tsx, ClientSettings.tsx
- ClientContracts.tsx, ClientInvoices.tsx, ClientReports.tsx
**Dashboard Pages (5 files):**
- FoundationDashboard.tsx, GameForgeDashboard.tsx
- StaffDashboard.tsx, NexusDashboard.tsx, LabsDashboard.tsx
**Community & Creator Pages (6 files):**
- Directory.tsx, Projects.tsx
- CreatorDirectory.tsx, MentorProfile.tsx, EthosGuild.tsx
- FoundationDownloadCenter.tsx, OpportunitiesHub.tsx
**Result:** Zero instances of max-w-7xl remaining in client/pages
All pages now use consistent max-w-6xl width for optimal readability
|
2026-01-11 01:57:16 +00:00 |
|