This commit is contained in:
2020-09-29 17:03:44 +00:00
parent 67241b9ac4
commit 012714bd9b
3 changed files with 6 additions and 2 deletions

View File

@@ -30,10 +30,14 @@ TODO: NEW CLIENT UPDATE ISSUES
Test from devices on devops Test from devices on devops
Will need a double update to accomplish this test Will need a double update to accomplish this test
This will ensure no cors issues too 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 todo: RESET DEV MODE QUICK EVERY MINUTE CHECK TO HOURLY
### SMALL QUICK ITEMS ##### ### 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: 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: new small log, old small to medium, old medium to large
todo: can't delete second report template todo: can't delete second report template

View File

@@ -68,7 +68,7 @@
"type": "image/svg+xml" "type": "image/svg+xml"
} }
], ],
"start_url": "./index.html", "start_url": "/",
"display": "standalone", "display": "standalone",
"background_color": "#000000", "background_color": "#000000",
"theme_color": "#4DBA87" "theme_color": "#4DBA87"

View File

@@ -1,4 +1,4 @@
export default { export default {
version: "8.0.0-alpha.23", version: "8.0.0-alpha.25",
copyright: "© 1999-2020, Ground Zero Tech-Works Inc." copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
}; };