-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEATURE: Relocate User Menu to the Left Drawer #4825
Comments
I would like to help with that topic at the upcoming sprint in Hamburg :) |
Good morning, As @laurahaenel wants to work on that, it is maybe a good idea to share my thoughts a bit. Drawer with open User-Menu The user should get an avatar image in. the future. So I would add a component that renders the avatar or, if we don't have one, a circle with the initials of the user or so. As we drop the version number here, I think it would be neat to have an extra info button where we can open a dialog and show the version or something like that. Main information we also need for issues for instance ;) I hope that helps, the issue is that we need to do that at two places. The neos-ui with react and the Neos/Neos package where we use VanillaJS. I would also support here :) |
I guess the info button in the user dropdown should only show information regarding the user, not the neos version. Would leave this info button out of scope and add the version information elsewhere. Any ideas on that? @markusguenther
|
Personally, I would just remove the version panel then. In the "old" Neos User interface, we don't have the information at all. On the other hand, I often use it as quick notice what version the Neos would be because it is faster than the Packages list. Any opinions from the others @mhsdesign @grebaldi @Sebobo @ahaeslich ??? |
As agreed by @mhsdesign and @grebaldi we will leave the info as seen in the last screenshot. |
Love the change so far! Keep in mind that it also affects the IMO the version thing is useless if it just shows the UI version. I mostly check out the package management module to find out exact versions. Maybe a drawer with a list of version of configured packages would be better and be mostly hidden by default. |
This change is affected by the open bug #4590 |
Is there an existing issue for this topic?
Description
The current positioning of the user menu in the primary bar has been identified as a potential area for improvement. Considering user behavior, where the user menu is primarily utilized for actions like logging out, we propose relocating it to the left drawer. This adjustment aligns with established UX patterns observed in other systems, where the user menu is de-emphasized and accessed when needed.
Possible Solution
We have identified some areas where the UI can be enhanced to provide a better user experience. However, we also need to adjust the regular backend module interface to make these improvements work seamlessly.well. More informations regarding the user menu in the following UI issue: neos/neos-ui#3685
We have also planned to extend the user management module and user with an avatar. This will help us to have a better visual recognition of user changes in a potential new view for content changes.
The text was updated successfully, but these errors were encountered: