checkpoint before reversing changes to attempt to figure out insecure menu / grid link issues
This commit is contained in:
@@ -29,12 +29,31 @@ bugbug: menu won't drop down top right when running ayanova from a local win64 s
|
||||
Turns out it's because it's not https secure connection
|
||||
browsers will trust localhost but not aything else
|
||||
serviceworkers will not work on a non secure, non localhost connection
|
||||
HOWEVER, it appears now that sw has nothing to do with this at all and it's something else
|
||||
|
||||
RESOLUTION
|
||||
NO RESOLUTION YET
|
||||
Some kind of certificate faking locally on private network server
|
||||
adapt the client to not use a service worker on a private network (bypass pwa stuff)
|
||||
|
||||
|
||||
OUTDATED (doesn't appear it's a pwa issue at all):
|
||||
Don't use pwa at all or have an optional build of it:
|
||||
https://github.com/vuejs/vue-cli/issues/3830
|
||||
https://stackoverflow.com/questions/52800904/disable-pwa-plugin-in-vue-cli-3
|
||||
|
||||
#### CHANGES BETWEEN WORKING (commit 5712 Raven alpha-21 (you sent me link Sept 24 10:10am)) AND FAIL (commit 5739 last) Raven alpha-25 (you sent me link Sept 29 11:11am)
|
||||
manifest starturl changed from "start_url": "./index.html", to "start_url": "/",
|
||||
added logo adn footer move code
|
||||
remove wipe data on change of client version in app.vue code (commented out)
|
||||
set build to report
|
||||
5725 added service worker stuff, modified original sw stuff in registerServiceWorker
|
||||
app.vue added listener for swUpdated event, could be something there
|
||||
commented out original wipe data on client update code here
|
||||
added pwa block to vue.config.js under transpiledependencies
|
||||
added sw.jw
|
||||
TRY: reversing 5725 by commenting out
|
||||
TRY: manifest starturl reversal
|
||||
TRY: updateexists is still set to true in app.vue by default when it was set that way for testing only!
|
||||
TRY: made showrefreshui async in 5727
|
||||
|
||||
|
||||
|
||||
@@ -133,6 +152,9 @@ todo: chunk-vendors has fa-brands in it which is fucking huge, what else is in t
|
||||
This could be a big breaking change so need to do it carefully and all at once as it's own project
|
||||
Definitely need to do though, it will save a lot of size to just include the actual icons I'm using which is a handful
|
||||
|
||||
GUIDANCE
|
||||
See c:\temp\mytest project which uses the correct lib
|
||||
https://github.com/FortAwesome/vue-fontawesome#learn-about-our-new-svg-implementation
|
||||
|
||||
todo: decimal-control and currency-control:
|
||||
Fix currency and decimal input controls since after vue-currency update latest version get error ".$ci is undefined" when open a form with them on it
|
||||
|
||||
Reference in New Issue
Block a user