refactor: replace window.confirm with React dialogs in trash operations

This commit is contained in:
Illia Filippov
2025-12-26 12:36:57 +01:00
parent f95282069d
commit 04a5ae48e2
5 changed files with 161 additions and 143 deletions

View File

@@ -8,6 +8,5 @@ export { useSpecRegeneration } from './use-spec-regeneration';
export { useNavigation } from './use-navigation';
export { useProjectCreation } from './use-project-creation';
export { useSetupDialog } from './use-setup-dialog';
export { useTrashDialog } from './use-trash-dialog';
export { useProjectTheme } from './use-project-theme';
export { useUnviewedValidations } from './use-unviewed-validations';