From cd12d4dbecee6f34e91fe44351b1f9e0555f34fa Mon Sep 17 00:00:00 2001 From: Hikari Date: Sat, 7 Mar 2026 11:38:26 -0800 Subject: [PATCH] feat: show app version in sidebar, remove version from about page Displays the app version below the Elysium title in the sidebar. Removes the separate client/API version cards from the About panel. Also fixes the Vite dev proxy port to match the API server. --- apps/web/src/components/game/AboutPanel.tsx | 11 ----------- apps/web/src/components/game/ClickArea.tsx | 1 + apps/web/src/styles.css | 7 +++++++ apps/web/vite.config.ts | 2 +- 4 files changed, 9 insertions(+), 12 deletions(-) diff --git a/apps/web/src/components/game/AboutPanel.tsx b/apps/web/src/components/game/AboutPanel.tsx index 36d8b1a..2eff148 100644 --- a/apps/web/src/components/game/AboutPanel.tsx +++ b/apps/web/src/components/game/AboutPanel.tsx @@ -101,17 +101,6 @@ export const AboutPanel = (): React.JSX.Element => {

â„šī¸ About

-
-
- 🌐 Client Version - {__WEB_VERSION__} -
-
- âš™ī¸ API Version - {about?.apiVersion ?? "Loading..."} -
-
-

📋 Changelog

{error !== null &&

{error}

} {about === null && error === null &&

Loading changelog...

} diff --git a/apps/web/src/components/game/ClickArea.tsx b/apps/web/src/components/game/ClickArea.tsx index 9a82927..b4a8421 100644 --- a/apps/web/src/components/game/ClickArea.tsx +++ b/apps/web/src/components/game/ClickArea.tsx @@ -40,6 +40,7 @@ export const ClickArea = (): React.JSX.Element => { return (

Elysium

+

v{__WEB_VERSION__}

Guild Hall