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
To get a more sailfish like loading of the pages, I suggest to remove the pageStack.clear from the harbour-hutspot.qml then the page will swipe in from the right.
The text was updated successfully, but these errors were encountered:
Without calling clear() the stack of pages can become huge and multiple versions of the base pages can be created. To prevent this I decided only one of the base pages (New/Top/My/Search/Mood/History) should be on the stack.
Personally I hate the animations but maybe we can make the clear() configurable or find a way to get them working when the stack is cleared.
I like the animations, but they can only work if you have clear user scenarios in mind. I try to look at the app as a state machine where the core page of the application is the playlist and the player attached to it. All other pages could be dialog pages to the playlist page (and or the player page) and you would only have one instance of the pages. When loading the app, you could go into page you had open when you left (based by a state in the playlist page it can load the requested dialog page). Unfortunately this probably means a lot of changes).
To get a more sailfish like loading of the pages, I suggest to remove the pageStack.clear from the harbour-hutspot.qml then the page will swipe in from the right.
The text was updated successfully, but these errors were encountered: