jwinters01
jwinters01
# Summary When a user replaces or syncs their application with pruning enabled, there should be some feedback warning the user if their resources will be deleted. # Motivation Currently,...
Initial changes for #25203. Upgrades core UI to React 18 NOTE: For this change to work, it also needs to be running the changes from this PR in argo-ui: argoproj/argo-ui#600....
in service of argoproj/argo-cd#25497 Makes confirmation modal customizable in the same way that the form prompt is.
Initial work for argoproj/argo-cd#25203. Upgrades React to version 18. ### Resulting Storybook 
[Enzyme is not supported](https://github.com/enzymejs/enzyme/issues/2524) in the latest versions of React. We should migrate to [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/) as it is the modern solution for React unit/integration testing.