From 3173d8889c6a7b454ce91225a13465847bdb3c2c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 13 Oct 2020 20:48:49 +0000 Subject: [PATCH] --- ayanova/devdocs/changelog.txt | 11 ----------- ayanova/devdocs/todo.txt | 24 ------------------------ ayanova/src/api/gzmenu.js | 2 +- ayanova/src/views/login.vue | 2 +- 4 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 ayanova/devdocs/changelog.txt diff --git a/ayanova/devdocs/changelog.txt b/ayanova/devdocs/changelog.txt deleted file mode 100644 index 459069f4..00000000 --- a/ayanova/devdocs/changelog.txt +++ /dev/null @@ -1,11 +0,0 @@ -a.72 - removed lodash dependency - maybe fixed report double deletion error joyce found - report direct view via url now correctly opens even if user it already logged into AyaNova - http://localhost:8080/viewreport?oid=20&rid=1 - attachment control - added "drop files here" hint to file list drop zone area if no files are already attached - login - fixed bug that would show large branded logo on small login screen - login - fixed bug that would show no custom logo on small login screen if no small custom logo (should have checked medium instead) - added .webp support to wiki image - Notification subscriptions "Tag" prompt changed to "Tagged with" to make it more clear it's a filter and not tagging the subscription itself \ No newline at end of file diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index b333d6a0..3f6aac6e 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -3,30 +3,6 @@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -To try: - msft pwa stuff - It uses one of the additional icon24 or 48 for the task bar icon when running as an app - still has the 16px tiny one on the desktop - android from chrome is white background - android from ff is same color green as the shirt background! fuck! - maybe becuase it doesn't have a "maskable icon" see below - - remove the favico.ico completely as a test - -todo: needs a maskable icon according to lighthouse: - The icons array must contain one object with a purpose property, and the value of that purpose property must include maskable. - https://web.dev/maskable-icon/ - -todo: for some reason the 32px icon is being surrounded by an if statement in the generated index.html page in dist folder - I think I tried commenting out the 32bit null one to see what would happen but haven't built yet to compare - May require a manual step for release of removing the comment if I can't find a way to turn that shit off, no idea what part of the build process is responsible, maybe workbox stuff? - -TODO: tiny icon used in windows when chrome install to desktop used - Issue on github: https://github.com/RealFaviconGenerator/realfavicongenerator/issues/446 - -todo: figure out which tool and get rid of this added to index.html on build: - - todo: service workers for monaco going in root of website folder, must be a config setting to move it into the proper place (not there) couldn't find anything about it, may need to post to ask, it's not the end of the world but kind of stupid looking as all the rest of the js is in subfolder diff --git a/ayanova/src/api/gzmenu.js b/ayanova/src/api/gzmenu.js index 6b857f71..c36d6638 100644 --- a/ayanova/src/api/gzmenu.js +++ b/ayanova/src/api/gzmenu.js @@ -48,7 +48,7 @@ export default { if (ctx.title) { document.title = "AyaNova " + vm.$ay.t(ctx.title); } else { - document.title = "AyaNova 🧰"; + document.title = "AyaNova"; } //Parse the formdata if present diff --git a/ayanova/src/views/login.vue b/ayanova/src/views/login.vue index f8757796..110d76d0 100644 --- a/ayanova/src/views/login.vue +++ b/ayanova/src/views/login.vue @@ -32,7 +32,7 @@ > - +