From 1ee1b56f706ef95e22fc59664d33112634564d9b Mon Sep 17 00:00:00 2001 From: archipelago Date: Thu, 16 Jul 2026 23:15:44 -0400 Subject: [PATCH] fix(ui): desktop Tor rows get their inline actions back + card actions bottom-align across grid cards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The card-action sweep put the mobile 50/50 Delete|Rotate row under every Tor service on desktop too — desktop reverts to the original compact inline Rotate / trash / toggle beside each row, while mobile keeps the thumb-safe stacked layout. The VPN and Network Interfaces cards' bottom buttons now pin to the card bottom (mt-auto) so they stay vertically aligned when the grid stretches one card taller than the other. Co-Authored-By: Claude Fable 5 --- neode-ui/src/views/Server.vue | 25 ++++++++------ neode-ui/src/views/server/TorServicesCard.vue | 33 ++++++++++++++++--- 2 files changed, 43 insertions(+), 15 deletions(-) diff --git a/neode-ui/src/views/Server.vue b/neode-ui/src/views/Server.vue index a73c48dd..ae4dcab6 100644 --- a/neode-ui/src/views/Server.vue +++ b/neode-ui/src/views/Server.vue @@ -207,9 +207,13 @@
No devices added yet
- + +
+ +
@@ -273,13 +277,14 @@ - +
+ +
diff --git a/neode-ui/src/views/server/TorServicesCard.vue b/neode-ui/src/views/server/TorServicesCard.vue index 05350ab9..4970d7d8 100644 --- a/neode-ui/src/views/server/TorServicesCard.vue +++ b/neode-ui/src/views/server/TorServicesCard.vue @@ -44,13 +44,36 @@

Waiting for .onion address...

Disabled

- + + + - +
-
+