feat(dees-input-code): add editor status footer with cursor position, line count, and language display

This commit is contained in:
2026-04-05 00:06:28 +00:00
parent cada1a4234
commit 0e2176ec7d
3 changed files with 98 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-05 - 3.58.0 - feat(dees-input-code)
add editor status footer with cursor position, line count, and language display
- Tracks and displays the current cursor line and column in the code editor footer
- Shows dynamic line count updates as editor content changes
- Aligns the Monaco editor background with the surrounding tile theme, including light and dark mode updates
## 2026-04-05 - 3.57.0 - feat(dees-input-fileupload)
redesign the file upload dropzone with dees-tile integration and themed file list styling