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

Svelte: Maintain search query in search input #62488

Open
taiyab opened this issue May 7, 2024 · 0 comments
Open

Svelte: Maintain search query in search input #62488

taiyab opened this issue May 7, 2024 · 0 comments
Assignees

Comments

@taiyab
Copy link
Contributor

taiyab commented May 7, 2024

In the Svelte prototype, we override the search query to be scoped to the repo you're in by default, essentially eliminating the query you entered prior.

CleanShot 2024-05-07 at 13 09 50@2x

This essentially clears any careful query a user may have crafted to get to this destination, which is undesirable without a way of at least getting it back easily.

We should update this by either:

  • Presenting the last search query you made, already prepopulated in the input
  • OR, continue to overwrite the query with this new one (for easy repo scoped searches), but allow you to quickly select and rerun your last search query
@taiyab taiyab added this to the Web app rewrite/3 milestone May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants