Fixed
- Modal: add
onClosecallback toopenModal()so promise-based modals (confirmModal,promptModal,selectModal) resolve correctly on Escape and overlay-click without duplicate event listeners. - Modal: fix
_initialFormTimeoutleak — timeout is now tracked and cancelled on re-open or close, preventing stale dirty-check snapshots. - Calendar: replace
popup.innerHTMLwithinsertAdjacentHTMLin the event popup (project constraint); addtruncateDescription()to cap long event descriptions at 500 characters. - Validation: extend
DATETIME_REto accept ISO 8601 datetimes with milliseconds and timezone offsets; normalise datetime inputs toYYYY-MM-DDTHH:MMbefore storing.
Changed
- Docker: switch from named Docker volume to host-mounted bind mounts;
DATA_DIR(default./data) andBACKUP_DIR(default./backups) can be set in.envto control storage locations. - Startup log: include app version in the server start message.