case 4220 densification

This commit is contained in:
2022-10-29 21:26:12 +00:00
parent c13ac2b116
commit c5c0a9548c
20 changed files with 128 additions and 51 deletions

View File

@@ -118,7 +118,7 @@
</v-calendar>
<!-- NEW ITEM DIALOG -->
<template>
<v-row justify="center">
<v-row dense justify="center">
<v-dialog v-model="newItemDialog" max-width="360px" persistent>
<v-card>
<v-card-title>{{ $ay.t("New") }}</v-card-title>
@@ -150,7 +150,7 @@
</template>
<!-- MORE INFO DIALOG -->
<template>
<v-row justify="center">
<v-row dense justify="center">
<v-dialog v-model="moreInfoDialog" max-width="600px">
<v-card>
<v-toolbar>
@@ -276,7 +276,7 @@
</v-sheet>
<template>
<!-- ############## SETTINGS DIALOG #################-->
<v-row justify="center">
<v-row dense justify="center">
<v-dialog v-model="settingsDialog" max-width="600px">
<v-card>
<v-card-title>{{ $ay.t("ScheduleOptions") }} </v-card-title>
@@ -303,12 +303,14 @@
<v-col cols="12">
<v-checkbox
v-model="formUserOptions.reminders"
dense
:label="$ay.t('ReminderList')"
></v-checkbox>
</v-col>
<v-col cols="12">
<v-checkbox
v-model="formUserOptions.reviews"
dense
:label="$ay.t('ReviewList')"
></v-checkbox>
</v-col>
@@ -316,11 +318,13 @@
<v-col cols="12">
<v-checkbox
v-model="formUserOptions.wisu"
dense
:label="$ay.t('WorkOrderList')"
></v-checkbox>
<v-radio-group
v-model="formUserOptions.wisuColorSource"
dense
:mandatory="true"
:label="$ay.t('ScheduleWOColorFrom')"
class="ml-3 mt-n2"