-
Notifications
You must be signed in to change notification settings - Fork 0
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
Splash Screen #65
Comments
Another thought: As currently implemented, once the user checks the "Don't Show This Again" option, then the splash screen will never be shown to that user again unless they manually clear their browser's localStorage or maybe after a major browser upgrade or something. We could make it so that this is specific to the version of the application. So each time the app version number changes, the user would have to dismiss it again. |
If the `splashScreen.content` prop becomes unwieldy, we can move it to a separate config file. Closes #65
If the `splashScreen.content` prop becomes unwieldy, we can move it to a separate config file. Closes #65
I tested out the splashScreen.enabled property and I'm not sure it is working. I've set it to false, set it to null, and removed the property from the config and the splashScreen stays enabled. Could you take a look at it? |
The text was updated successfully, but these errors were encountered: