Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui): add filter to BuilderSidebarToolbar. WF-42 #516

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

madeindjs
Copy link
Collaborator

@madeindjs madeindjs commented Aug 13, 2024

I introduced a component named BuilderSidebarTitleSearch which extract the existing search logic of BuilderSidebarTree and use it for BuilderSidebarToolbar.

I also took the opportunity to improve the accessibility since we use <i> elements as button, but they're not focusable and clickable with the keyboard.

And finally, I introduced an E2E test which cover the new feature.

Screencast.from.2024-08-15.14-45-59.mp4

@madeindjs madeindjs self-assigned this Aug 13, 2024
@madeindjs madeindjs force-pushed the WF-42 branch 2 times, most recently from 9bed433 to d2893be Compare August 15, 2024 13:08
@madeindjs madeindjs marked this pull request as ready for review August 15, 2024 13:18
I introduced a component named `BuilderSidebarTitleSearch` which extract the existing search logic of `BuilderSidebarTree` and use it for `BuilderSidebarToolbar`.

I also took the opportunity to improve the accessibility since we use `<i>` elements as button, but they're not focusable and clickable with the keyboard.

And finally, I introduced an E2E test which cover the new feature.
@ramedina86
Copy link
Collaborator

Looks great! Thanks for adding tests

@ramedina86 ramedina86 merged commit ec80a44 into writer:dev Aug 19, 2024
16 checks passed
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