new moderation portal with CRUD operations and map preview function, bugfixes, comments and improved textblocks #7

Merged
lukas.uptmoor merged 11 commits from dev/patrick into main 2026-04-23 08:41:29 +02:00
2 changed files with 25 additions and 1 deletions
Showing only changes of commit aae29618b3 - Show all commits

View File

@@ -216,8 +216,10 @@ if (!$municipality) {
<!-- Footer -->
<!-- ============================================================= -->
<footer id="app-footer">
<span class="dev-warning">
<i class="fa-solid fa-triangle-exclamation"></i> Pilotprojekt - nicht offiziell von der Stadt Lohne (Oldenburg) beauftragt
</span>
<div class="footer-content">
<!-- <img src="assets/logo-company.png" alt="Company Logo" class="footer-logo" onerror="this.style.display='none'"> -->
<span class="footer-text">© <a href="https://endex-geodaten.de" target="_blank" style="color:inherit;">endex GmbH</a></span>
</div>
</footer>

View File

@@ -205,6 +205,28 @@ html, body {
object-fit: contain;
}
.dev-warning {
position: absolute;
left: var(--space-md);
font-size: 0.7rem;
font-weight: 600;
color: #856404;
white-space: nowrap;
background: rgba(255, 243, 205, 0.8); /* leicht transparent */
padding: 4px 10px;
border-radius: 8px;
border: 1px solid #856404; /* NICHT transparent */
}
@media (max-width: 768px) {
.dev-warning {
font-size: 0.6rem;
left: var(--space-sm);
}
}
/* -----------------------------------------------------------------
Mouse Position Display