From 67609eea9176fa561f01296e55397cbb76642016 Mon Sep 17 00:00:00 2001 From: archipelago Date: Tue, 16 Jun 2026 09:53:21 -0400 Subject: [PATCH] fix(toast): add fromPubkey to App.vue toast reset (type fix for #33) Co-Authored-By: Claude Opus 4.8 (1M context) --- neode-ui/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neode-ui/src/App.vue b/neode-ui/src/App.vue index 74ac0e37..69c2ed23 100644 --- a/neode-ui/src/App.vue +++ b/neode-ui/src/App.vue @@ -145,7 +145,7 @@ watch(() => appStore.isAuthenticated, (authenticated) => { } } else { messageToast.stopPolling() - toastMessage.value = { show: false, text: '' } + toastMessage.value = { show: false, text: '', fromPubkey: '' } screensaverStore.clearInactivityTimer() screensaverStore.deactivate() stopRemoteRelay()