Files CRUD.

Remove Contacts and Calendar + CardDav and CalDav.
This commit is contained in:
Bruno Bernardino
2024-04-03 14:02:04 +01:00
parent c4788761d2
commit 4e5fdd569a
89 changed files with 2302 additions and 8001 deletions

View File

@@ -31,18 +31,6 @@ export default function Header({ route, user }: Data) {
url: '/news',
label: 'News',
},
{
url: '/contacts',
label: 'Contacts',
},
{
url: '/calendar',
label: 'Calendar',
},
{
url: '/tasks',
label: 'Tasks',
},
{
url: '/files',
label: 'Files',
@@ -70,10 +58,6 @@ export default function Header({ route, user }: Data) {
pageLabel = 'Settings';
}
if (route.startsWith('/calendars')) {
pageLabel = 'Calendars';
}
return (
<>
<Head>