Add staging banner

This commit is contained in:
2026-01-15 14:38:06 +01:00
parent c481b105c5
commit a2cae3f066
12 changed files with 70 additions and 9 deletions

View File

@@ -29,7 +29,8 @@
<script src="/js/vendor/OBJLoader.js"></script>
<script src="/js/csrf.js"></script>
</head>
<body class="admin-body">
<body class="admin-body" th:classappend="${isStaging} ? ' has-staging-banner' : ''">
<div th:insert="~{fragments/staging :: banner}"></div>
<div class="admin-frame">
<header class="admin-topbar">
<div class="topbar-left">