kyjus25 / radiobrowser

website frontend with angular for radio-browser api
GNU Affero General Public License v3.0
4 stars 1 forks source link

Enable going back to search list #3

Closed Vingolf closed 5 years ago

Vingolf commented 5 years ago

If you have a search list and go to the station history of any item, there is no possibility to go back to the search results. If you go back with the browser button, the search list is empty.

kyjus25 commented 5 years ago

Thanks for your feedback! The way that the site is currently set up, I was not able to come up with a simple solution for redirecting the user back to a previous "snapshot" of the page without reformatting the structure in a way that ensures the station table never deconstructs when navigating to the history page.

However, I have instead moved the history to a modal rather than a separate page, that way the user's search results are not lost. Additionally, I have overhauled the search params so that they appear in the URL for easy copy/pasting and link transfer.

Vingolf commented 5 years ago

Thanks for your feedback! However, I have instead moved the history to a modal rather than a separate page, that way the user's search results are not lost. That's a good solution! There are two more issues I want to mention:

  1. Searching is not possible at all [perhaps something went wrong yesterday] ;-) For the other one, I start a new issue.