Skip to content

Commit

Permalink
Merge pull request #11575 from nextcloud/stb14-add-group-settings
Browse files Browse the repository at this point in the history
[stable14] Add new group entry on users list + fixes
  • Loading branch information
MorrisJobke authored Oct 3, 2018
2 parents 316a3a5 + 0c4e270 commit 0ca305b
Show file tree
Hide file tree
Showing 12 changed files with 300 additions and 309 deletions.
15 changes: 0 additions & 15 deletions settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1377,21 +1377,6 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {

/* USERS LIST -------------------------------------------------------------- */
#body-settings {
#app-navigation {
/* Hack to override the javascript orderBy */
#usergrouplist > li {
order: 4;
&#everyone {
order:1;
}
&#admin {
order:2;
}
&#disabled {
order:3;
}
}
}
$grid-row-height: 46px;
#app-content.user-list-grid {
display: grid;
Expand Down
107 changes: 96 additions & 11 deletions settings/js/settings-vue.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion settings/js/settings-vue.js.map

Large diffs are not rendered by default.

114 changes: 83 additions & 31 deletions settings/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0ca305b

Please sign in to comment.