-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[stable27] 40289 fix appearance #40343
Conversation
nfebe
commented
Sep 7, 2023
- Resolves: Custom permissions should show permissions in subline #40289
Before | Currently | Without Icons |
---|---|---|
![]() |
![]() |
![]() |
/compile |
@juliushaertl @fenn-cs nice 👍 Can we left-align the content so we are closer to the mockups and v28 as described in #26691 ? |
97d1800
to
bbe7e6f
Compare
That was the default, option and I even got a screenshot for it earlier, I just forgot to add it here. The reason, I centered it with the icons, is that, I realized it was centered without them on 27... But yeah done. cc: @AndyScherzinger |
/compile |
8e054a4
to
f7fc1e5
Compare
/compile amend / |
f7fc1e5
to
500cc77
Compare
&:first-of-type { | ||
flex: 10%; | ||
} | ||
|
||
&:last-of-type { | ||
flex: 90% | ||
} |
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.
Ideally this should be done in the vue components with a proper slot like you did initially :)
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.
Yeah @skjnldsv, this changes where already made in the component, but where not back-ported (not sure why), so went this route.
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.
Just design feedback, not blocking:
- The subline alignment of "Create, update, delete, etc." is too far to the left, it should ideally be left-aligned with the "Custom permissions" text as per the mockup. If the subline is too long it should ellipsize after 1 line
- List custom permissions activated in sublime - Align checkboxes in advanced settings Resolves : #40289 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
a9cf4ae
to
98b54f1
Compare
Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
cc: @jancborchardt |
98b54f1
to
8113c02
Compare
/compile amend / |
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.
Nice! :)
/compile |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>