diff --git a/frontend/app/components/CommitFileTreeNode.vue b/frontend/app/components/CommitFileTreeNode.vue new file mode 100644 index 0000000..db76596 --- /dev/null +++ b/frontend/app/components/CommitFileTreeNode.vue @@ -0,0 +1,154 @@ + + + + + diff --git a/frontend/app/components/ContentArea.vue b/frontend/app/components/ContentArea.vue index 551a19b..ee75366 100644 --- a/frontend/app/components/ContentArea.vue +++ b/frontend/app/components/ContentArea.vue @@ -29,6 +29,7 @@ import { import { Modal } from 'ant-design-vue' import { AppService } from '../../bindings/github.com/zhuy1228/GitPilot/internal/app' import FileTreeNode from './FileTreeNode.vue' +import CommitFileTreeNode from './CommitFileTreeNode.vue' const props = defineProps({ project: { type: Object, default: null } @@ -1036,50 +1037,15 @@ watch(activeTab, (tab) => { 无变更文件