Skip to content

feat(deck): add board filter input to the board header - #8215

Open
pringelmann wants to merge 1 commit into
mainfrom
feat/board-filter-input
Open

feat(deck): add board filter input to the board header#8215
pringelmann wants to merge 1 commit into
mainfrom
feat/board-filter-input

Conversation

@pringelmann

Copy link
Copy Markdown

Summary

Server is removing the "local search bar" it rendered in the header for so Deck now owns its filter input. The filtering logic is unchanged - only where the query comes from.

image

Input now shown on a board and on the board list, which filters board titles from the same query; not on Upcoming, which has no consumer for it. Named "Filter", not "Search", per design feedback.

Behaviour change: the global search box no longer filters the board behind it. Those events are deprecated and the bar driving them is being deleted.

Checklist

  • Code is properly formatted
  • Sign-off message is added to all commits
  • Tests (unit, integration, api and/or acceptance) are included
  • Documentation (manuals or wiki) has been updated or is not required

AI (if applicable)

  • The content of this PR was partly or fully generated using AI (mostly tests)

@pringelmann

Copy link
Copy Markdown
Author

Fixing cypress test

@pringelmann
pringelmann force-pushed the feat/board-filter-input branch 2 times, most recently from 7174898 to 7d3ec0a Compare July 30, 2026 08:15
@pringelmann
pringelmann requested a review from kra-mo July 31, 2026 08:11

@kra-mo kra-mo left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Named "Filter", not "Search", per design feedback.

Slept on this, I think it's actually fine to just call it "Search". In this case specifically since it doesn't only filter, we could call it "Find", but what's more important than distinct wording is probably clarification for what is being searched. So let's just stick with "Search cards".

@grnd-alt grnd-alt left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm unsure that's how the small screen is supposed to look like, maybe either 100vw or a fixed width's better
Image

Comment thread src/components/Controls.vue Outdated
Comment thread src/components/Controls.vue Outdated
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
@pringelmann
pringelmann force-pushed the feat/board-filter-input branch from 7d3ec0a to f19f317 Compare August 3, 2026 09:48
@pringelmann
pringelmann requested review from grnd-alt and kra-mo August 3, 2026 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants