Commit graph

13 commits

Author SHA1 Message Date
MrPiglr
e633079933
Fix button and text sizing issues
- Reduced button sizes: h-16 → h-12, text-xl → text-base
- Reduced padding: px-10 → px-8
- Fixed icon sizes: w-6 h-6 → w-5 h-5
- Normalized font weights: font-black → font-bold
- Fixed hero headings: text-7xl/8xl/9xl → text-5xl/6xl/7xl
- Fixed subheadings: text-2xl/3xl → text-xl/2xl
- Fixed section headings: text-5xl/6xl → text-4xl/5xl
- Removed excessive text-lg from buttons

Pages fixed:
 Homepage
 Dashboard
 Realms
 Labs
 GameForge
 Foundation

Much more readable and balanced!
2026-01-11 03:23:48 +00:00
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
374f239e3d
feat: implement design system with consistent layout tokens
- Created design-tokens.ts with standardized width, typography, spacing, padding, and grid constants
- Reduced max-w-7xl to max-w-6xl across homepage and major landing pages (Index, Labs, Realms, Foundation)
- Reduced oversized hero text-7xl to text-6xl for better readability
- Applied consistent design standards to dev platform pages (Templates, Marketplace, CodeExamples, DevLanding)
- Improved visual consistency and content readability site-wide
2026-01-11 01:42:19 +00:00
MrPiglr
25d584fd46
feat: Complete database migration and developer platform
- Applied all 31 pending Supabase migrations successfully
- Fixed 100+ policy/trigger/index duplication errors for shared database
- Resolved foundation_contributions schema mismatch (added user_id, contribution_type, resource_id, points columns)
- Added DROP IF EXISTS statements for all policies, triggers, and indexes
- Wrapped storage.objects operations in permission-safe DO blocks

Developer Platform (10 Phases Complete):
- API key management dashboard with RLS and SHA-256 hashing
- Complete API documentation (8 endpoint categories)
- 9 template starters + 9 marketplace products + 12 code examples
- Quick start guide and SDK distribution
- Testing framework and QA checklist

Database Schema Now Includes:
- Ethos: Artist/guild tracking, verification, tracks, storage
- GameForge: Games, assets, monetization
- Foundation: Courses, mentorship, resources, contributions
- Nexus: Creator marketplace, portfolios, contracts, escrow
- Corp Hub: Invoices, contracts, team management, projects
- Developer: API keys, usage logs, profiles

Platform Status: Production Ready 
2026-01-10 02:05:15 +00:00
Builder.io
5336bcf0c2 Prettier format pending files 2025-10-18 22:41:08 +00:00
Builder.io
8c30b793f0 Add Link import to Realms
cgen-5be6126e1ee344a888d71b0bc8496fbe
2025-10-18 22:30:57 +00:00
Builder.io
0a29ccbfd0 Inject Contributor Network and Teams Hiring sections into Realms
cgen-369592ed22e549f88905cf959e86ff4d
2025-10-18 22:30:51 +00:00
Builder.io
85e96c5969 Prettier format pending files 2025-10-18 22:21:46 +00:00
Builder.io
0777188c1a Make Realms page auth-aware actions
cgen-c5fe0daa914041348af9840fdd302532
2025-10-18 21:40:21 +00:00
Builder.io
f4dc20cc54 Remove duplicate realm cards and add single CTA
cgen-89fb8ed8aefd4c599e2c12e001f12879
2025-10-18 21:35:28 +00:00
Builder.io
d0720406dd Add RealmSwitcher (realm & path) to Realms page
cgen-438a8f98cfae467f96c0ee5389d6d12b
2025-10-18 21:33:26 +00:00
Builder.io
cb5512ddd6 Activate realm directly from Realms page
cgen-3ce843d26f7245029ff5ffc74e69adba
2025-10-18 21:30:36 +00:00
Builder.io
baa0aeef52 Create Realms page replacing Portal
cgen-9de8378890f445e88dd8c08944e4521c
2025-10-18 21:27:41 +00:00