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
This commit is contained in:
5
.changeset/fix-file-editor-layout.md
Normal file
5
.changeset/fix-file-editor-layout.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@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).
|
||||
Reference in New Issue
Block a user