From 3792e9ab8a10ff6e301c59df7a3fa47d5ab14952 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Mon, 24 Aug 2026 11:36:33 +0200 Subject: [PATCH] fix(webui): bind destructive calendar controls to help --- package.json | 2 +- pyproject.toml | 2 +- src/govoplan_calendar/__init__.py | 2 +- src/govoplan_calendar/backend/manifest.py | 2 +- webui/package.json | 2 +- webui/src/features/calendar/CalendarCollectionDialogs.tsx | 4 ++++ webui/src/features/calendar/CalendarEventDialog.tsx | 2 +- 7 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 803f17b..01d2fa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/calendar-webui", - "version": "0.1.21", + "version": "0.1.22", "private": true, "type": "module", "main": "webui/src/index.ts", diff --git a/pyproject.toml b/pyproject.toml index 2053182..830857c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-calendar" -version = "0.1.21" +version = "0.1.22" description = "GovOPlaN calendar module with VEVENT storage and WebUI integration." readme = "README.md" requires-python = ">=3.12" diff --git a/src/govoplan_calendar/__init__.py b/src/govoplan_calendar/__init__.py index 67cd43d..8abab43 100644 --- a/src/govoplan_calendar/__init__.py +++ b/src/govoplan_calendar/__init__.py @@ -2,4 +2,4 @@ __all__ = ["__version__"] -__version__ = "0.1.21" +__version__ = "0.1.22" diff --git a/src/govoplan_calendar/backend/manifest.py b/src/govoplan_calendar/backend/manifest.py index d1f2590..0abd79e 100644 --- a/src/govoplan_calendar/backend/manifest.py +++ b/src/govoplan_calendar/backend/manifest.py @@ -618,7 +618,7 @@ def _open_xchange_provider_states(context): manifest = ModuleManifest( id="calendar", name="Calendar", - version="0.1.21", + version="0.1.22", required_capabilities=( CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR, diff --git a/webui/package.json b/webui/package.json index 16b551a..aa5dc69 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/calendar-webui", - "version": "0.1.21", + "version": "0.1.22", "private": true, "type": "module", "main": "src/index.ts", diff --git a/webui/src/features/calendar/CalendarCollectionDialogs.tsx b/webui/src/features/calendar/CalendarCollectionDialogs.tsx index faaaf45..4cf7e6d 100644 --- a/webui/src/features/calendar/CalendarCollectionDialogs.tsx +++ b/webui/src/features/calendar/CalendarCollectionDialogs.tsx @@ -703,6 +703,8 @@ export function CalendarCollectionDeleteDialog({ {eventCount} event{eventCount === 1 ? "" : "s"}