-
-
Notifications
You must be signed in to change notification settings - Fork 30
Sidebar History #278
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
base: main
Are you sure you want to change the base?
Sidebar History #278
Conversation
| @@ -0,0 +1,122 @@ | |||
| /*- | |||
| * Copyright 2018-2021 elementary, Inc. (https://elementary.io) | |||
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.
Copyright 2018 - 2025
| history_list.remove_all (); | ||
| }); | ||
|
|
||
| var headerbar = new Adw.HeaderBar () { |
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.
I think maybe we should hide the close button in this header. I thought it would close the history but in fact it unexpectedly closed the whole window. Should replace with a "close sidebar" button? On the other hand other apps do have the close button inside the sidebar but there the sidebar is not a temporary overlay so I am not sure what to do. @danirabbit please advise. Another solution would be to have the sidebar on the right.
jeremypw
left a comment
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.
A couple of in-line comments.
Also, the history seems to be held in two separate models - one in MainWindow and one in HistorySidebar. Is this necessary?
Fixed #276