Feature: Ratings, Lightbox, Forum-Standort, Notifications, Routen-Recording, Chat-Picker

- Bewertungssystem (ratings.py): Sterne für Sitter/Walks/Places/Routen
- Admin: Server-Log-Viewer + OSM-Cache-Statistiken
- Chat: "Neue Nachricht"-Button mit Freundesliste-Picker
- Forum: 5 neue Kategorien, Standorteingabe (locationPicker), Absende-Toast, Lightbox
- Freunde: Aktivitäts-Filter (Chips), Freundschaftsanfrage → In-App-Notification
- Sitter: locationPicker statt manuelle Koordinateneingabe + ratingStars
- Tagebuch: Bilder-Lightbox im Detail-View, iOS-Modal-Header-Fix (90svh)
- Routen: Start/Stopp-Button wechselt Zustand, nutzt Page_map.isRecording()
- Benachrichtigungen: Delete-Button sichtbar, typ-basierte Navigation, Toast-Feedback
- OSM: globales Semaphore + 429-Retry-Logic; Scheduler: München-Umland, täglich
- SW by-v225, APP_VER 202
This commit is contained in:
rene 2026-04-19 09:40:35 +02:00
parent aa70a838f2
commit e56183b642
21 changed files with 648 additions and 175 deletions

View file

@ -695,6 +695,7 @@ html.modal-open {
width: 100%;
max-width: 480px;
max-height: 90vh;
max-height: 90svh;
overflow: hidden; /* Modal selbst scrollt NICHT */
display: flex;
flex-direction: column;
@ -1163,7 +1164,7 @@ html.modal-open {
border-radius: 50%;
border: none;
background: rgba(0,0,0,.50);
color: rgba(255,255,255,.55);
color: #9ca3af;
font-size: 14px;
cursor: pointer;
display: flex;
@ -2050,6 +2051,9 @@ html.modal-open {
white-space: nowrap;
flex-shrink: 0;
}
.rk-rec-btn--active {
animation: rec-pulse 1.2s ease-in-out infinite;
}
.rk-filters {
display: flex;
flex-direction: column;