- Fix FileEditor to properly use full width with box-sizing and min-width constraints - Add visible focus and selection states for the textarea-based editor - Ensure FileEditor correctly responds to theme changes (dark/light mode) - Add comprehensive FileEditor component tests (60 test lines) - Include changeset for patch release of @dustinbyrne/kb
261 B
261 B
@dustinbyrne/kb
| @dustinbyrne/kb |
|---|
| patch |
Fix FileEditor layout and theme support in dashboard file browser. The textarea-based file editor now properly uses full width, has visible focus and selection states, and correctly responds to theme changes (dark/light mode).