-
Notifications
You must be signed in to change notification settings - Fork 93
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
Multiselect fixes #139
Multiselect fixes #139
Conversation
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good
Would you mind splitting these separate features for future PRs and provide before/after screenshots? That would be great!
Background: "Multiselect fixes" is just too generic. There will be many more of these fixes and knowing that has changed in a release of this lib will be hard to understand for anybody using this in their app. |
Commit comment is more detailed for this purpose ;) |
Yep, saw that, thanks! IMO still is a valid concern to have this separated as it also makes it possible to revert a single fix if it causes any issue. |
@ChristophWurst updated op :) |
@skjnldsv good stuff, thanks!
If I want to propose to only have an icon for when it's not a single user (which is the default) should I just open an issue here? (Cause right now with all entries having an icon, the icon becomes quite meaningless as it's almost always the same.) |
I'd say this should be a common sense usage rule then, because it make sense to have the icon for other things like an entry that represent a circle, a talk convo... (or god knows why 🤔 ). @ChristophWurst @juliushaertl I don't think we should prevent this specific icon (icon-user), but on the other hand, if we could be sure devs would follow this common sense usage rule, then we'd be in a dream world! Thoughts? 😁 |
Exactly. :)
I also don’t think we should prevent it. But a good start would be:
What do you think? |
@jancborchardt I did not removed the user icon as this is actually a standard (you can use any icon you want like we do in the sharing with nextcloud/server#11899)