You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check out react-toastify as a possible way to handle the notifications themselves.
Langua Version
0.1.3
Desired Behavior
Add a notice for when the browser has cached the app and it can be accessed offline. Ideally, also notify users they can add Langua to the home screen of their mobile or tablet.
Add a notice when the server's version of Langua is different from the cached version, indicating that the user should refresh the page to load the newer version.
The text was updated successfully, but these errors were encountered:
Add react-toastify for handling notifications. Add unstyled notifications for caching and update availability. Change position and transition type for notifications. #12
Add "no internet connection found" toast notification. Style all three toast notifications. This completes issue #12. Add basic function for the Open button to preventDefault. Refactor localization of stats numbers. Add notice about Langua being a PWA on the home page.
Review the create-react-app README's recommendations for creating a fully functioning progressive web app, and the offline behavior in particular.
Check out this page for help with notifying about available updates.
This code will be handled at around line 63 of registerServiceWorker.js.
Check out react-toastify as a possible way to handle the notifications themselves.
Langua Version
0.1.3
Desired Behavior
Add a notice for when the browser has cached the app and it can be accessed offline. Ideally, also notify users they can add Langua to the home screen of their mobile or tablet.
Add a notice when the server's version of Langua is different from the cached version, indicating that the user should refresh the page to load the newer version.
The text was updated successfully, but these errors were encountered: