From ae279aeef71b3399951934a7a8aca021e736f32c Mon Sep 17 00:00:00 2001 From: Bossiara13 <236771060+DmitryBykov-ISPO@users.noreply.github.com> Date: Fri, 15 May 2026 12:12:11 +0300 Subject: [PATCH] feat(gui): footer badge "Rust" + one-click run.bat launcher MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GUI: Footer.svelte gets a small inline "Rust" pill next to the copyright line (red bg #b7411a, white 11px, rounded). Now obvious at-a-glance which fork's UI you're looking at when both python and rust are open side-by-side. Python edition mirrors with a console banner. Launcher: run.bat at the repo root loads dev.env (skipping #-comments and blank lines), then `start ""` spawns target\release\jarvis-gui.exe. The new Desktop shortcut "Jarvis (Rust).lnk" points at this batch file with resources\icons\icon.ico as its icon. WindowStyle=7 means the cmd host stays minimized — only the GUI window pops up. If the user hasn't built yet, the bat prints the cargo build command and pauses instead of silently doing nothing. --- frontend/src/components/Footer.svelte | 18 +++++++++++++++++- run.bat | 19 +++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 run.bat diff --git a/frontend/src/components/Footer.svelte b/frontend/src/components/Footer.svelte index 13796af..87f8ac9 100644 --- a/frontend/src/components/Footer.svelte +++ b/frontend/src/components/Footer.svelte @@ -17,7 +17,10 @@