From 97eba73158346a17acc1a5952d85c3f6c9e13d43 Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 28 Feb 2025 03:35:22 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20l'URL=20Nextcloud=20dans=20la=20co?= =?UTF-8?q?nfiguration=20et=20suppression=20du=20calendrier=20de=20la=20pa?= =?UTF-8?q?ge=20principale.=20Mise=20=C3=A0=20jour=20de=20la=20barre=20lat?= =?UTF-8?q?=C3=A9rale=20pour=20inclure=20un=20lien=20vers=20l'application?= =?UTF-8?q?=20calendrier.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/.env.production | 4 +++- front/app/calendar/page.tsx | 13 ------------- front/app/page.tsx | 1 - front/components/sidebar.tsx | 21 +++++++++++++-------- 4 files changed, 16 insertions(+), 23 deletions(-) delete mode 100644 front/app/calendar/page.tsx diff --git a/front/.env.production b/front/.env.production index 429080b..1b48b9b 100644 --- a/front/.env.production +++ b/front/.env.production @@ -5,4 +5,6 @@ KEYCLOAK_CLIENT_ID=front KEYCLOAK_CLIENT_SECRET=Klsbm7hzyXscypXU0wUPPVBrttFPt6Pn KEYCLOAK_REALM=master KEYCLOAK_ISSUER=http://172.16.32.141:8090/realms/master -KEYCLOAK_BASE_URL=http://172.16.32.141:8090 \ No newline at end of file +KEYCLOAK_BASE_URL=http://172.16.32.141:8090 + +NEXTCLOUD_URL=http://cloud.neah.local \ No newline at end of file diff --git a/front/app/calendar/page.tsx b/front/app/calendar/page.tsx deleted file mode 100644 index 67241a7..0000000 --- a/front/app/calendar/page.tsx +++ /dev/null @@ -1,13 +0,0 @@ -export default function CalendarPage() { - return ( -
-