Skip to content
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

align subadmins css class name #38793

Merged
merged 2 commits into from Jun 16, 2023

Conversation

Jenandra
Copy link

Summary

The actually used class name in apps/settings/src/components/UserList/UserRowSimple.vue is subAdminsGroups. Because of this, css for the subadmins groups column in the user list is missing, causing formatting to break when users are admins of many (10+) groups.

See also: https://help.nextcloud.com/t/ansicht-von-user-mit-vielen-gruppen-ist-unubersichtlich/72149/3

@szaimen szaimen added the 3. to review Waiting for reviews label Jun 13, 2023
@szaimen szaimen added this to the Nextcloud 28 milestone Jun 13, 2023
@szaimen szaimen requested review from ChristophWurst, JuliaKirschenheuter, a team, susnux, artonge and Pytal and removed request for a team June 13, 2023 12:11
@ChristophWurst ChristophWurst removed their request for review June 13, 2023 12:14
@Jenandra Jenandra force-pushed the fix-subadminsgroups-css-name branch from 73adc86 to eb4bddb Compare June 13, 2023 12:39
Copy link
Contributor

@artonge artonge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about



?

Don't .subadmin target other elements?
Why don't the component declare its own css?

@Jenandra
Copy link
Author

Don't .subadmin target other elements? Why don't the component declare its own css?

You're perfectly right, I seem to have missed the spots where the subadmins class is actually used. I've duplicated the css now so both class names work, thanks!

Copy link
Contributor

@artonge artonge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@artonge artonge requested a review from skjnldsv June 14, 2023 14:19
Copy link
Contributor

@susnux susnux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good now

Silke Suck added 2 commits June 15, 2023 15:39
…sGroups to fix display issue when users are in many groups

Signed-off-by: Silke Suck <silke.suck@adacor.com>
Signed-off-by: Silke Suck <silke.suck@adacor.com>
@artonge artonge force-pushed the fix-subadminsgroups-css-name branch from e7ddbd6 to 1442cfb Compare June 15, 2023 13:39
@artonge artonge merged commit 7afcc44 into nextcloud:master Jun 16, 2023
37 checks passed
@welcome
Copy link

welcome bot commented Jun 16, 2023

Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22

@artonge
Copy link
Contributor

artonge commented Jun 16, 2023

Thanks @Jenandra !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants