[FEATURE REQUEST] Add margin in members list for long display names#4800
[FEATURE REQUEST] Add margin in members list for long display names#4800rohan-jadhav-dev wants to merge 4 commits intoowncloud:masterfrom
Conversation
|
Thanks for the contribution @rohan-jadhav-dev. I'll give you some tips that you will also find in our CONTRIBUTING file:
Any question about the process, @joragua or myself will be happy to help you!! |
|
About your solution for the given problem: The As you checked with and without the pencil and trashbin icons, it will be checked in QA-phase after the code review and the green CI. Thanks a lot again!! |
20eb5c3 to
dd015dd
Compare
948cc5c to
d9c2b99
Compare
|
Hi @jesmrec 👋 Thank you for the detailed feedback! I have noted all your points for future contributions. Could you please let me know:
I am ready to make any changes needed to get this merged. |
|
Thanks for taking care @rohan-jadhav-dev!!
I'd say yes, but, it's a question for @joragua!
I noticed you already created the A couple of improvements about your entry:
As a suggestion/example: Fell free to modify the description and title, but please keep the consistency with all files inside 😄 . Thanks a lot!!! |
340a0a4 to
6788ba5
Compare
|
Sorry, i forgot to mention a couple of details about the changelog entry:
|
|
Hi @jesmrec @joraqua 👋 Thank you for the detailed feedback and guidance! I have addressed all the requested changes:
The PR is ready for your review whenever you get the chance. I really appreciate your patience and support! 🙏 |
There was a problem hiding this comment.
Nice job @rohan-jadhav-dev! 💯 Somme comments here
-
Since this is not a fix (the issue is marked with [FEATURE REQUEST] label), I'd use
feat:prefix for the first commit instead offix: -
We use to have only one commit for changelog in a PR, so you can remove both commits with an interactive rebase and push the final version using
chore:prefix (like this:chore: add changelog file) -
We also avoid merging
masterinto the current branch without rebasing. So, if the current branch is out of date, we rebase it only after the PR is validated by QA. You can remove the commitMerge branch 'master' into fix/spaces-member-name-margin-4781and wait until the final steps to update the branch.
Let us know if you have any questions about git commands and we'll help you! 😄
There was a problem hiding this comment.
Missing blank line at the end of the file
There was a problem hiding this comment.
Why did you change the configuration (layout_width andlayout_marginEnd) of member_name and member_role elements? What would happen if the user has expiration date? 🤔
Fixes #4781
Summary
Fixes lack of right margin in the members list when display name is long.
Changes
Testing