feat: Versionsanzeige bei Copyright-Links und im Impressum

Neue version.js als Single Point of Truth (APP_VERSION).
Sidebar, Login-Screen und Impressum-Modal zeigen die aktuelle
Version an — ab jetzt bei jeder Änderung v2, v3 ... hochzählen.
Startet bei v1.
This commit is contained in:
Scarriffle
2026-04-24 11:36:43 +02:00
parent a41e76b1bf
commit f82b7cf739
3 changed files with 11 additions and 2 deletions

2
frontend/js/version.js Normal file
View File

@@ -0,0 +1,2 @@
// Increment APP_VERSION with every code change
export const APP_VERSION = 'v1';