yyh
f58f36fc8f
feat(skill): add file right-click/more menu and refactor naming
- Add right-click context menu and '...' more button for files
- Files now support Rename and Delete operations
- Created file-node-menu.tsx for file-specific menu
- Refactor component naming for consistency
- file-item-menu.tsx -> file-node-menu.tsx (unify 'node' terminology)
- file-operations-menu.tsx -> folder-node-menu.tsx (clarify folder menu)
- file-tree-context-menu.tsx -> tree-context-menu.tsx (simplify)
- file-tree-node.tsx -> tree-node.tsx (simplify)
- files.tsx -> file-tree.tsx (more descriptive)
- Renamed internal components: FileTreeNode -> TreeNode, Files -> FileTree
- Add context menu node highlight
- When right-clicking a node, it now shows hover highlight
- Subscribed to contextMenu.nodeId in TreeNode component
2026-01-15 17:26:12 +08:00
..
2026-01-09 14:31:24 +08:00
2026-01-14 17:20:49 +08:00
2025-12-31 11:13:22 +08:00
2025-12-29 14:52:32 +08:00
2026-01-15 17:26:12 +08:00
2025-12-31 11:13:22 +08:00
2026-01-06 20:18:27 +08:00
2025-12-29 14:52:32 +08:00
2026-01-13 23:38:28 +09:00
2025-07-10 14:14:02 +08:00
2025-12-23 16:58:55 +08:00
2025-12-31 11:13:22 +08:00
2026-01-10 17:16:18 +09:00
2026-01-14 17:20:49 +08:00
2026-01-04 19:59:06 +08:00
2025-12-18 15:00:15 +08:00
2026-01-10 17:16:18 +09:00
2025-12-23 16:58:55 +08:00
2025-12-23 16:58:55 +08:00
2026-01-14 16:23:58 +08:00