feat(gmail): add gmail integration

This commit is contained in:
Rıdvan Akca
2024-04-21 16:18:18 +02:00
committed by Jakub P.
parent 586348039d
commit be867533a7
13 changed files with 243 additions and 0 deletions

View File

@@ -214,6 +214,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/gitlab/connection' },
],
},
{
text: 'Gmail',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/gmail/connection' }],
},
{
text: 'Google Calendar',
collapsible: true,