feat(input): extract datepicker popup into a window-layer overlay and enhance the code editor modal status UI

This commit is contained in:
2026-04-05 00:24:12 +00:00
parent 976039798a
commit 9bfb6446af
8 changed files with 1005 additions and 918 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026-04-05 - 3.59.0 - feat(input)
extract datepicker popup into a window-layer overlay and enhance the code editor modal status UI
- move the datepicker calendar, time, timezone, and event rendering into a dedicated popup component exported from the input module
- render the datepicker popup in a window-layer overlay with reposition and cleanup handling for scroll, resize, and close events
- preserve timezone-aware value formatting for selected dates
- add a footer to the code editor modal showing cursor position, line count, and selected language
- apply modal-specific Monaco background themes that react to light and dark mode
## 2026-04-05 - 3.58.0 - feat(dees-input-code)
add editor status footer with cursor position, line count, and language display