gadget/packages/api
Rob Colbert c05c7f5a61 feat: Implement FILES panel foundation with lazy-loading file tree
- Add fileTreeRequest/fileTreeResponse socket messages
- Implement gadget-drone handler with security validation
- Add web backend message forwarding
- Create FileTree and FileTreeNode React components
- Update FilesPanel to contain file tree browser
- Add requestFileTree method to frontend socket client
- Exclude node_modules, .git, and hidden files by default
- Implement lazy loading with directory caching
- Add loading and error states per node
- Support keyboard navigation (Enter, Space)

Phase 1 of FILES panel implementation complete.
2026-05-12 15:12:18 -04:00
..
src feat: Implement FILES panel foundation with lazy-loading file tree 2026-05-12 15:12:18 -04:00
.gitignore refactor gadget-code model interfaces to @gadget/api 2026-04-28 12:42:32 -04:00
package.json refactor: unify logging into @gadget/api as GadgetLog 2026-05-08 16:03:28 -04:00
tsconfig.json refactor gadget-code model interfaces to @gadget/api 2026-04-28 12:42:32 -04:00