Updaated all color values to include Alpha value so pickers offer it as an option to user

This commit is contained in:
2022-03-09 16:19:54 +00:00
parent 8b4762c1a3
commit 9f2a01a31b
28 changed files with 48 additions and 51 deletions

View File

@@ -91,7 +91,7 @@ export default {
interval: "month",
wotags: [],
wotagsany: true,
color: "#00205B"
color: "#00205BFF"
}
},
{
@@ -115,7 +115,7 @@ export default {
wotagsany: true,
woitemtags: [],
woitemtagsany: true,
color: "#00205B"
color: "#00205BFF"
}
},
{
@@ -139,7 +139,7 @@ export default {
woitemtags: [],
woitemtagsany: true,
interval: "month",
color: "#00205B"
color: "#00205BFF"
}
},
{
@@ -288,7 +288,7 @@ export default {
wotagsany: true,
woitemtags: [],
woitemtagsany: true,
color: "#00205B"
color: "#00205BFF"
}
},
{
@@ -306,7 +306,7 @@ export default {
woitemtags: [],
woitemtagsany: true,
interval: "month",
color: "#00205B"
color: "#00205BFF"
}
},
{
@@ -333,7 +333,7 @@ export default {
techtags: [],
techtagsany: true,
userid: null,
color: "#00205B"
color: "#00205BFF"
}
},
{
@@ -360,7 +360,7 @@ export default {
techtagsany: true,
userid: null,
interval: "month",
color: "#00205B"
color: "#00205BFF"
}
}
],

View File

@@ -866,7 +866,7 @@ async function getUserOptions() {
timeZoneOverride: null,
currencyName: null,
hour12: true,
//uiColor: "#000000",
//uiColor: "#000000ff",
emailAddress: null,
mapUrlTemplate: null
};
@@ -881,7 +881,7 @@ async function getUserOptions() {
l.hour12 = res.data.hour12;
}
// l.uiColor = res.data.uiColor || "#000000";
// l.uiColor = res.data.uiColor || "#000000ff";
l.emailAddress = res.data.emailAddress || null;
l.mapUrlTemplate = res.data.mapUrlTemplate || null;