You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a button to every search category, to list more search results. This could be for example a +10 or something so, another max 10 entries are loaded. The button should disappear, when there are no more search results left.
The text was updated successfully, but these errors were encountered:
This might be harder to write, but wouldn't it be better if a new page opened when you hit more? I think there could be a generic gtk template for a search results page and each type of search(tracks, albums, ...) can just use that to display a separate page for just that type. I think this is how the spotify mobile app does it too.
Yeah, an entire new page is a good idea.
It also shouldn't be too hard to implement either. I already implemented the ContentDeck to basically work like that.
I had in mind, that one should be able to click on for example an album, when looking at an artist and it should open the album page above the artist page, but then one should be able to go back again with the back button. Pretty much like the mobile app. So you can simply push a "search_artists" page when clicking on a "more artists" button on the search_deck. And it should work like that.
Add a button to every search category, to list more search results. This could be for example a +10 or something so, another max 10 entries are loaded. The button should disappear, when there are no more search results left.
The text was updated successfully, but these errors were encountered: