Pascal Wittler
Pascal Wittler
A simple pure-css solution is to add ```css white-space: nowrap; ``` to the `` element to avoid the line break between the two included `` elements (bell icon + notification...
Multiple `theme_color` values are not part of the current PWA specification. A commonly implemented solution seems to be to insert the hex color value using Javascript.
I was definitely affected by this problem at least twice in 2023 and 2024 and can confirm @SoraCent's bug description. (Running Chrome on Android 13)
I often use https://coolors.co to find matching colors. Here some examples of generated palettes with 10 colors: `#c72730` `#f0a202` `#f18805` `#202c59` `#d0e3cc` `#f7ffdd` `#878e88` `#ffffff` `#76bed0` `#f3dad8` `#c72730` `#023c40` `#0ad3ff`...
Mögliche Überschneidung mit #2813
@MrKrisKrisu > Is it possible to detect the timezone from the client? It is possible to detect the client's timezone using Javascript: ```javascript (new Date()).getTimezoneOffset(); // -120 for Central European...
I can confirm this behavior. The JSON API requests for the mentioned times result in empty departure data: ```http GET https://traewelling.de/api/v1/station/8937/departures?when=2024-07-24T04:45:00.000000Z&travelType= ``` Response ```json { "disclaimer": { "message": "APIv1 is...