add red reservation release warning in UI

Show a persistent red hint in the reservations section that users must delete their reservation to free the station for others, with matching DE/EN i18n entries.
This commit is contained in:
2026-03-16 11:03:59 +01:00
parent e1a4ce0b8b
commit 670a2cb605
3 changed files with 3 additions and 0 deletions

View File

@@ -167,6 +167,7 @@
<div class="actions">
<button id="reserveNextBtn" type="button" class="ghost-btn">Naechsten Slot reservieren</button>
</div>
<p id="reservationWarning" class="message error">Um die Station fuer andere freizugeben muss die Reservierung geloescht werden.</p>
<div id="reservationList" class="stack"></div>
<p id="reservationMessage" class="message"></p>
</section>