diff --git a/src/components/desktop/DateRangeSelectionDialog.vue b/src/components/desktop/DateRangeSelectionDialog.vue index 5cc46c7f..d6b24f47 100644 --- a/src/components/desktop/DateRangeSelectionDialog.vue +++ b/src/components/desktop/DateRangeSelectionDialog.vue @@ -1,19 +1,23 @@ - - - - {{ title }} - - - {{ hint }} - + + + + + {{ $t(title) }} + + + + + {{ hint }} + {{ beginDateTime }} - {{ endDateTime }} - - - + + + + - - - {{ $t('Cancel') }} - {{ $t('OK') }} - + + + {{ $t('OK') }} + {{ $t('Cancel') }} + + @@ -196,3 +201,9 @@ export default { } } + + diff --git a/src/components/desktop/SwitchToMobileDialog.vue b/src/components/desktop/SwitchToMobileDialog.vue index 0960012c..044dee49 100644 --- a/src/components/desktop/SwitchToMobileDialog.vue +++ b/src/components/desktop/SwitchToMobileDialog.vue @@ -1,20 +1,29 @@ - - - - {{ $t('global.app.title') }} - - - {{ $t('You can scan the below QR code on your mobile device.') }} + + + + + {{ $t('Use on Mobile Device') }} + + + + {{ $t('You can scan the below QR code on your mobile device.') }} + + + + + + + + + - - + + + {{$t('Switch to Mobile Version') }} + {{ $t('Close') }} + - - {{$t('Switch to Mobile Version') }} - - {{ $t('Close') }} - diff --git a/src/styles/desktop/global.scss b/src/styles/desktop/global.scss index b77c8415..c0dacb81 100644 --- a/src/styles/desktop/global.scss +++ b/src/styles/desktop/global.scss @@ -22,6 +22,10 @@ input[type=number] { pointer-events: none !important; } +.overflow-y-visible { + overflow-y: visible !important; +} + .drag-handle { cursor: grab; } diff --git a/src/views/desktop/categories/list/dialogs/EditDialog.vue b/src/views/desktop/categories/list/dialogs/EditDialog.vue index a57fd78c..8e8ee835 100644 --- a/src/views/desktop/categories/list/dialogs/EditDialog.vue +++ b/src/views/desktop/categories/list/dialogs/EditDialog.vue @@ -1,64 +1,68 @@ - - - - - {{ $t(title) }} + + + + + {{ $t(title) }} - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ $t(saveButtonTitle) }} + + + {{ $t('Cancel') }} + - - - {{ $t('Cancel') }} - - {{ $t(saveButtonTitle) }} - - - diff --git a/src/views/desktop/categories/list/dialogs/PresetDialog.vue b/src/views/desktop/categories/list/dialogs/PresetDialog.vue index 7e107f82..eb62e0bd 100644 --- a/src/views/desktop/categories/list/dialogs/PresetDialog.vue +++ b/src/views/desktop/categories/list/dialogs/PresetDialog.vue @@ -1,10 +1,12 @@ - - - - {{ $t('Default Categories') }} - - + + + + + {{ $t('Default Categories') }} + + + {{ getCategoryTypeName(categoryType) }} @@ -48,14 +50,16 @@ - - - {{ $t('Cancel') }} - - {{ $t('Save') }} - - - + + + + {{ $t('Save') }} + + + {{ $t('Cancel') }} + + diff --git a/src/views/desktop/statistics/TransactionPage.vue b/src/views/desktop/statistics/TransactionPage.vue index fe10c41f..e0ef8495 100644 --- a/src/views/desktop/statistics/TransactionPage.vue +++ b/src/views/desktop/statistics/TransactionPage.vue @@ -195,13 +195,13 @@ v-model:show="showCustomDateRangeDialog" @dateRange:change="setCustomDateFilter" /> - + - + diff --git a/src/views/desktop/statistics/settings/cards/AccountFilterSettingsCard.vue b/src/views/desktop/statistics/settings/cards/AccountFilterSettingsCard.vue index 4b634688..fecdffc3 100644 --- a/src/views/desktop/statistics/settings/cards/AccountFilterSettingsCard.vue +++ b/src/views/desktop/statistics/settings/cards/AccountFilterSettingsCard.vue @@ -1,30 +1,30 @@ - - - {{ $t('Default Account Filter') }} - - - - - - - - - - - - - - - - {{ $t('Default Account Filter') }} + + + + + {{ $t(title) }} + + + + + + + + + + + + + + {{ $t(title) }} @@ -51,11 +51,11 @@ :key="itemIdx" v-for="itemIdx in [ 1, 2, 3 ]"> - + {{ $t('No available account') }} - + - - - {{ $t('Cancel') }} - {{ $t('OK') }} - + + + {{ $t(applyText) }} + {{ $t('Cancel') }} + + diff --git a/src/views/desktop/statistics/settings/cards/CategoryFilterSettingsCard.vue b/src/views/desktop/statistics/settings/cards/CategoryFilterSettingsCard.vue index 7412dfc0..98de880a 100644 --- a/src/views/desktop/statistics/settings/cards/CategoryFilterSettingsCard.vue +++ b/src/views/desktop/statistics/settings/cards/CategoryFilterSettingsCard.vue @@ -1,30 +1,30 @@ - - - {{ $t('Default Transaction Category Filter') }} - - - - - - - - - - - - - - - - {{ $t('Default Transaction Category Filter') }} + + + + + {{ $t(title) }} + + + + + + + + + + + + + + {{ $t(title) }} @@ -51,7 +51,7 @@ :key="itemIdx" v-for="itemIdx in [ 1, 2, 3 ]"> - + - - - {{ $t('Cancel') }} - {{ $t('OK') }} - + + + {{ $t(applyText) }} + {{ $t('Cancel') }} + +
{{ hint }}
{{ $t('You can scan the below QR code on your mobile device.') }}