feat(KB-029): add file browser for viewing and editing task files
- Add server-side file service with list, read, and write operations - Add REST API endpoints for file operations with tests - Add client-side API functions and React hooks for file browsing - Create FileBrowser, FileEditor, and FileBrowserModal components - Add CodeMirror 6 for syntax-highlighted file editing - Integrate Files tab into TaskDetailModal - Add comprehensive file browser styles and responsive design
This commit is contained in:
5
.changeset/add-file-browser-editor.md
Normal file
5
.changeset/add-file-browser-editor.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@kb/dashboard": minor
|
||||
---
|
||||
|
||||
Add file browser and editor to task detail modal. Browse worktree files and edit with CodeMirror 6.
|
||||
Reference in New Issue
Block a user