Dwindi Ramadhana
687a2318b0
feat: implement onboarding wizard and fix help page navigation
Core Features:
- Add Quick Setup Wizard for new users with multi-step flow
- Implement distraction-free onboarding layout (no sidebar/header)
- Create OnboardingController API endpoint for saving settings
- Redirect new users to /setup automatically on first admin access
Onboarding Components:
- StepMode: Select between full/minimal store modes
- StepHomepage: Choose or auto-create homepage
- StepAppearance: Configure container width and primary color
- StepProgress: Visual progress indicator
Navigation & Routing:
- Fix Help page links to use react-router navigation (prevent full reload)
- Update onboarding completion redirect to /appearance/pages
- Add manual onboarding access via Settings > Store Details
UI/UX Improvements:
- Enable dark mode support for Page Editor
- Fix page title rendering in onboarding dropdown
- Improve title fallback logic (title.rendered, title, post_title)
Type Safety:
- Unify PageItem interface across all components
- Add 'default' to containerWidth type definition
- Add missing properties (permalink_base, has_template, icon)
Files Modified:
- includes/Api/OnboardingController.php
- includes/Api/Routes.php
- includes/Admin/Assets.php
- admin-spa/src/App.tsx
- admin-spa/src/routes/Onboarding/*
- admin-spa/src/routes/Help/DocContent.tsx
- admin-spa/src/routes/Settings/Store.tsx
- admin-spa/src/routes/Appearance/Pages/*
2026-02-06 00:30:38 +07:00
..
2026-01-31 22:22:22 +07:00
2025-11-11 17:52:03 +07:00
2025-11-11 10:43:03 +07:00
2026-01-04 10:49:47 +07:00
2026-02-05 00:09:40 +07:00
2026-02-05 00:09:40 +07:00
2025-11-20 13:52:12 +07:00
2025-11-21 00:25:22 +07:00
2025-11-10 22:41:18 +07:00
2026-01-04 11:55:15 +07:00
2025-11-09 23:44:24 +07:00
2026-01-31 22:22:22 +07:00
2026-01-05 16:53:45 +07:00
2025-12-31 22:01:06 +07:00
2026-02-05 00:09:40 +07:00
2026-02-05 00:09:40 +07:00
2026-02-06 00:30:38 +07:00
2026-02-05 00:09:40 +07:00
2026-02-05 00:09:40 +07:00
2026-01-04 10:49:47 +07:00
2025-12-31 14:06:04 +07:00
2025-11-09 23:44:24 +07:00
2025-12-30 17:48:09 +07:00
2026-02-05 00:09:40 +07:00
2026-02-06 00:30:38 +07:00
2026-01-04 10:49:47 +07:00
2026-02-05 00:09:40 +07:00
2026-02-05 00:09:40 +07:00
2025-11-10 22:41:18 +07:00
2025-11-10 14:09:52 +07:00