This commit is contained in:
2020-10-08 22:34:13 +00:00
parent b317d01e69
commit e8294a6078
3 changed files with 4 additions and 6 deletions

View File

@@ -3,9 +3,6 @@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
todo: known issues has some efficiency settings for themes and good stuff to know, check it: https://github.com/vuetifyjs/vuetify/releases/tag/v2.3.0#user-content-known-issues
todo: is notifynewcount request double sending? It seems like it appears twice at the same moment in the log
todo: widget usertype not set on new record error says "invalid value [2203]" shouldn't it say it's required instead?

View File

@@ -43,14 +43,14 @@
</v-btn>
<v-btn
v-if="options.noButtonText"
color="primary darken-1"
color="primary"
text
@click.native="cancel"
:data-cy="!!$ay.dev ? 'gzconfirm:nobutton' : false"
>{{ options.noButtonText }}</v-btn
>
<v-btn
color="primary darken-1"
color="primary"
text
@click.native="agree"
:data-cy="!!$ay.dev ? 'gzconfirm:yesbutton' : false"

View File

@@ -1194,7 +1194,8 @@ export default new Vuetify({
error: "#ff5252", //lighter red, have to see if it's good for all screens and sizes as it's a bit light but it stands out as an error condition better
disabled: "#c7c7c7"
}
}
},
options: { variations: false }
},
icons: {
iconfont: "faSvg",