J.A.R.V.I.S-rust/frontend
Bossiara13 ae279aeef7 feat(gui): footer badge "Rust" + one-click run.bat launcher
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.
2026-05-15 12:12:11 +03:00
..
public Multilingual support via Fluent + Frontend improvements + Rewrite of ArcReactor 2026-01-07 05:04:04 +05:00
src feat(gui): footer badge "Rust" + one-click run.bat launcher 2026-05-15 12:12:11 +03:00
.gitignore project restructure with Rust workspaces 2026-01-04 05:19:47 +05:00
index.html project restructure with Rust workspaces 2026-01-04 05:19:47 +05:00
package-lock.json chore: build frontend assets so tauri context generates cleanly 2026-04-22 17:57:29 +03:00
package.json chore: build frontend assets so tauri context generates cleanly 2026-04-22 17:57:29 +03:00
tsconfig.json frontend fixes & db rewrite with serde 2026-01-04 09:00:51 +05:00
tsconfig.node.json frontend fixes & db rewrite with serde 2026-01-04 09:00:51 +05:00
vite.config.ts frontend fixes & db rewrite with serde 2026-01-04 09:00:51 +05:00