From b3796546aae8430cb98f7af451a7e8d2bff8bdaa Mon Sep 17 00:00:00 2001 From: archipelago Date: Wed, 22 Jul 2026 17:30:47 -0400 Subject: [PATCH] fix(ui): apps open ABOVE the modal that launched them AppLauncherOverlay sat at z-2400 under BaseModal's z-3000, so an app opened from e.g. the Transactions modal loaded invisibly underneath it. z-4000 lets the existing enter animation play over the modal; closing the app returns to the modal you came from. Co-Authored-By: Claude Fable 5 --- neode-ui/src/components/AppLauncherOverlay.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/neode-ui/src/components/AppLauncherOverlay.vue b/neode-ui/src/components/AppLauncherOverlay.vue index 4c7bf79a..7ea69e15 100644 --- a/neode-ui/src/components/AppLauncherOverlay.vue +++ b/neode-ui/src/components/AppLauncherOverlay.vue @@ -1,9 +1,14 @@