diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e6e38dde..54477cbb 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 diff --git a/ayanova/public/manifest.json b/ayanova/public/manifest.json index 5525cbe4..5b070969 100644 --- a/ayanova/public/manifest.json +++ b/ayanova/public/manifest.json @@ -68,7 +68,7 @@ "type": "image/svg+xml" } ], - "start_url": "./index.html", + "start_url": "/", "display": "standalone", "background_color": "#000000", "theme_color": "#4DBA87" diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 714f3e88..45c3bed1 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -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." };