-
Notifications
You must be signed in to change notification settings - Fork 42
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
Move Top Pane to Bottom #2230
Move Top Pane to Bottom #2230
Conversation
4d2aab1
to
c983e74
Compare
(initial refactor PR; separate PR for adding the batch action toolbar across the top coming presently) |
See discussion at <#2160 (comment)>. Refs #2160.
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.
It's impressive how this is functionally a 2 line change, reordering the addWidget
calls, and the rest is just updating the name and tests.
So in testing it looks good, but there were a few places in test_widgets that the old TopPane
name was still being used, I'm going to push an amended version with those trivial fixes in and then merge.
c983e74
to
86e07a5
Compare
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.
(the changes I made)
Status
Ready for review
Description
Move Status pane ("top pane") to the bottom of the app, and rename.
Towards #2160
Refs #2160 (comment)
Test Plan
Checklist
If these changes modify code paths involving cryptography, the opening of files in VMs or network (via the RPC service) traffic, Qubes testing in the staging environment is required. For fine tuning of the graphical user interface, testing in any environment in Qubes is required. Please check as applicable:
If these changes add or remove files other than client code, the AppArmor profile may need to be updated. Please check as applicable:
If these changes modify the database schema, you should include a database migration. Please check as applicable:
main
and confirmed that the migration is self-contained and applies cleanlymain
and would like the reviewer to do so