Skip to content

[ENG-1271] Implement filter, search, sort designs in clipboard#900

Open
trangdoan982 wants to merge 4 commits intomainfrom
eng-1271-implement-filtersearchsort-designs-in-clipboard
Open

[ENG-1271] Implement filter, search, sort designs in clipboard#900
trangdoan982 wants to merge 4 commits intomainfrom
eng-1271-implement-filtersearchsort-designs-in-clipboard

Conversation

@trangdoan982
Copy link
Copy Markdown
Member

@trangdoan982 trangdoan982 commented Mar 18, 2026

@linear
Copy link
Copy Markdown

linear bot commented Mar 18, 2026

@supabase
Copy link
Copy Markdown

supabase bot commented Mar 18, 2026

This pull request has been ignored for the connected project zytfjzqyijgagqxrzbmz because there are no changes detected in packages/database/supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

<div className="flex-shrink-0">
<Button
icon={<Icon icon="minus" />}
icon={<Icon icon={isCollapsed ? "chevron-down" : "minus"} />}
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

unrelated to this ticket but a quick UI fix

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.

chevron-down usually means expanded. Introducing this change now has two different meanings in the same component. Let's remove this for now and add it as a FEE ticket.

Image Image Image

graphite-app[bot]

This comment was marked as resolved.

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 5 additional findings.

Open in Devin Review

trangdoan982 and others added 3 commits March 18, 2026 15:01
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
@trangdoan982 trangdoan982 requested a review from mdroidian March 26, 2026 19:46
Copy link
Copy Markdown
Member

@mdroidian mdroidian left a comment

Choose a reason for hiding this comment

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

Let's match the UI designs more closely:

  • Nodes should have their node colors (you can take this code from elsewhere in the project, eg Canvas Drawer)
Image
  • Search on left, filters/sort on right
  • Show "Clear Filters" but keep it disabled. This is to be consistent with other components and help remove jank and it won't come as a surprise to users
  • Filter button should have the button design as seen in the image
Image

<div className="flex-shrink-0">
<Button
icon={<Icon icon="minus" />}
icon={<Icon icon={isCollapsed ? "chevron-down" : "minus"} />}
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.

chevron-down usually means expanded. Introducing this change now has two different meanings in the same component. Let's remove this for now and add it as a FEE ticket.

Image Image Image

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants