updates
All checks were successful
Deploy / deploy-staging (push) Successful in 25s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-22 23:36:01 +02:00
parent dc66f75eef
commit a5cf110de2
7 changed files with 452 additions and 157 deletions

View File

@@ -178,6 +178,11 @@ $renderStartIcon = static function (array $profile): string {
<button class="tray-menu-entry" type="button" data-account-action="login">Login</button>
<?php endif; ?>
</div>
<div class="tray-menu" id="tray-fx-menu" hidden>
<p class="tray-menu-copy" id="tray-fx-status">Kursstatus wird geladen ...</p>
<button class="tray-menu-entry" type="button" data-fx-action="refresh">Refresh</button>
<button class="tray-menu-entry" type="button" data-fx-action="force-refresh">Force-Refresh</button>
</div>
</footer>
</main>
</div>