gadget/gadget-code/frontend/src/components
Rob Colbert a7c20d6105 fix: FileTree scrolling and text selection issues
- Change FilesPanel overflow-hidden to overflow-auto for scrolling
- Add max-h-80 to FileTree to limit height while allowing scroll
- Add select-none to FileTreeNode to prevent text selection
- Cursor-pointer already present for clickable indication

Now the file tree scrolls independently within the FILES panel,
and text cannot be selected during rapid clicking.
2026-05-12 16:38:27 -04:00
..
ChatTurn.tsx feat: abort controller for work order processing 2026-05-12 12:25:17 -04:00
Clock.tsx Implement dark industrial theme, Project Manager, and JWT authentication 2026-04-28 17:13:49 -04:00
FilesPanel.tsx fix: FileTree scrolling and text selection issues 2026-05-12 16:38:27 -04:00
FileTree.tsx fix: FileTree scrolling and text selection issues 2026-05-12 16:38:27 -04:00
FileTreeNode.tsx fix: FileTree scrolling and text selection issues 2026-05-12 16:38:27 -04:00
GadgetGrid.tsx Define missing socket event types and enforce typed events in frontend build 2026-05-12 10:42:31 -04:00
Header.tsx user settings 2026-05-08 14:08:49 -04:00
LogPanel.tsx Define missing socket event types and enforce typed events in frontend build 2026-05-12 10:42:31 -04:00
StatusBar.tsx Define missing socket event types and enforce typed events in frontend build 2026-05-12 10:42:31 -04:00
WorkspaceModeIndicator.tsx Implement workspace mode switching with validation 2026-05-02 18:13:31 -04:00