openverse-frontend
openverse-frontend copied to clipboard
Mobile modals should use the VModal component's functionality
trafficstars
Problem
src/components/VContentSwitcher/VMobileMenuModal.vue and src/components/VHeader/VPageMenu/VMobilePageMenu.vue are currently duplicating the functionality of the VModal component.
Description
The modals should be refactored to use the functionality provided by VModal.
Implementation
- [x] 🙋 I would be interested in implementing this feature.