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:
gsxdsm
2026-03-30 07:39:07 -07:00
parent 8365986c1d
commit 7b58926894
3 changed files with 73 additions and 8 deletions

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