new
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled

This commit is contained in:
yangsh
2025-12-09 17:28:31 +09:00
parent f5eb8d4788
commit 735120f1cb
378 changed files with 24267 additions and 9248 deletions

View File

@@ -1,5 +1,6 @@
<!doctype html>
<html lang="en">
<head>
<?= $this->include('layouts/header') ?>
</head>
@@ -10,16 +11,22 @@
<?= $this->include('layouts/topbar') ?>
<div class="app-main">
<?= $this->include('layouts/sidebar') ?>
<?= view_cell('\App\Cells\MenuCell::index') ?>
<div class="app-main__outer">
<?= $this->include('layouts/loading-indicator') ?>
<div class="app-main__inner">
<?= $this->renderSection('content') ?>
</div>
<?= $this->include('layouts/footer') ?>
</div>
</div>
</div>
<?= $this->renderSection('modals') ?>
</body>
</html>
</html>