From f146295d3721c62ed6e5860c9c332fd2c32d4da7 Mon Sep 17 00:00:00 2001 From: Bekiboo Date: Fri, 25 Sep 2026 12:39:15 +0300 Subject: [PATCH 1/5] fix(eid-wallet): close the social request sheet instead of declining it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The × on the "Social Connection Request" sheet was wired to decline(), which deletes the binding document from the vault — a button labelled "Close" destroyed the incoming invite. It now dismisses the sheet and leaves the request pending; Decline stays the only path that deletes. Closes #1161 --- .../src/routes/(app)/main/components/SocialBindingDrawer.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/eid-wallet/src/routes/(app)/main/components/SocialBindingDrawer.svelte b/infrastructure/eid-wallet/src/routes/(app)/main/components/SocialBindingDrawer.svelte index d63137452..5c1eee8e2 100644 --- a/infrastructure/eid-wallet/src/routes/(app)/main/components/SocialBindingDrawer.svelte +++ b/infrastructure/eid-wallet/src/routes/(app)/main/components/SocialBindingDrawer.svelte @@ -259,7 +259,7 @@ onDestroy(stopPolling);