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

This commit is contained in:
2026-04-11 02:23:14 +02:00
parent f883655b3d
commit 9cf4322ffc
5 changed files with 339 additions and 887 deletions

View File

@@ -1,30 +1,4 @@
</main>
</div>
<footer class="site-footer">
<div class="footer-left">© <?= date('Y') ?> Nexus</div>
<div class="footer-right">Security first · Internal only</div>
</footer>
<?php asset_scripts('footer'); ?>
<?php if (defined('APP_DEBUG_TOOL') && APP_DEBUG_TOOL): ?>
<div class="debug-modal" id="debug-modal" aria-hidden="true">
<div class="debug-modal__backdrop" data-debug-close></div>
<div class="debug-modal__panel card">
<div class="debug-modal__header">
<strong>Debug Logs</strong>
<button class="debug-modal__close" data-debug-close type="button">✕</button>
</div>
<div class="debug-modal__body">
<div class="debug-modal__list">
<div class="muted">Logs</div>
<ul id="debug-log-list"></ul>
</div>
<div class="debug-modal__content">
<div class="muted">Inhalt</div>
<pre id="debug-log-content"></pre>
</div>
</div>
</div>
</div>
<?php endif; ?>
</main>
<script src="<?= e(app()->assets()->versioned('/assets/js/app.js')) ?>" defer></script>
</body>
</html>