eternagame / eternagame.org

Website for the Eterna citizen science game
https://eternagame.org
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Move from methods to v-model for bootstrap-vue modals #201

Open luxaritas opened 4 years ago

luxaritas commented 4 years ago

In many places, we use a ref and the .show/.hide/.toggle methods for modals. Instead, we should simply use a reactive boolean that is set when it should be shown or hidden to be more idiomatic