- Notifications
You must be signed in to change notification settings - Fork 170
Description
Description
While using the search bar on the OSS Projects page, the UI becomes
unresponsive after opening a repository and navigating back.
The search functionality works correctly at first. However, after clicking
on a repository from the search results and returning to the projects page,
the search input and other UI interactions stop responding. This behavior
is unintended and requires a page refresh to recover.
Context
This issue came up while working on issue #265, which introduces the search bar
on the OSS Projects page.
Steps to Reproduce
- Open the OSS Projects page
- Enter a query in the search bar
- Click on any repository from the search results
- Navigate back to the OSS Projects page
- Try typing or backspacing in the search bar
Expected Behavior
After opening a repository and navigating back to the OSS Projects page,
the search input and UI should continue to work normally.
Actual Behavior
After navigating back from a repository, the UI becomes unresponsive and
the search input no longer accepts user input.
Version
No response
Environment
No response
Additional Context
No response