From 345ca073af2dda0b9cbea386ddf7ac61f0e79ef0 Mon Sep 17 00:00:00 2001 From: Padreug Date: Thu, 21 May 2026 16:01:55 +0200 Subject: [PATCH] feat(activities-app): wire shell dialog for edit + approval probes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Probe isAdmin / autoApprove once at auth-ready (re-probe on login) and feed them plus the store's editingEvent into the shell-mounted CreateEventDialog. Add handleUpdateEvent that picks the right wallet admin key from the editing event's wallet id. Without this the Activities standalone app could only Create — the existing dialog was create-only at shell level even though the dialog component itself already supported edit mode. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/activities-app/App.vue | 48 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/src/activities-app/App.vue b/src/activities-app/App.vue index 4ac820a..0babbc0 100644 --- a/src/activities-app/App.vue +++ b/src/activities-app/App.vue @@ -1,5 +1,5 @@