This commit is contained in:
2019-11-07 00:18:51 +00:00
parent 7d4f24ecac
commit 94efe2aa7a
4 changed files with 30 additions and 87 deletions

View File

@@ -144,7 +144,7 @@ export default function initialize() {
if (res.data.timeZoneOffset != localOffset) {
//TODO: localize message and also actually have a fix for it here
//so this should be a confirm prompt but for now will just show it
//for now just show the message
window.$gz.eventBus.$emit(
"notify-info",
@@ -154,6 +154,19 @@ export default function initialize() {
localOffset +
". You might want to adjust that under user settings"
);
window.$gz.eventBus.$emit(
"notify-warning",
"this is a warning test"
);
window.$gz.eventBus.$emit(
"notify-error",
"this is an error test"
);
window.$gz.eventBus.$emit(
"notify-success",
"this is a success test"
);
}
//Store offset in locale data