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

Adds description for disabled search filter #15867

Merged
merged 5 commits into from
Mar 1, 2024

Conversation

JasonWeill
Copy link
Contributor

References

Fixes #13167.

Code changes

Adds a "disabled description" field to search filters, to provide an alternate description when the filter is disabled in "find and replace" mode.

User-facing changes

When the user is in "find and replace" mode and opens the filter options in the search box, the "search cell outputs" filter is disabled. Mousing over it now displays an alternate title:

Screenshot 2024-02-23 at 2 16 16 PM

Backwards-incompatible changes

None.

Copy link

Thanks for making a pull request to jupyterlab!
To try out this branch on binder, follow this link: Binder

@jtpio
Copy link
Member

jtpio commented Feb 29, 2024

Restarting the UI tests, not sure if the failures are relevant or just flaky.

@jtpio
Copy link
Member

jtpio commented Mar 1, 2024

Restarting the UI tests, not sure if the failures are relevant or just flaky.

Out of curiosity I restarted the UI tests 4 times, until they passed:

image

So it looks like there are still improvements to be done to the UI tests flakiness in general to reduce maintenance load. Maybe #15375 will help with that.

Copy link
Member

@jtpio jtpio left a comment

Choose a reason for hiding this comment

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

Thanks!

@jtpio jtpio merged commit d12925f into jupyterlab:main Mar 1, 2024
79 of 80 checks passed
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.

"Search Cell Outputs" Find/Replace is disabled when Replace is expanded, without an indication why
3 participants