-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add Bottom Sheet demo #210
Conversation
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.
Thanks!
BTW you've been added as a team member so you can create branches on the repo directly, you don't need to keep a fork
Adw.SwitchRow { | ||
active: bind bottom_sheet.open bidirectional; | ||
title: "Open"; | ||
} |
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.
can you add a switch for https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/property.BottomSheet.reveal-bottom-bar.html ?
I believe opening the sheet programmatically without a handle is going to be a common use case.
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.
This property will be added in 1.7 so it can't land in 47. Maybe I can say somewhere that the bottom bar is optional
Thank you, I didn't know |
Closes #185