getodk / central-frontend

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

Finish replacing modal mixin with modalData() #990

Closed matthew-white closed 3 months ago

matthew-white commented 3 months ago

This PR makes progress on #676. It replaces the modal mixin with the modalData() function. The modal mixin is our last mixin, so once this PR is merged, we will officially have no more mixins!

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

Tests continue to pass.

Before submitting this PR, please make sure you have: