-
Notifications
You must be signed in to change notification settings - Fork 19
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
fix(NewCollectiveModal): Mention that own user is part of collective #1003
Conversation
@@ -87,6 +87,7 @@ | |||
<MemberPicker :show-selection="true" | |||
:selected-members="selectedMembers" | |||
:on-click-searched="onClickSearched" | |||
:empty-content-hint="t('collectives', 'Your user is added automatically.')" |
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.
Not sure about the wording. Maybe "As creator, you're already added." is better? 🤔
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.
Instead of as a message, we could show the owner's account directly below in the list like added accounts do? That would make it more obvious than a line of text.
Slightly related: We want to move from the wording "user" to either "account" or "person", could be replaced in the search field.
1 flaky test on run #1270 ↗︎
Details:
cypress/e2e/pages.spec.js • 1 flaky test • Nextcloud stable27
Review all test suite changes for PR #1003 ↗︎ |
Thanks @jancborchardt, much better. Implemented now, see the screencast above. I also changed "users" to "accounts" where appropriate. |
88757c7
to
6b4b1ed
Compare
I wonder whether it would further help to change the "Create" button to something like "Create without adding people" in case no other members were selected. |
I agree, thanks for bringing this up. Your suggestion makes sense: account, group, circle for the different entities and "members" for all of them. So I'd replace "Add people" with "Add members" and search for more occurrences of "users" to be replaced by "accounts". Agreed? |
6b4b1ed
to
a098f0b
Compare
People got confused by searching their own user. Signed-off-by: Jonas <[email protected]>
…ers" * Mention collective name in title: "Add members to <name>". * Change "Create" button to "Create without members" if no members are picked. Signed-off-by: Jonas <[email protected]>
a098f0b
to
bafc785
Compare
Great idea. Implemented now (using "Add members to "). See updated screencast above.
Also implemented. See updated screencast above. |
People got confused by searching their own user.
🖼️ Screenshots
🏁 Checklist
npm run lint
/npm run stylelint
/composer run cs:check
)