From 283058449471323f5814e59afd1624bcf7596df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:48:57 +0200 Subject: [PATCH 1/2] refactor(ui): tighten workspace header and move sharing onto the status line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Einsatz identity block wasted vertical space: a full row for "im Netzwerk freigeben", generous padding, and 14px inter-row spacing pushed the actual content (ETB, checklists, etc.) further down than needed. Tighten the header's padding/spacing, and replace the full-width sharing button with a compact icon button on the status line — its icon swaps between a share glyph and a close (X) glyph based on IsSharing, and once active the address/PIN render inline next to the status pill instead of on their own row. Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- .../Views/IncidentWorkspaceView.axaml | 102 +++++++++++------- 1 file changed, 62 insertions(+), 40 deletions(-) diff --git a/src/LageBuch.App.Shared/Views/IncidentWorkspaceView.axaml b/src/LageBuch.App.Shared/Views/IncidentWorkspaceView.axaml index 2cf24ac..fb954d6 100644 --- a/src/LageBuch.App.Shared/Views/IncidentWorkspaceView.axaml +++ b/src/LageBuch.App.Shared/Views/IncidentWorkspaceView.axaml @@ -8,14 +8,17 @@ - + Padding="24,10"> + + right as a bare dot + word, no chrome. The app name lives once, up in the command bar. + Sharing (#52) is a compact icon button on that same status line rather than a labelled + button on its own row — once active, the address/PIN it reveals sit immediately left of + the status pill, so the whole identity block never grows past two lines. --> @@ -55,46 +58,65 @@ - - - - - + + + + + + + + + + + + + - - -