feat(KB-246): add mobile support to FileBrowserModal

- Add mobile view state and screen size detection in FileBrowserModal

- Add back button and conditional layout with CSS classes for mobile/desktop

- Add mobile CSS for two-state layout (file list and editor views)

- Add comprehensive tests for mobile view interactions and navigation

- Add changeset for release notes
This commit is contained in:
gsxdsm
2026-03-30 19:50:35 -07:00
parent ef73616f9d
commit 168b5f4daf
4 changed files with 366 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Mobile file editor now shows file list first, then transitions to editor view with back button.