Closed wackerow closed 2 years ago
Another update based on Aqeel's UX feedback: https://www.notion.so/efdn/Implement-UX-audit-feedback-11b71dbb4b994671a6faab798ee053e1
Allows user to close the "about" dropdown menu by clicking anywhere outside of it. (Removes state variable and v-if in favor of css class toggle, consistent with Cart.vue dropdown handling.)
v-if
Cart.vue
Closing in favor of #475 which uses the ClickOutside directive.
ClickOutside
Another update based on Aqeel's UX feedback: https://www.notion.so/efdn/Implement-UX-audit-feedback-11b71dbb4b994671a6faab798ee053e1
Allows user to close the "about" dropdown menu by clicking anywhere outside of it. (Removes state variable and
v-if
in favor of css class toggle, consistent withCart.vue
dropdown handling.)