mitai-jinkendo/frontend/src/pages
Lars 3541c416f9
All checks were successful
Deploy Development / deploy (push) Successful in 47s
Build Test / pytest-backend (push) Successful in 8s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 16s
feat: Workflow Editor UX improvements - validation and notifications
**Problem 1: Validation footer covers mobile menu**
- Fixed bottom validation panel (z-index 1000) overlapped mobile nav
- Solution: Removed bottom panel, added inline validation in config panel header

**Problem 2: Alert dialogs for save success**
- alert() blocks UI and requires OK click for every save
- Solution: Toast notifications (auto-close after 3s, non-blocking)

**Problem 3: Validation shows only counts, not details**
- Footer showed "1 Error, 2 Warnings" without details
- Solution: Inline display shows all error/warning messages with click-to-navigate

**New Components:**
- Toast.jsx: Auto-closing notifications (success/error/warning/info)
- ConfirmDialog.jsx: Modal confirmation dialogs (for future save-on-close)

**Changes:**
- WorkflowEditorPage: Inline validation in config panel, toast state
- Removed fixed bottom .validation-panel (no mobile overlap)
- Toast for save success instead of alert()

**Still TODO (separate commit):**
- Save confirmation when closing/switching nodes with unsaved changes
- Dirty state tracking

Part 3: Inline Prompts - UX polish (validation + notifications)
2026-04-11 10:48:28 +02:00
..
ActivityPage.jsx feat: Standardize capture page layout to a unified content width across all relevant pages 2026-04-05 10:21:06 +02:00
AdminActivityMappingsPage.jsx feat: inline editing for activity mappings (improved UX) 2026-03-21 19:46:11 +01:00
AdminCouponsPage.jsx feat: add AdminCouponsPage for coupon management 2026-03-20 07:53:47 +01:00
AdminCsvTemplateEditorPage.jsx feat(csv-templates): Add CSV template validation endpoint and enhance error handling 2026-04-11 06:47:27 +02:00
AdminCsvTemplatesPage.jsx feat(csv-import): Enhance Apple sleep CSV import functionality 2026-04-10 07:52:04 +02:00
AdminFeaturesPage.jsx refactor: improve AdminFeaturesPage form layout and UX 2026-03-20 07:47:00 +01:00
AdminFocusAreasPage.jsx feat: Implement focus area usage types management in API and UI 2026-04-06 07:28:19 +02:00
AdminGoalTypesPage.jsx feat: Add EmojiIconPicker component and integrate it into Admin pages for icon selection 2026-04-04 14:07:54 +02:00
AdminGroupHubPage.jsx feat: Add Admin Group Hub page and update navigation structure for improved admin management 2026-04-05 11:05:45 +02:00
AdminHomePage.jsx feat: Add Admin Group Hub page and update navigation structure for improved admin management 2026-04-05 11:05:45 +02:00
AdminPromptsPage.jsx fix: Phase 5 - Workflow Editor UX Fixes (Round 3) 2026-04-04 21:16:15 +02:00
AdminReferenceValueTypesPage.jsx feat: Implement reference value types reordering and confidence level sorting 2026-04-06 21:40:55 +02:00
AdminSystemPage.jsx feat: Refactor admin settings and user management 2026-04-05 10:32:43 +02:00
AdminTierLimitsPage.jsx feat: add toggle buttons for boolean features in matrix editor 2026-03-20 06:28:31 +01:00
AdminTiersPage.jsx feat: add admin pages for Features and Tiers management 2026-03-20 06:35:13 +01:00
AdminTrainingProfiles.jsx feat: display batch evaluation error details in UI 2026-03-23 13:24:29 +01:00
AdminTrainingTypesPage.jsx feat: Add EmojiIconPicker component and integrate it into Admin pages for icon selection 2026-04-04 14:07:54 +02:00
AdminUserRestrictionsPage.jsx fix: AdminUserRestrictionsPage - show effective values, auto-remove redundant overrides 2026-03-20 12:08:29 +01:00
AdminUsersPage.jsx feat: Refactor admin settings and user management 2026-04-05 10:32:43 +02:00
AdminWidgetFeatureAssignmentsPage.jsx feat: Implement widget-feature assignment management in admin dashboard 2026-04-08 12:26:28 +02:00
Analysis.jsx feat: Enhance navigation and dashboard with goals integration and UI improvements 2026-04-05 12:07:11 +02:00
CaliperScreen.jsx feat: Integrate caliper data enrichment and weight loading in API responses 2026-04-06 06:08:37 +02:00
CaptureHub.jsx feat: Implement CaptureShell layout with sub-navigation for capture section 2026-04-05 10:17:47 +02:00
CircumScreen.jsx feat: Update capture page layout for improved responsiveness and organization across multiple screens 2026-04-05 10:14:07 +02:00
CustomGoalsPage.jsx feat: Update capture page layout for improved responsiveness and organization across multiple screens 2026-04-05 10:14:07 +02:00
Dashboard.jsx feat: Enhance dashboard layout and widget configuration 2026-04-08 07:41:16 +02:00
DashboardConfigurePage.jsx feat: Introduce admin dashboard product standard management 2026-04-08 10:32:18 +02:00
DashboardLabPage.jsx feat: Enhance dashboard layout and widget configuration 2026-04-08 07:41:16 +02:00
GoalsPage.jsx feat: show target_date in goal list next to target value 2026-03-28 14:50:34 +01:00
GuidePage.jsx feat: Update capture page layout for improved responsiveness and organization across multiple screens 2026-04-05 10:14:07 +02:00
History.jsx feat: Enhance activity API feat: Enhance sleep data import functionality with support for multiple CSV formats and improved data parsing 2026-04-07 12:28:59 +02:00
LoginScreen.jsx fix: redirect to dashboard after successful login 2026-03-21 12:09:37 +01:00
MeasureWizard.jsx feat: Update capture page layout for improved responsiveness and organization across multiple screens 2026-04-05 10:14:07 +02:00
NewMeasurement.jsx feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00
NutritionPage.jsx feat: Standardize capture page layout to a unified content width across all relevant pages 2026-04-05 10:21:06 +02:00
PasswordRecovery.jsx feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00
PilotVizPage.jsx feat: Enhance Dashboard-Lab with widget catalog integration and layout updates 2026-04-07 11:47:16 +02:00
ProfileReferenceValuesPage.jsx feat: Add profile reference values summary endpoint and UI enhancements 2026-04-07 06:30:22 +02:00
ProfileSelect.jsx feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00
Register.jsx feat: add self-registration frontend 2026-03-21 09:55:23 +01:00
RestDaysPage.jsx feat: Update capture page layout for improved responsiveness and organization across multiple screens 2026-04-05 10:14:07 +02:00
SettingsPage.jsx feat: Enhance dashboard layout and widget configuration 2026-04-08 07:41:16 +02:00
SetupScreen.jsx feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00
SleepPage.jsx feat: Standardize capture page layout to a unified content width across all relevant pages 2026-04-05 10:21:06 +02:00
SubscriptionPage.jsx feat: add SubscriptionPage - user-facing subscription info 2026-03-20 10:31:04 +01:00
UniversalCsvImportPage.jsx feat(csv-import): Add blood pressure and activity row diagnosis functionality 2026-04-10 16:43:00 +02:00
Verify.jsx fix: parse JSON error messages and redirect to dashboard 2026-03-21 12:35:04 +01:00
VitalsPage.jsx feat: Standardize capture page layout to a unified content width across all relevant pages 2026-04-05 10:21:06 +02:00
WeightScreen.jsx feat: Update capture page layout for improved responsiveness and organization across multiple screens 2026-04-05 10:14:07 +02:00
WorkflowEditorPage.jsx feat: Workflow Editor UX improvements - validation and notifications 2026-04-11 10:48:28 +02:00