Files
fusion/.changeset/fix-file-editor-layout.md
gsxdsm 7b58926894 fix(KB-109): fix FileEditor layout and add component tests
- 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
2026-03-30 07:39:07 -07:00

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).