-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix userlist alignment #18455
fix userlist alignment #18455
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment :)
@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 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good besides my comments
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. |
@@ -336,9 +344,9 @@ export default { | |||
}, | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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