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

This commit is contained in:
2026-06-22 01:16:50 +02:00
parent ba8794c371
commit f83a64b854
12 changed files with 489 additions and 2 deletions

View File

@@ -87,6 +87,9 @@ $renderStartIcon = static function (array $profile): string {
<span>Fenster</span>
</div>
<div class="system-bar-right">
<?php if (($desktopPayload['session']['is_admin'] ?? false) === true): ?>
<button class="tray-pill tray-pill-button tray-pill-debug" id="debug-toggle-top" type="button" aria-expanded="false">Debug</button>
<?php endif; ?>
<time id="clock-top"></time>
</div>
</header>
@@ -157,6 +160,9 @@ $renderStartIcon = static function (array $profile): string {
<?php foreach ($desktopPayload['tray'] as $trayItem): ?>
<button class="tray-pill tray-pill-button" type="button" data-tray-id="<?= htmlspecialchars((string) $trayItem['id'], ENT_QUOTES) ?>"><?= htmlspecialchars($trayItem['label'], ENT_QUOTES) ?></button>
<?php endforeach; ?>
<?php if (($desktopPayload['session']['is_admin'] ?? false) === true): ?>
<button class="tray-pill tray-pill-button tray-pill-debug" id="debug-toggle" type="button" aria-expanded="false">Debug</button>
<?php endif; ?>
<time id="clock"></time>
</div>
<div class="tray-menu" id="tray-account-menu" hidden>