Skip to content

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
@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

4 participants