Closed itsalaidbacklife closed 3 weeks ago
In order to make the UserMenu more discoverable, we should add icons to show that it is clickable.
UserMenu
Specifically, we should add an mdi-chevron-down icon while the menu is closed:
mdi-chevron-down
and an mdi-chevron-up icon while the menu is open:
mdi-chevron-up
This should go in the activator button of src/components/TheUserMenu.vue
src/components/TheUserMenu.vue
This can be done by adding a v-icon inside the button, or by setting the apend-icon prop of the v-btn
v-icon
apend-icon
v-btn
hello, can you assign this issue to me, pleaseeee!
Feature Summary
In order to make the
UserMenu
more discoverable, we should add icons to show that it is clickable.Detailed Description
Specifically, we should add an
mdi-chevron-down
icon while the menu is closed:and an
mdi-chevron-up
icon while the menu is open:This should go in the activator button of
src/components/TheUserMenu.vue
This can be done by adding a
v-icon
inside the button, or by setting theapend-icon
prop of thev-btn