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
..
2025-12-23 18:02:10 +08:00
2026-01-15 17:16:01 +08:00
2026-01-06 19:30:38 +08:00
2025-12-23 16:58:55 +08:00
2026-01-14 15:41:02 +08:00
2025-12-23 16:58:55 +08:00
2026-01-14 10:22:31 +08:00
2025-12-31 11:13:22 +08:00
2026-01-15 16:00:41 +08:00
2025-12-31 11:13:22 +08:00
2025-12-29 14:52:32 +08:00
2025-12-31 11:13:22 +08:00
2025-12-23 16:58:55 +08:00
2025-12-31 11:13:22 +08:00
2025-12-23 16:58:55 +08:00
2026-01-15 17:26:12 +08:00
2025-12-25 09:44:57 +08:00
2026-01-06 19:30:38 +08:00
2025-12-29 14:52:32 +08:00
2025-12-29 14:52:32 +08:00
2026-01-07 11:15:52 +08:00
2025-12-23 16:58:55 +08:00
2025-12-23 16:58:55 +08:00
2026-01-07 11:15:52 +08:00
2025-12-23 16:58:55 +08:00
2025-12-23 16:58:55 +08:00
2025-12-23 16:58:55 +08:00
2025-12-31 11:13:22 +08:00
2025-12-31 11:13:22 +08:00
2025-12-23 16:58:55 +08:00
2025-12-31 11:13:22 +08:00
2025-12-23 16:58:55 +08:00
2025-12-29 14:52:32 +08:00
2025-12-29 14:52:32 +08:00
2025-12-23 16:58:55 +08:00
2025-05-21 10:32:07 +08:00
2025-12-23 16:58:55 +08:00
2026-01-14 15:41:02 +08:00
2026-01-12 01:53:39 +08:00
2026-01-15 11:31:08 +08:00
2025-12-31 11:13:22 +08:00