Conversation
Justin-MacIntosh
left a comment
There was a problem hiding this comment.
In addition to the requested change here, I'd like to take a stab at making the email section less bulky. Some emails can get quite long.
This issue may already be defining what you're looking for!!
#326
| <Show when={showMenu()}> | ||
| <div class="account-menu-panel"> | ||
| <div class="account-menu-item"> | ||
| <button type="button" onClick={handleLogout}> |
There was a problem hiding this comment.
issue: if you don't click directly on the text "Logout" the functionality doesn't happen, even though you get the hover effect that makes it seem like the button is responding to the mouse.
|
New changes:
|
|
Bennett comment from Slack:
|
…countMenu> popover-style menu to a new <HamburgerMenu> component
1a6fcc3 to
c454b3e
Compare
Resolves #316.
<AccountMenu>component that toggles a menu panel