This commit is contained in:
@@ -30,10 +30,14 @@ TODO: NEW CLIENT UPDATE ISSUES
|
||||
Test from devices on devops
|
||||
Will need a double update to accomplish this test
|
||||
This will ensure no cors issues too
|
||||
Test while NOT logged in as installed app, not running, next open it updates
|
||||
TEST while logged in as installed app, offers update prompt and works
|
||||
|
||||
todo: RESET DEV MODE QUICK EVERY MINUTE CHECK TO HOURLY
|
||||
|
||||
### SMALL QUICK ITEMS #####
|
||||
todo: now as a desktop app it's trying to automatically go to index.html all of a sudden
|
||||
https://stackoverflow.com/questions/45412014/how-do-i-set-the-start-url-of-a-manifest-json-to-be-the-root-of-the-site
|
||||
todo: is notifynewcount request double sending? It seems like it appears twice at the same moment in the log
|
||||
todo: new small log, old small to medium, old medium to large
|
||||
todo: can't delete second report template
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
"type": "image/svg+xml"
|
||||
}
|
||||
],
|
||||
"start_url": "./index.html",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#000000",
|
||||
"theme_color": "#4DBA87"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
version: "8.0.0-alpha.23",
|
||||
version: "8.0.0-alpha.25",
|
||||
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user