-
Notifications
You must be signed in to change notification settings - Fork 240
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
show email for attendee #108
Conversation
@tcitworld, thanks for your PR! By analyzing the annotation information on this pull request, we identified @georgehrke, @raghunayyar and @jancborchardt to be potential reviewers |
👍 |
@tcitworld is it maybe possible to ellipsize just using CSS and going with the width? Normal ellipsizing is achieved using:
|
I'll try. |
Still the same issue on mobile, but at least it's okay on desktop view. |
@nextcloud/designers anyone up for a review? :) |
@georgehrke please review, its long pending. :) |
@raghunayyar can you post a quick screenshot? |
@jancborchardt |
So as per the requirement in #45:
it’s only shown when a name is duplicate, right? Because normally it’s not necessary to show it. :) And yeah, it would be good to get the ellipsizing down, should be possible by restricting the width of the input. cc @nextcloud/designers anyone wants to help out here? :) |
@tcitworld Can you please only display the email address when there are multiple email addresses available for a user :) |
@georgehrke @tcitworld What about starting with the basic functionality as provided here and adding visual enhancements later on?
|
Then some emails will only have the domain and others will have the entire email address.
I'm sorry, but this won't happen. We are trying to make things simple. Showing the email address when multiple are available and hiding it when only one is available covers all usecases. |
26a7966
to
292502d
Compare
Changed the behavior to the expected one: please review @jancborchardt @tcitworld @eppfel |
Oh, I thought I had pushed the change. |
Are you using the select2 function? This should have the same design as tags, admin//workflow or other selects on nextcloud :) |
Not yet. |
I don't know! 😞 |
I would like to have some
…
at the end when they're truncated, butuib-typeahead
doesn't seem to accept ternaries directly, so I guess we need a full filter just for this.Fixes #45