diff --git a/public/locales/de/translation.json b/public/locales/de/translation.json index 8a165bc..859c597 100644 --- a/public/locales/de/translation.json +++ b/public/locales/de/translation.json @@ -166,6 +166,11 @@ "title": "Google Kalender nicht verbunden", "subTitle": "Klicken Sie auf die Schaltfläche unten, um Ihren Google Kalender zu verbinden.", "button": "Jetzt verbinden" + }, + "unlinkGoogleCalendar": { + "title": "Google Kalender trennen", + "description": "Möchten Sie die Verbindung zu Ihrem Google Kalender wirklich trennen?", + "button": "Google Kalender trennen" } }, "storeSettings": { diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index edf9197..346ec7e 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -169,6 +169,11 @@ "title": "Google Calendar not connected", "subTitle": "Click on the button below to connect your Google Calendar.", "button": "Connect now" + }, + "unlinkGoogleCalendar": { + "title": "Unlink Google Calendar", + "description": "Are you sure you want to unlink your Google Calendar?", + "button": "Unlink Google Calendar" } }, "storeSettings": { diff --git a/src/Pages/Store/Calendar/index.js b/src/Pages/Store/Calendar/index.js index dfd6b94..9e460f4 100644 --- a/src/Pages/Store/Calendar/index.js +++ b/src/Pages/Store/Calendar/index.js @@ -1,4 +1,15 @@ -import { Button, Card, Col, Form, Result, Row, Spin, Switch } from "antd"; +import { + Button, + Card, + Col, + Form, + Popconfirm, + Result, + Row, + Space, + Spin, + Switch, +} from "antd"; import { useTranslation } from "react-i18next"; import { Constants, @@ -141,10 +152,21 @@ function CardPersonalCalendarSettings({ settings }) { + + + + + + + } >