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

Improve Search UX #24

Open
Nyumat opened this issue Jan 27, 2024 · 0 comments
Open

Improve Search UX #24

Nyumat opened this issue Jan 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Nyumat
Copy link
Owner

Nyumat commented Jan 27, 2024

Currently, the search results aren't retained when pressing the back button after searching and selecting an item to stream.

I'd like a way for the results be rendered after executing a search, clicking the element and returning back to search again.

A few ways this can be implemented:

  • Single source of truth query parameters in the URL
    • application would use to fetch the search results
  • Utilize a global state management solution to 'cache' the search results
  • when going back, the application would be aware and render those

Will do more thinking about this but it's a good feature plan.

@Nyumat Nyumat self-assigned this Jan 27, 2024
@Nyumat Nyumat added the enhancement New feature or request label Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant