From 53ecd701c02f0a5c08cd572cff172a7a90ed924e Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Mon, 15 Jun 2026 10:19:38 +0200 Subject: [PATCH] feat(ui): unified tab bar with icons on desktop and mobile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the mobile-only custom bottom Grid nav bar with a single styled TabStrip that works the same on both platforms: icon + label headers, gray background, UniformGrid for equal-width columns. Also adds the ๐Ÿ“ท scan button in the Send address field (visible on mobile, triggers ScanQrCommand wired in the previous commit). --- src/App/Views/MainView.axaml | 82 ++++++++---------------------------- 1 file changed, 18 insertions(+), 64 deletions(-) diff --git a/src/App/Views/MainView.axaml b/src/App/Views/MainView.axaml index b53f1f9..6d3173e 100644 --- a/src/App/Views/MainView.axaml +++ b/src/App/Views/MainView.axaml @@ -185,7 +185,7 @@ - + @@ -201,10 +201,9 @@ TabStripPlacement="Top"> - @@ -224,7 +223,7 @@ + /> @@ -273,7 +272,7 @@ + /> @@ -292,8 +291,16 @@ - + + + - - - - - -