Update footer to display app version and adjust styling

Refactor the footer in App.vue to include the application version and improve layout with flexbox. Remove the version display from StatusBox.vue and update the app version in version.js from 3.0.0 to 3.1.0.
This commit is contained in:
Torsten Schulz (local)
2026-05-15 11:52:34 +02:00
parent f50ea76c89
commit 62fcdb821e
3 changed files with 22 additions and 18 deletions

View File

@@ -1,2 +1,2 @@
/** Sichtbare Web-App-Version (synchron mit package.json). */
export const APP_VERSION = '3.0.0'
export const APP_VERSION = '3.1.0'