Uh oh!
There was an error while loading. Please reload this page.
fix userlist alignment - #18455
Conversation
GretaD
commented
Dec 17, 2019
@skjnldsv @nextcloud/designers how we should move on with the new user list? I did a small change and now it look like this: |
skjnldsv
commented
Dec 19, 2019
I'm ok with this. |
jancborchardt
commented
Dec 24, 2019
Nice @GretaD!
Can you fix that overlapping? The borders should always be only 1px, we never use thicker borders. It’s fine if it’s just sticky as it is. :) Also, if you notice, the new entry basically duplicates all of the header info. So instead of showing it below the heading, it could be shown instead of it. (Above via z-index.) And can you add the close button you mentioned? Next to the "Add" button on the right, just like when editing an existing user |
GretaD
commented
Jan 6, 2020
@jancborchardt i would say that the add new user table should be somehow visually splitted from the existing users. But yes, let me try out your proposal and see how it looks. |
GretaD
commented
Jan 6, 2020
rullzer
commented
Jan 9, 2020
master is NC19 now. |
e054640 to
97e9706Compare97e9706 to
2556e9bComparejancborchardt
commented
Jan 13, 2020
@GretaD is this now ready for review? :) |
GretaD
commented
Jan 14, 2020
@m4dz i cannot add you as a reviewer but this is the full PR of what we were working :) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
f8fd0a0 to
f65a72fCompareGretaD
commented
Jan 16, 2020
I'll open a new ticket for this one and will work on it next week.
Done
I'll open a new ticket for this one and will work on it next week. |
| quotaOptions() { | ||
| // convert the preset array into objects | ||
| const quotaPreset = this.settings.quotaPreset.reduce((acc, cur) => acc.concat({ | ||
| let quotaPreset = this.settings.quotaPreset.reduce((acc, cur) => acc.concat({ |
There was a problem hiding this comment.
| let quotaPreset = this.settings.quotaPreset.reduce((acc, cur) => acc.concat({ | |
| const quotaPreset = this.settings.quotaPreset.reduce((acc, cur) => acc.concat({ |
There was a problem hiding this comment.
Eslint fails and bundles need to be recompiled
Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
e835905 to
a9c224cComparejuliusknorr
commented
Jan 16, 2020
Fixed eslint, css indent and pushed bundles |



Fixes#18420