-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
App navigation design issues #22219
Copy link
Copy link
Closed
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofbugdesignDesign, UI, UX, etc.Design, UI, UX, etc.
Milestone
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofbugdesignDesign, UI, UX, etc.Design, UI, UX, etc.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Apps might have a name that is too long to fit the 50px space that is available in the app menu (this is usually an issue with translations):
Just adjusting the width to fit doesn't work properly since this would mean that the app icons change position on hover:
I discussed this with @jancborchardt already where he proposed a flex layout where the app names would be a separate row of flex items, however this will also not work properly since then we can not detect the hover on the combined icon+text dom elements anymore.
Maybe someone of @nextcloud/designers has an idea how we could solve this in a sane and elegant way.