-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add the uid on hover for sharing autocomplete #22611
Conversation
Tested and works 👍
I would rate this as a quick fix until we have a proper solution in place. It definitely helps to distinguish users. But it only reveals the internal representation and not something like the email address, which is better known. |
Works, but did not use the correct style. I pushed a commit to make both the autocomplete and the sharee row use the black tooltip way. |
@MorrisJobke @nickvergessen @jancborchardt do you agree with my changes ? 👍 for @nickvergessen's changes. Needs a second thumbs up for my commit 1add45a @rullzer @schiesbn |
👍 |
Add the uid on hover for sharing autocomplete
👍 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps
user
user
Expected
Users are distinguishable in the share dropdown
This adds a title to the inputs, so you can hover them to see the uid. The same is already the case for the share rows, so that could potentially resolve #20291
cc @PVince81 @MorrisJobke @rullzer