Fix mobile date picker + auto-update end date from start date (v2.3.4)

- Date picker dropdown stays within viewport on mobile (no more overflow)
- Opens above if not enough space below
- Centers on very small screens (<360px)
- End date auto-adjusts when start date changes:
  - If no end date or end < start → end = start
  - If both set → preserves trip duration (shifts end by same delta)
This commit is contained in:
Maurice
2026-03-19 18:01:41 +01:00
parent 22f5623adb
commit fd6fc9e71f
3 changed files with 37 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "nomad-server",
"version": "2.3.3",
"version": "2.3.4",
"main": "src/index.js",
"scripts": {
"start": "node --experimental-sqlite src/index.js",