Atlas: Versions-Tag rechts unten auf allen Hauptseiten

- App/version.json mit Commit-SHA + Build-Datum
- App/assets/js/version-tag.js — rendert kleines Tag rechts unten
- Eingebunden in schueler, teacher, index, login, admin, profil
- Ermoeglicht Vergleich lokal vs. geograsim.at auf einen Blick

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-23 18:06:42 +02:00
parent b356c79134
commit 8455a96674
8 changed files with 68 additions and 1 deletions
+1
View File
@@ -104,5 +104,6 @@ api({action:'status'}).then(function(r) {
document.getElementById('a-pass').addEventListener('keydown', function(e) { if(e.key==='Enter') doLogin(); });
document.getElementById('a-pin').addEventListener('keydown', function(e) { if(e.key==='Enter') doVerify(); });
</script>
<script src="assets/js/version-tag.js" defer></script>
</body>
</html>