Skip to content

[stable6.6] fix(resources): tidy up the room filter row - #8795

Merged
SebastianKrupinski merged 2 commits into
stable6.6from
backport/8790/stable6.6
Aug 28, 2026
Merged

[stable6.6] fix(resources): tidy up the room filter row#8795
SebastianKrupinski merged 2 commits into
stable6.6from
backport/8790/stable6.6

Conversation

@backportbot

@backportbot backportbot Bot commented Aug 28, 2026

Copy link
Copy Markdown

Backport of PR #8790

… to it

The Features select renders 2px taller than the Minimum capacity text
field beside it, so the two controls in the filter row do not line up.

NcSelect sets `padding: var(--border-width-input)` on `.vs__dropdown-toggle`.
That padding stacks on top of the `min-height: var(--default-clickable-area)`
the toggle already carries, so the select ends up at 36px where the text
field sits at 34px. `min-height` is a floor, not a ceiling, and cannot hold
the padding back.

Measured on Nextcloud 34 with calendar 6.6.0-rc.1:

| control                        | before | after |
|--------------------------------|--------|-------|
| NcTextField (Minimum capacity) | 34px   | 34px  |
| NcSelect (Features)            | 36px   | 34px  |

NcSelect already drops the padding to 0 in its open state, so clearing it
here does not make the control jump when the dropdown opens — verified by
measuring the closed and open states side by side, both 34px.

Signed-off-by: Rik Dekker <rik@rikdekker.nl>
@backportbot backportbot Bot added the 3. to review Waiting for reviews label Aug 28, 2026
@backportbot backportbot Bot added this to the v6.6.0 milestone Aug 28, 2026
@codecov

codecov Bot commented Aug 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Rikdekker

Copy link
Copy Markdown
Contributor

The failing DCO check is an email mismatch, not a missing sign-off.

Both commits carry Signed-off-by: Rik Dekker <rik@rikdekker.nl>, while the commit author is Rikdekker <Rikdekker@users.noreply.github.com> — my git is configured with the GitHub noreply address, so the two do not match and the bot rejects it. The same check failed on the original #8790 for the same reason.

Every other check on this backport passes. Happy to re-sign the commits with the matching address if that is easier for you, but since this is a backportbot branch in this repo I did not want to force-push to it myself — just let me know which you prefer.

@SebastianKrupinski
SebastianKrupinski merged commit 8b03ba2 into stable6.6 Aug 28, 2026
40 of 41 checks passed
@SebastianKrupinski
SebastianKrupinski deleted the backport/8790/stable6.6 branch August 28, 2026 13:52
@SebastianKrupinski

Copy link
Copy Markdown
Contributor

The failing DCO check is an email mismatch, not a missing sign-off.

Both commits carry Signed-off-by: Rik Dekker <rik@rikdekker.nl>, while the commit author is Rikdekker <Rikdekker@users.noreply.github.com> — my git is configured with the GitHub noreply address, so the two do not match and the bot rejects it. The same check failed on the original #8790 for the same reason.

Every other check on this backport passes. Happy to re-sign the commits with the matching address if that is easier for you, but since this is a backportbot branch in this repo I did not want to force-push to it myself — just let me know which you prefer.

All goog, I bypassed it. Just sign the next one properly please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants