-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
MainWindow: use Adw.NavigationView #802
Conversation
@ryonakano Can you see if this fixes #793 for you? I'm thinking it might be a bug with Leaflet on X11 |
Tried Testing Mode on X11, but unfortunately not: test-screen0.webmThe following critical messages are shown on Terminal when clicking the storage bar:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed all pages transit to the expected page and back to the previous page.
Code almost looks good, but leaving some comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go 🚀
Replace deprecated Leaflet with NavigationView.
Since NavigationView doesn't have a property for disabling navigation, we replace the navigation stack to prevent navigation. There's some tricks with waiting for
shown
so that we still get animations