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

Bind Extension search bar within view container so it is re-created #13623

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

martin-fleck-at
Copy link
Contributor

What it does

The search bar is disposed once the Extension view is closed. The binding as a "global" singleton prevents the disposed widget from properly showing up once the Extension view is opened again. We therefore bind the search bar within the child container together with the other UI components.

Fixes #13622

How to test

  1. Open the Extensions view - search bar is visible
  2. Close the Extensions view
  3. Re-open the Extensions view - search bar should be there

search-bar-fixed

Follow-ups

None.

Review checklist

Reminder for reviewers

@msujew msujew added ui/ux issues related to user interface / user experience vsx-registry Issues related to Open VSX Registry Integration labels Apr 22, 2024
@martin-fleck-at martin-fleck-at merged commit 47ec23b into master Apr 23, 2024
12 of 14 checks passed
@martin-fleck-at martin-fleck-at deleted the issue-13622 branch April 23, 2024 06:55
@github-actions github-actions bot added this to the 1.49.0 milestone Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui/ux issues related to user interface / user experience vsx-registry Issues related to Open VSX Registry Integration
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Search Bar in Extensions View does not re-appear once closed
3 participants