Files
openhuman/app
Cyrus GrayandGitHub de41bf8ec7 fix(onboarding): resolve overlay race condition between RPC and Redux state (#284)
OnboardingOverlay could reappear for already-onboarded users when the
core config RPC call failed (sidecar not ready, timeout). The catch block
hardcoded `false`, ignoring the persisted Redux `isOnboardedByUser` flag.

Now reads `selectIsOnboarded` as a fallback in the catch block and combines
both flags in shouldShow — either being true prevents the overlay. Also fixes
DEV_FORCE_ONBOARDING which was a no-op (identical ternary branches).

Closes #197
2026-04-03 11:38:39 +05:30
..
2026-03-29 10:30:18 -07:00
2026-03-29 10:30:18 -07:00
2026-04-02 13:45:30 +00:00
2026-03-29 10:30:18 -07:00
2026-03-29 10:30:18 -07:00
2026-03-29 10:30:18 -07:00
2026-03-29 10:30:18 -07:00

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.