From 805f30f2b26d325cd772efc3cb30cb50a8e4c226 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 15 Feb 2026 16:23:06 +0900 Subject: feat(ui): add version display in app footer Inject package.json version via Vite's define config and display it in a persistent footer across all pages. Co-Authored-By: Claude Opus 4.6 --- src/client/App.tsx | 67 +++++++++++++++++++++++++++++------------------------- 1 file changed, 36 insertions(+), 31 deletions(-) (limited to 'src/client/App.tsx') diff --git a/src/client/App.tsx b/src/client/App.tsx index 69af60f..8da919d 100644 --- a/src/client/App.tsx +++ b/src/client/App.tsx @@ -12,37 +12,42 @@ import { export function App() { return ( - <> +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
); } -- cgit v1.3-1-g0d28