-
Notifications
You must be signed in to change notification settings - Fork 681
Redesign Onboarding #5687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Redesign Onboarding #5687
Conversation
| const showOnboarding = useRealmObject(OnboardingV2Service.state).showOnboarding; | ||
|
|
||
| useEffect(() => { | ||
| // OnboardingV2Service.actions.showOnboardingIfNecessary(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this one be used instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea it should be used in production, was just switched over for testing
|
|
||
| // Set up temporary sources | ||
| useEffect(() => { | ||
| DefaultHardwareService.createTemporarySources(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small thing since I know if this is modeled off of the hardware setup but I was wondering if it would be worthwhile to add some handling/logging if there is an error creating temporary sources just for debugging purposes
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…eamlabs-obs into sb_ab_onboarding
No description provided.