commandeer / open

Commandeer is a tool built by developers for developers that solves three things in the cloud. First, we are focused on the deployment of your IAC. Secondly, we enable you to 'Test your Plumbing'. Lastly, Commandeer provides you the ability to easily view your data.
https://getcommandeer.com
MIT License
141 stars 26 forks source link

Asked to Go Through First Launch Tour Everytime #165

Closed ssnyder-sme closed 3 years ago

ssnyder-sme commented 3 years ago

I'm asked to go through the first launch tour everytime I open the application. Whether I skip the tour, or click next and exhaust the list of items to explain, the next time I open the app, it presents the tour again.

I'm on a mackbook pro (OS 10.15.7)

Screen Shot 2021-03-09 at 5 27 37 PM
bwship commented 3 years ago

@ssnyder-sme - That is strange. I have seen that on dev builds before but never in the prod build. If you click the top right ? help icon in the app, and then click the data path folder, it will open up finder. in there, if you go to the users folder and open settings.json you will see a variable called hasSeenOnboarding. If you set that to true, it will not show up next time. We will investigate further why it is happening though.

bwship commented 3 years ago

This doesn't solve it. But there will now be a toggle for this on the settings tab also.

onboarding-tour
ssnyder-sme commented 3 years ago

@ssnyder-sme - That is strange. I have seen that on dev builds before but never in the prod build. If you click the top right ? help icon in the app, and then click the data path folder, it will open up finder. in there, if you go to the users folder and open settings.json you will see a variable called hasSeenOnboarding. If you set that to true, it will not show up next time. We will investigate further why it is happening though.

That worked! Thank you very much. I'm having another weird issue i'll open separately, maybe that key in the settings.json wasn't getting updated 🤷