getodk / central-frontend

Vue.js based frontend for ODK Central
https://docs.getodk.org/central-intro/
Apache License 2.0
32 stars 57 forks source link

Replace jQuery in FormAttachmentPopups #953

Closed matthew-white closed 6 months ago

matthew-white commented 6 months ago

I was looking at FormAttachmentPopups for inspiration while working on the pop-ups for getodk/central#589. I noticed a line of jQuery in FormAttachmentPopups that was easy to replace. I think this is one of our last lines of jQuery outside of our use of Bootstrap plugins.

What has been done to verify that this works as intended?

I didn't check things locally, but tests continue to pass. It does look like there are tests that assert that the button is focused.

Before submitting this PR, please make sure you have: