This commit is contained in:
@@ -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: 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?
|
todo: widget usertype not set on new record error says "invalid value [2203]" shouldn't it say it's required instead?
|
||||||
|
|
||||||
|
|||||||
@@ -43,14 +43,14 @@
|
|||||||
</v-btn>
|
</v-btn>
|
||||||
<v-btn
|
<v-btn
|
||||||
v-if="options.noButtonText"
|
v-if="options.noButtonText"
|
||||||
color="primary darken-1"
|
color="primary"
|
||||||
text
|
text
|
||||||
@click.native="cancel"
|
@click.native="cancel"
|
||||||
:data-cy="!!$ay.dev ? 'gzconfirm:nobutton' : false"
|
:data-cy="!!$ay.dev ? 'gzconfirm:nobutton' : false"
|
||||||
>{{ options.noButtonText }}</v-btn
|
>{{ options.noButtonText }}</v-btn
|
||||||
>
|
>
|
||||||
<v-btn
|
<v-btn
|
||||||
color="primary darken-1"
|
color="primary"
|
||||||
text
|
text
|
||||||
@click.native="agree"
|
@click.native="agree"
|
||||||
:data-cy="!!$ay.dev ? 'gzconfirm:yesbutton' : false"
|
:data-cy="!!$ay.dev ? 'gzconfirm:yesbutton' : false"
|
||||||
|
|||||||
@@ -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
|
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"
|
disabled: "#c7c7c7"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
options: { variations: false }
|
||||||
},
|
},
|
||||||
icons: {
|
icons: {
|
||||||
iconfont: "faSvg",
|
iconfont: "faSvg",
|
||||||
|
|||||||
Reference in New Issue
Block a user