One option weāre exploring here is to create a separate menu for notifications, (e.g. under a bell icon rather than the avatar). Itās not at the top of our list yet, but weāll keep this in mind when we get there as well, in case it doesnāt work out and we want to address this in some other way.
Iām not sure how the notifications are related to the logout button.
Do you mean that at the moment there are several different user actions and notifications accessed through the user avatar / icon, and in future the notifications might be split out from actions at the menu level? That would seem to make sense, but Iām not a UI/UX person, so Iāll happily provide feedback on whatever you come up with.
Thanks for an awesome piece of software and the effort you all put in!
Maybe something like the following could be useful: adding the logout icon in accent color to the menu, next to the dismiss button ā and keep the original one where it is.
Adding a dedicated button, following the existing one for user profile, to the .panel .menu-tabs-container > .bottom_tabs with the following CSS should be enough:
Do you have a bunch of users who use public access computers? Or use some computer in the family room? If not why log out? Ever? If you need to log out to log back in as someone else, you can learn to type ZZ.
If there is a public access scenario I would have thought incognito safer than risking leaving partial sign-ins lingering. Not all SSO is single sign-out after all.
Yup. Hospitals are full of these. But we are moving inexorably towards personal virtual desktops so that is becoming less of an issue.
The other use-case (which is quite weak) is so that folk can easily log out and see what a site looks like for anons. Of course, they could just use an incognito mode for that but that is beyond many users without specific coaching.
True, but most folk havenāt worked that out. Also, we are only just now getting Chromium based browser access inside health institutions. Frightening, eh?
That is super useful! I really should take a few minutes and study those keyboard shortcuts more closely!!
Maybe a global banner that advertises the shortcut is worth a try.
And when you do make the logout in a more obvious place, maybe try to squeeze in a way to communicate the shortcut. If you actually need to log out, itās super easy.
Looks like the latest version of discourse has a dedicated āprofileā section to the user menu, and the logout button is now in there.
Itās really not easy to find, but given that each of us has probably different requirements for what functionality is most important, I can understand the developersā thoughts in grouping these actions like this.
And, @hellekin - thanks for the code, I just needed to update it to address the logout class instead. And, the only thing I could think of was to make it bright redā¦
Thanks @awesomerobot for putting together a github component ā makes it so much easier (and quicker) to add things. This is something our users have asked for, and the addUserMenuGlyph method no longer works.
After adding the component and enabling it in the Default theme (we only have that one theme) itās still not appearing ā any ideas? Weāre running 3.2.0beta4, itās up to date.
At some point I might revisit this component because it modifies a default component, which is more prone to this kind of regression from time to time as Discourse updates.