ethereum / clrfund

Eth2 CLR project built on clr.fund
https://eth2clrfund.netlify.app/
GNU General Public License v3.0
32 stars 17 forks source link

Fix: Close dropdown menu on click outside #472

Closed wackerow closed 2 years ago

wackerow commented 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.)

samajammin commented 2 years ago

Closing in favor of #475 which uses the ClickOutside directive.