Implementierung ins Dashboard und Layout anpassungen

This commit is contained in:
2026-03-13 18:03:19 +01:00
parent 1d8ba6a955
commit 2d0bcbbd2f
3 changed files with 245 additions and 4 deletions

View File

@@ -197,6 +197,24 @@
</div>
</div>
<!-- Floating Overlay für Projektsuche (oberhalb des Projektnummer-Feldes) -->
<div id="projectSearchOverlay" class="project-search-overlay" style="display: none;" aria-hidden="true">
<div class="project-search-overlay-inner">
<div id="projectSearchOverlayStatus" class="project-search-overlay-status"></div>
<table id="projectSearchOverlayTable" class="project-search-overlay-table" style="display: none;">
<thead>
<tr>
<th>Projektnummer (Auftrag)</th>
<th>Beschreibung (Proj)</th>
<th>Seriennummer</th>
<th>Kundenbezeichnung</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>
<script src="/js/format-hours.js"></script>
<script src="/js/dashboard.js"></script>
<script>