Improve title filter functionality with right alignment, search icon, and clear button#5
Improve title filter functionality with right alignment, search icon, and clear button#5Copilot wants to merge 6 commits into
Conversation
* Initial plan * Add filter by stream title textfield in header Co-authored-by: sarisia <33576079+sarisia@users.noreply.github.com> * Optimize title filter performance and improve code quality Co-authored-by: sarisia <33576079+sarisia@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
|
@copilot Lets improve title filter. Align them to right. Make design match to current schema, e.g. color, spacing etc. Change placeholder text to Filter by title... . Place search icon and clear button |
Co-authored-by: sarisia <33576079+sarisia@users.noreply.github.com>
Improved the title filter with all requested changes in commit 7b97af9:
|
sarisia
left a comment
There was a problem hiding this comment.
border color when focused seems off. Isnt it purple-ish one?
Co-authored-by: sarisia <33576079+sarisia@users.noreply.github.com>
Fixed in commit 469e0aa. The focus ring now uses the purple vspo-primary color instead of the default gray. |
|
@copilot Height seems off too but im not sure. Match the height to the buttons on right side if its off. |
The height is already matching correctly. I measured all elements:
All components use the same height specification from the design system. |
sarisia
left a comment
There was a problem hiding this comment.
How about shadow? Does that match?
Co-authored-by: sarisia <33576079+sarisia@users.noreply.github.com>
Fixed in commit 60e23ee. The input now uses shadow-xs to match the button shadows. All elements now have identical box-shadow values:
|
sarisia
left a comment
There was a problem hiding this comment.
code looks good, diff is bit outdated. Could you merge main branch into this?
The branch is already up to date with main. The PR is based on commit 43c4f65 which is the current HEAD of main, and all changes in this PR (6 commits) are built on top of it. No merge is needed. |




Changes Made
Improved the title filter in the header with the following enhancements:
Screenshots
Empty state
With filter text and clear button
Focus state with purple ring
The filter now includes:
Quality Checks
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.