Commit Graph
45 Commits
Author SHA1 Message Date
Hermes AI Bot fdb147b5c2 Update wetter.html via cron 2026-07-20 00:03:11 +00:00
Hermes AI Bot a914d7098c Update wetter.html via cron 2026-07-19 00:00:20 +00:00
Hermes AI Bot 4dabe583d9 Update wetter.html via cron 2026-07-18 00:00:36 +00:00
Hermes AI Bot 75467ce3aa Update wetter.html via cron 2026-07-17 00:00:49 +00:00
Hermes AI Bot 4ec2d6b3ad Update wetter.html via cron 2026-07-16 00:00:46 +00:00
Hermes AI Bot 7dcca27ac2 Update wetter.html via cron 2026-07-15 00:00:39 +00:00
Hermes AI Bot 74f20007fc Update wetter.html via cron 2026-07-14 00:00:13 +00:00
Hermes AI Bot f33ee14258 Update wetter.html via cron 2026-07-13 00:00:56 +00:00
Hermes AI Bot dff1cf6b15 Update wetter.html via cron 2026-07-12 00:00:24 +00:00
Hermes AI Bot 778188df1b Update wetter.html via cron 2026-07-11 00:00:58 +00:00
Hermes AI Bot 524fba9b7a Update wetter.html via cron 2026-07-10 00:00:56 +00:00
Hermes AI Bot 4363c35dca Update wetter.html via cron 2026-07-09 00:00:54 +00:00
Hermes AI Bot 5665b49a05 Update wetter.html via cron 2026-07-08 00:00:52 +00:00
Hermes AI Bot f4140353f2 Update wetter.html via cron 2026-07-07 00:00:31 +00:00
Hermes AI Bot 0e3fc581c5 Update wetter.html via cron 2026-07-06 00:00:36 +00:00
Hermes AI Bot 18ec055bab Update wetter.html via cron 2026-07-05 00:01:05 +00:00
Hermes AI Bot 34835a989b Update wetter.html via cron 2026-07-04 00:00:40 +00:00
Hermes AI Bot 1bb047a16a Update wetter.html via cron 2026-07-03 00:01:05 +00:00
Hermes AI Bot f454c97551 Update wetter.html via cron 2026-07-02 00:00:33 +00:00
Hermes AI Bot b17fd203d7 Update wetter.html via cron 2026-07-01 00:00:50 +00:00
Hermes AI Bot 32ea9e698c Update wetter.html via cron 2026-06-30 00:00:27 +00:00
Hermes AI Bot 8dc93133eb Update wetter.html via cron 2026-06-29 00:01:11 +00:00
Hermes AI Bot 30bae7879a Update wetter.html via cron 2026-06-28 00:00:20 +00:00
Hermes AI Bot 4e1691ac37 fix(cache): auto-reload bei SW-Update statt confirm-Prompt
Bei neuem Service Worker wird die Seite automatisch neu geladen.
Kein Popup mehr für die User.
2026-06-27 13:08:41 +00:00
Hermes AI Bot 94cce19d74 fix(cache): SW network-first für eigene Files
- Eigene HTML/JS/CSS werden IMMER frisch vom Netz geladen (kein Cache-First mehr)
- Map-Tiles (OSM/cartocdn) bleiben für Offline im Cache
- Cache-Version v3 → v4 (alte Bug-Caches werden in activate() gelöscht)
- Update-Hook: Browser fragt nach Reload wenn neuer SW aktiviert wird
- Fix: Updates an GitHub Pages sind sofort für alle sichtbar
2026-06-27 13:03:24 +00:00
Hermes AI Bot 9f0803a084 Update wetter.html via cron 2026-06-27 09:59:48 +00:00
Hermes AI Bot 04abd7b76a Update wetter.html via cron 2026-06-27 09:58:04 +00:00
Hermes AI Bot f26a9fc344 Update wetter.html via cron 2026-06-27 09:55:29 +00:00
Hermes AI Bot c7f4779ed0 Update wetter.html via cron 2026-06-27 09:52:19 +00:00
Hermes AI Bot f1b9882b8e Update wetter.html via cron 2026-06-27 09:48:28 +00:00
Hermes AI Bot 83327cb3a8 Update wetter.html via cron 2026-06-27 09:46:36 +00:00
Hermes AI Bot 6597c1fda4 Update wetter.html via cron 2026-06-27 09:44:25 +00:00
Hermes AI Bot 5932c19ac5 Update wetter.html via cron 2026-06-27 08:47:44 +00:00
Hermes AI Bot 23c67d769a Update wetter.html via cron 2026-06-27 08:46:33 +00:00
Hermes AI Bot c3fbe892cc Hotel-Highlight + Route + Nachbarn + Restaurants + PWA + Theme-Toggle (index.html)
**Hotel präsenter auf Karten:**
- Größerer Hotel-Marker (56px vs 38px)
- Goldener pulsierender Glow (CSS-Animation hotelPulse)
- Permanentes Label 'Hotel Uno · Basis' unter dem Pin
- Auto-Open Popup nach 1.5s mit goldenem Banner
- Filter-Toggle (Hotel immer sichtbar, Action/Fun/Sight ausblendbar)

**Feature 7 - Route zwischen Locations:**
- OSRM Public API für echte Auto-Routen
- Schnell-Routen vom Hotel (3 nächste Locations)
- 'Zurück zum Hotel' Button in jedem Location-Popup
- Fallback auf Haversine-Luftlinie wenn API down

**Feature 8 - Was ist in der Nähe:**
- Nachbarn <3km Luftlinie in jedem Popup

**Feature 14 - Restaurant-Tipps:**
- Geo-Cluster-basierte Restaurant-Empfehlungen pro Location
- 14 handgepflegte Tipps (€€, Cuisine, Beschreibung)

**Feature 20 - PWA:**
- manifest.json + sw.js (cache-first für eigene Files)
- Theme-Color, Apple-Meta, SW-Registrierung in allen 5 HTML-Dateien

**Feature 21 - Dark/Light Mode Toggle:**
- CSS-Variablen-System + 🌙/☀️ Toggle-Button
- localStorage-Persistenz (nur index.html, andere Seiten folgen)

**Bugfixes:**
- Enigma-URL auf User-Sublink korrigiert (alle 3 Map-Dateien)
- tourenplan-mit-tram.html Locations-Sync mit tourenplan.html
  (Endorfin/KartPlanet hatten komplett andere Preise+Koordinaten+URLs)
2026-06-27 08:32:48 +00:00
Hermes AI Bot a66b6307f6 Update wetter.html via cron 2026-06-27 01:21:23 +00:00
Hermes AI Bot 38d3ef70ad Update wetter.html via cron 2026-06-27 01:19:05 +00:00
Orfel-HermesAI-Bot a648dd61b3 Add 🧭 favicon to tourenplan.html, tourenplan-mit-tram.html, wetter.html 2026-06-26 22:33:49 +00:00
Hermes AI Bot c4b274ca17 Update wetter.html via cron 2026-06-26 22:29:55 +00:00
Hermes AI Bot 3071786d18 Reset wetter.html to clean state (no nested update sections) 2026-06-26 22:29:54 +00:00
Hermes AI Bot d4d54f1e6e Update wetter.html via cron 2026-06-26 22:29:03 +00:00
Hermes AI Bot 6c7735679a Update wetter.html via cron 2026-06-26 22:27:47 +00:00
Hermes AI Bot b0b96f36db Update wetter.html via cron 2026-06-26 22:23:23 +00:00
Hermes AI Bot 95bb698426 Redesign: neutral dark theme, blue accent, color emojis, add favicon, remove git refs 2026-06-26 21:58:22 +00:00
Hermes AI Bot fd61931e76 Add wetter.html + packliste.html, extend index.html with new tool cards 2026-06-26 21:41:03 +00:00