Update v0.0.6
Marked another roadmap item off with this one. PWA is now officially supported. If you are hosting this through a reverse proxy and you have HTTPS, you should see a button on iOS/Android devices to "install" as an app. If you are accessing it local-only without a reverse proxy, then you will just need to use your respective browser (Safari/Chrome) to "Add to Home Screen" and still take full advantage of the PWA features.
What's Changed
- Add manifest.json for PWA configuration by @NightHawkATL in #17
- Add service worker for asset caching by @NightHawkATL in #18
- Add routes for manifest and service worker files by @NightHawkATL in #19
- Add manifest and theme color meta tags to index.html by @NightHawkATL in #20
- Register PWA Service Worker in dashboard.js by @NightHawkATL in #21
- Update roadmap to reflect completed tasks by @NightHawkATL in #22
Full Changelog: v0.0.5...v0.0.6