Replies: 1 comment
-
The menu is designed to fit in small spaces, that's why it doesn't support labels. Your proposed solution (ui.inline) is fine. For example I as a user would expect:
Not worth implementing as of today. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
WDYT of adding optional text in ui.menu? The icon and image are very useful but if you want to add some text with it, it's not possible. For example, user options like this:
ui.persona() works well but it doesn't have an optional menu like option. You could combine the two, for ex:
ui.inline([ui.persona(...), ui.menu(...)])
but clicking the persona (even ifname
is set) doesn't show the menu options.Beta Was this translation helpful? Give feedback.
All reactions