Updaated all color values to include Alpha value so pickers offer it as an option to user
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user