From 73923d0ffd63410fc96ce381c4ebdd568236045c Mon Sep 17 00:00:00 2001 From: archipelago Date: Wed, 22 Jul 2026 02:11:39 -0400 Subject: [PATCH] =?UTF-8?q?feat(ui):=20mobile=20home=20=E2=80=94=20wallet?= =?UTF-8?q?=20card=20moves=20up=20under=20My=20Apps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On single-column (mobile) the dashboard cards now order My Apps, Wallet, Cloud, Network; desktop keeps its existing two-column layout via lg:order-none resets. Co-Authored-By: Claude Fable 5 --- neode-ui/src/views/Home.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/neode-ui/src/views/Home.vue b/neode-ui/src/views/Home.vue index b3fd097b..5f8ca3a1 100644 --- a/neode-ui/src/views/Home.vue +++ b/neode-ui/src/views/Home.vue @@ -67,7 +67,7 @@ :class="{ 'opacity-0 pointer-events-none': showWelcomeBlock && !animateCards }" > -
+
@@ -101,7 +101,7 @@
-
+
@@ -127,6 +127,7 @@ -
+
@@ -192,7 +193,7 @@ v-if="homeRecommendedApps.length > 0" data-controller-container tabindex="0" - class="home-card controller-focusable lg:col-span-2" + class="home-card controller-focusable lg:col-span-2 order-5 lg:order-none" :class="{ 'home-card-animate': animateCards }" style="--card-stagger: 4" > @@ -239,7 +240,7 @@
@@ -265,6 +266,7 @@