v0.6.1: minor fixes

- fixed modal style
- modified some texts
- worked on stationsNearMe functionality (WIP)
- correct sorting of OSM level list
This commit is contained in:
kritzl 2024-06-09 18:42:15 +02:00
parent e72ad0cf07
commit 085329929f
10 changed files with 218 additions and 55 deletions

View file

@ -1,4 +1,4 @@
const version = '0.6.0'
const version = '0.6.1'
const minorVersion = version.split('.').splice(0, 2).join('.');
const numberFormat = new Intl.NumberFormat('de-DE', {
maximumFractionDigits: 1