jwinters01

Results 5 issues of 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,...

enhancement
triage/pending

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 ![react 18 storybook](https://github.com/user-attachments/assets/9f5dca5b-8d78-4da6-a850-ce1ee0f79504)

[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.