Skip to content

Commit

Permalink
Add new group entry on users list + fixes
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Sep 28, 2018
1 parent a23d524 commit 2b41b01
Show file tree
Hide file tree
Showing 12 changed files with 1,518 additions and 299 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.

Loading

0 comments on commit 2b41b01

Please sign in to comment.