aethex-forge/client/pages/dev-platform
MrPiglr 4f89366d77
feat: Improve developer platform navigation and discoverability
- Add breadcrumbs to all developer platform pages for better navigation context
- Add 'Main Dashboard' link to developer mode navigation for easy exit
- Add prominent developer CTA card to main dashboard to increase discovery
- Wrap developer dashboard route with RequireAccess for authentication

User Flow Improvements:
✓ Users can now easily navigate back to main dashboard from dev platform
✓ Breadcrumbs show clear path: Home > Developer Platform > Current Page
✓ New users see attractive CTA with API keys, docs, and templates links
✓ Authentication enforced on /dev-platform/dashboard

Files changed: 9 (Layout, Dashboard, and 7 dev-platform pages)
2026-01-10 02:29:14 +00:00
..
ApiReference.tsx feat: Improve developer platform navigation and discoverability 2026-01-10 02:29:14 +00:00
CodeExamples.tsx feat: Improve developer platform navigation and discoverability 2026-01-10 02:29:14 +00:00
DeveloperDashboard.tsx feat: Improve developer platform navigation and discoverability 2026-01-10 02:29:14 +00:00
DeveloperPlatform.tsx feat: Complete database migration and developer platform 2026-01-10 02:05:15 +00:00
DevLanding.tsx feat: Complete database migration and developer platform 2026-01-10 02:05:15 +00:00
ExampleDetail.tsx feat: Complete database migration and developer platform 2026-01-10 02:05:15 +00:00
Marketplace.tsx feat: Improve developer platform navigation and discoverability 2026-01-10 02:29:14 +00:00
MarketplaceItemDetail.tsx feat: Complete database migration and developer platform 2026-01-10 02:05:15 +00:00
QuickStart.tsx feat: Improve developer platform navigation and discoverability 2026-01-10 02:29:14 +00:00
TemplateDetail.tsx feat: Complete database migration and developer platform 2026-01-10 02:05:15 +00:00
Templates.tsx feat: Improve developer platform navigation and discoverability 2026-01-10 02:29:14 +00:00