From 993f30456f94f3836c2dbd2d2a9c242b212f85d8 Mon Sep 17 00:00:00 2001 From: Dorian Date: Fri, 19 Jun 2026 16:20:48 +0100 Subject: [PATCH] feat(neode-ui): instant press feedback + launching spinner on app icons Tapping a dashboard app icon now scales it down immediately (CSS :active) and shows a per-icon spinner until the app overlay opens, so the tap is acknowledged even while the app session spins up. Co-Authored-By: Claude Opus 4.8 (1M context) --- neode-ui/src/views/apps/AppIconGrid.vue | 41 ++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/neode-ui/src/views/apps/AppIconGrid.vue b/neode-ui/src/views/apps/AppIconGrid.vue index 659ccae4..4302e28c 100644 --- a/neode-ui/src/views/apps/AppIconGrid.vue +++ b/neode-ui/src/views/apps/AppIconGrid.vue @@ -58,6 +58,13 @@ + +
+ + + + +
{{ getTitle(id, pkg) }} @@ -114,7 +121,7 @@