From 298b315afad2eb39c4453e503834629e0f4c5702 Mon Sep 17 00:00:00 2001 From: Nikolai Papin Date: Fri, 28 Nov 2025 20:30:33 +0300 Subject: [PATCH] refactor: simplify header component - Remove title and control buttons for cleaner interface - Maintain status indicator functionality - Improve visual hierarchy and spacing --- frontend/src/components/Header.svelte | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/Header.svelte b/frontend/src/components/Header.svelte index 9bfe580..54f888e 100644 --- a/frontend/src/components/Header.svelte +++ b/frontend/src/components/Header.svelte @@ -1,11 +1,9 @@
-

{title}

{#if isOnline} Online @@ -13,11 +11,6 @@ export let title = "QRminator"; Offline {/if}
-
- -