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

Dynamic title for expander/collapser button #15826

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

JasonWeill
Copy link
Contributor

References

Fixes #15814.

Code changes

Makes the "Toggle Replace" title dynamic. Updates unit tests.

User-facing changes

Makes the title of the expand/collapse button in the search box be "Show Replace" when "Replace" is not visible:

image

… and "Hide Replace" when "Replace" is visible:

image

The functionality of this button is otherwise unchanged.

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

@krassowski krassowski added this to the 4.2.0 milestone Feb 20, 2024
Copy link
Member

@krassowski krassowski left a comment

Choose a reason for hiding this comment

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

Thanks @JasonWeill!

@krassowski krassowski merged commit 2d68127 into jupyterlab:main Feb 22, 2024
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.

Specific "Show/hide replace" tooltip for find/replace expander button
2 participants