cuttle-cards / cuttle

A two-player battle card game for all ages, built with nodejs, sailsjs, and vuejs
MIT License
145 stars 115 forks source link

[Feature]: Add icons to the `UserMenu` activator #1108

Closed itsalaidbacklife closed 3 weeks ago

itsalaidbacklife commented 4 weeks ago

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:

image

and an mdi-chevron-up icon while the menu is open:

image

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 the apend-icon prop of the v-btn

hong-nguyen13 commented 3 weeks ago

hello, can you assign this issue to me, pleaseeee!