build alpha 16
This commit is contained in:
@@ -2,17 +2,16 @@
|
|||||||
@@@@@@@@@@@@@@@ ROADMAP STAGE 4 - REPORTING / DASHBOARD / KPI
|
@@@@@@@@@@@@@@@ ROADMAP STAGE 4 - REPORTING / DASHBOARD / KPI
|
||||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||||
|
|
||||||
todo: update dependencies front and back
|
todo: release
|
||||||
getting a little out of date
|
|
||||||
|
|
||||||
todo: downgrade vue currency input back to compatible version, was "vue-currency-input": "^1.19.0",
|
todo: triage this stuff:
|
||||||
find version before he broke it
|
|
||||||
|
|
||||||
todo: Fix currency and decimal input controls since after update get error ".$ci is undefined" when open a form with them on it
|
todo: Fix currency and decimal input controls since after update get error ".$ci is undefined" when open a form with them on it
|
||||||
proposal: remove all need for vue-currency-input, see if can roll my own using intl code
|
proposal: remove all need for vue-currency-input, see if can roll my own using intl code
|
||||||
or: fix the stupid error that has now crept in due to unneeded changes they made
|
or: fix the stupid error that has now crept in due to unneeded changes they made
|
||||||
## I'm downgrading to the last working version for now and will look into rewriting this to remove the dependency since it just uses Intl.NumberFormat behind the scenes
|
## I'm downgrading to the last working version for now and will look into rewriting this to remove the dependency since it just uses Intl.NumberFormat behind the scenes
|
||||||
just like I'm doing with date and time inputs
|
just like I'm doing with date and time inputs
|
||||||
|
NOTE: Last working version is "vue-currency-input": "1.20.3",
|
||||||
|
|
||||||
|
|
||||||
todo: make our logo smaller or move it when a biz logo is displaying on the login form
|
todo: make our logo smaller or move it when a biz logo is displaying on the login form
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export default {
|
export default {
|
||||||
version: "8.0.0-alpha.15",
|
version: "8.0.0-alpha.16",
|
||||||
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
|
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -70,12 +70,7 @@ const DEV_MODE = false;
|
|||||||
|
|
||||||
/////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////
|
||||||
// LIBS AND GLOBAL ITEMS
|
// LIBS AND GLOBAL ITEMS
|
||||||
// NOTE: I'm putting them on Window deliberately to be globally available
|
//
|
||||||
// some say this is bad only due to if you want to server render the page
|
|
||||||
// (which is not necessary here anyway)
|
|
||||||
// however when I researched that I found it's easily worked around
|
|
||||||
// as all you need is a "window" global let defined and then it's all good in the hood
|
|
||||||
// so for convenience and far less fuckery this is the way
|
|
||||||
//
|
//
|
||||||
|
|
||||||
window.$gz = {
|
window.$gz = {
|
||||||
|
|||||||
Reference in New Issue
Block a user