diff --git a/CHANGELOG b/CHANGELOG index 5b72fad8..61c3a8a3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,11 @@ All notable changes to this project will be documented in this file. -### - - - models initialization refactored, better dev xperience as backend hmr is working +### 1.6.2 - 12 jan '23 + - add swipe gesture to move to next/prev event + - fix refresh collections, fix #219 + - add russian translation (thanks @drunkod) + - refactor search / filter / selection fix #225, 227, #224 + - models initialization refactored, better dev experience, fix backend HMR ### 1.6.1 - 15 dec '22 - allow edit tags in admin panel, fix #170 diff --git a/components/Calendar.vue b/components/Calendar.vue index 397fb635..a0de2f25 100644 --- a/components/Calendar.vue +++ b/components/Calendar.vue @@ -4,7 +4,7 @@ ref='cal' v-model='selectedDate' title-position='left' - :is-dark="settings['theme.is_dark']" + :is-dark="is_dark" :columns="!$vuetify.breakpoint.smAndDown ? 2 : 1" @input='click' @update:from-page='updatePage' @@ -15,20 +15,14 @@ aria-label='Calendar' is-expanded is-inline) - //- template(v-slot="{ inputValue, inputEvents }") - v-btn#calendarButton(v-on='inputEvents' text tile :color='selectedDate ? "primary" : "" ') {{inputValue || $t('common.calendar')}} - v-icon(v-if='selectedDate' v-text='mdiClose' right small icon @click.prevent.stop='selectedDate = null') - v-icon(v-else v-text='mdiChevronDown' right small icon) .calh.d-flex.justify-center.align-center(slot='placeholder') v-progress-circular(indeterminate) - //- v-btn#calendarButton(text tile) {{$t('common.calendar')}} - //- v-icon(v-text='mdiChevronDown' right small icon)