Skip to content

Commit a80edc4

Browse files
committed
fixup! feat: add calendar delegation feature
Signed-off-by: Grigory Vodyanov <scratchx@gmx.com>
1 parent dcff07b commit a80edc4

3 files changed

Lines changed: 142 additions & 192 deletions

File tree

src/components/AppNavigation/Settings.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@
126126
<SettingsAttachmentsFolder />
127127
</NcFormGroup>
128128
</NcAppSettingsSection>
129+
<NcAppSettingsSection
130+
id="settings-modal-delegation"
131+
:name="t('calendar', 'Delegation')">
132+
<SettingsDelegationSection />
133+
</NcAppSettingsSection>
129134
<ShortcutOverview />
130135
</NcAppSettingsDialog>
131136
</template>
@@ -156,6 +161,7 @@ import { mapState, mapStores } from 'pinia'
156161
import CogIcon from 'vue-material-design-icons/CogOutline.vue'
157162
import CalendarPicker from '../Shared/CalendarPicker.vue'
158163
import SettingsAttachmentsFolder from './Settings/SettingsAttachmentsFolder.vue'
164+
import SettingsDelegationSection from './Settings/SettingsDelegationSection.vue'
159165
import SettingsImportSection from './Settings/SettingsImportSection.vue'
160166
import SettingsTimezoneSelect from './Settings/SettingsTimezoneSelect.vue'
161167
import ShortcutOverview from './Settings/ShortcutOverview.vue'
@@ -183,6 +189,7 @@ export default {
183189
SettingsImportSection,
184190
SettingsTimezoneSelect,
185191
SettingsAttachmentsFolder,
192+
SettingsDelegationSection,
186193
ShortcutOverview,
187194
CogIcon,
188195
NcFormBox,

0 commit comments

Comments
 (0)