Conversation
|
@skjnldsv @nextcloud/designers how we should move on with the new user list? I did a small change and now it look like this: |
|
I'm ok with this. |
|
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 |
|
@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. |
|
master is NC19 now. |
e054640 to
97e9706
Compare
97e9706 to
2556e9b
Compare
|
@GretaD is this now ready for review? :) |
|
@m4dz i cannot add you as a reviewer but this is the full PR of what we were working :) |
f8fd0a0 to
f65a72f
Compare
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
a9c224c
Compare
|
Fixed eslint, css indent and pushed bundles |



Fixes #18420