-
-
Notifications
You must be signed in to change notification settings - Fork 944
feat: open options-tab on first visit #4426
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?
Conversation
✅ Deploy Preview for origin-betaflight-app ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
netlify preview did nothing special, even after clearing storage with chrome-extension. |
no change in behavior |
|
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.
536e9fd
- it worked! 🚀
- tested revisit. tested cleared storage.
This pull request includes an enhancement to the
startProcess
function insrc/js/main.js
. The main change is the addition of a check for the first visit, which initializes the options tab if it is the user's first time running the application.Enhancements to user experience:
src/js/main.js
: Added a check for the first visit by verifying thefirstRun
configuration. If it is the first visit, the code sets thefirstRun
flag to true and initializes the options tab with a delay to open it automatically.