Uh oh!
There was an error while loading. Please reload this page.
fix: added a label element to the NcSelect in update settings - #43094
Conversation
emoral435
commented
Jan 24, 2024
Will /backport once accepted by reviews :) |
emoral435
commented
Jan 24, 2024
/compile amend/ |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ShGKme
commented
Jan 24, 2024
I think we can make it plain text. It looks inconsistent now, not sure it was needed to be h4 with h4 styles. cc @szaimen |
Uh oh!
There was an error while loading. Please reload this page.
2d305e6 to
725ee59Compareemoral435
commented
Jan 25, 2024
@Pytal Fixed! And styling should be the same - had to add high order specifiers with ID's and whatnot because Vue's default styling on their Select component was beating out most things I tried. This kept it pretty consistent: |
Uh oh!
There was an error while loading. Please reload this page.
Pytal
commented
Jan 25, 2024
I'd say we should to drop the custom select__label styles and set @nextcloud/designers for design input |
725ee59 to
914d0b0Compareemoral435
commented
Jan 26, 2024
szaimen
commented
Jan 26, 2024
Honestly from design perspective I'd say this detail doesnt really matter as there are many other things on this page that don't look visually perfect 😅🙈 |
914d0b0 to
9148573Comparesusnux
commented
Jan 27, 2024
/compile amend |
susnux
commented
Jan 27, 2024
/backport to stable28 |
Signed-off-by: Eduardo Morales <emoral435@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
9148573 to
35518bcCompare


Summary
@JuliaKirschenheuter (all credit to her) found that in
index.php/settings/admin/overview, there is a NcSelect without a corresponding label. This fixes that, No visual change, gave the label input the corresponding styles that would accompany the change from h4 element 👍TODO
Checklist