fix(editor): Improvements to the commit modal (#12031)

This commit is contained in:
Raúl Gómez Morales
2024-12-06 12:53:14 +01:00
committed by GitHub
parent 60b3dccf93
commit 4fe1952e2f
10 changed files with 685 additions and 344 deletions

View File

@@ -8,7 +8,7 @@ import { useLoadingService } from '@/composables/useLoadingService';
import { useUIStore } from '@/stores/ui.store';
import { useSourceControlStore } from '@/stores/sourceControl.store';
import { SOURCE_CONTROL_PULL_MODAL_KEY, SOURCE_CONTROL_PUSH_MODAL_KEY } from '@/constants';
import type { SourceControlAggregatedFile } from '../Interface';
import type { SourceControlAggregatedFile } from '@/types/sourceControl.types';
import { sourceControlEventBus } from '@/event-bus/source-control';
defineProps<{