diff --git a/css/app-settings.scss b/css/app-settings.scss index 1ace6ae945..c0026ecd0a 100644 --- a/css/app-settings.scss +++ b/css/app-settings.scss @@ -5,9 +5,7 @@ #app-settings-modal { .settings-fieldset-interior-item { - max-width: calc(var(--default-grid-baseline) * 68); align-items: stretch; - padding: 5px 0; } .button-content-with-icon { diff --git a/package.json b/package.json index b7693ad4e2..23a626754c 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@nextcloud/notify_push": "^1.3.1", "@nextcloud/router": "^3.0.1", "@nextcloud/timezones": "^1.0.2", - "@nextcloud/vue": "^8.33.0", + "@nextcloud/vue": "^8.34.0", "autosize": "^6.0.1", "color-convert": "^3.1.2", "color-string": "^2.1.2", diff --git a/src/components/AppNavigation/Settings.vue b/src/components/AppNavigation/Settings.vue index 7fdf005c56..1ee1342d4a 100644 --- a/src/components/AppNavigation/Settings.vue +++ b/src/components/AppNavigation/Settings.vue @@ -17,92 +17,71 @@ id="app-settings-modal" class="app-settings-modal" :name="t('mail', 'Calendar settings')" + :legacy="false" :show-navigation="true" :additional-trap-elements="[]" :open="showSettingsModal" @update:open="(val) => showSettingsModal = val"> - - - - - - + + {{ $t('calendar', 'Availability settings') }} - - - - {{ t('calendar', 'CalDAV') }} - {{ t('calendar', 'Access Nextcloud calendars from other apps and devices') }} - - - - - {{ $t('calendar', 'CalDAV URL') }} - - - - - - {{ $t('calendar', 'Copy iOS/macOS CalDAV address') }} - + + + + + + + + + - - - {{ $t('calendar', 'Birthday calendar') }} - - - {{ $t('calendar', 'Tasks in calendar') }} - - - {{ $t('calendar', 'Weekends') }} - - - {{ $t('calendar', 'Week numbers') }} - - - + + + {{ $t('calendar', 'Birthday calendar') }} + + + {{ $t('calendar', 'Tasks in calendar') }} + + + {{ $t('calendar', 'Weekends') }} + + + {{ $t('calendar', 'Week numbers') }} + + + + + {{ $t('calendar', 'Limit number of events shown in Month view') }} - - + + + - - {{ $t('calendar', 'Simple event editor') }} - {{ $t('calendar', '"More details" opens the detailed editor') }} - - - - - - - - - + + + + + {{ $t('calendar', '"More details" opens the detailed editor') }} + + + + - - - - + + @@ -165,7 +129,6 @@ -