-
-
Notifications
You must be signed in to change notification settings - Fork 90
Library: Add Adw.MessageDialog example #211
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
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.
Great start!
I was planning on waiting for Blueprint support but I guess it makes sense to create them from code anyway.
Following the GNOME HIG, I think we should have at least these 3 examples:
- Confirmation dialog
- Error dialog
- Action dialog (not required now - we can do later)
And your password example is good too - maybe under "Advanced error dialog"
Co-authored-by: Sonny Piers <sonny@fastmail.net>
Co-authored-by: Sonny Piers <sonny@fastmail.net>
spaces Co-authored-by: Sonny Piers <sonny@fastmail.net>
Co-authored-by: Sonny Piers <sonny@fastmail.net>
replace methods with their equivalent property during construction
We now have a confirmation, error, and advanced error dialog.
updates the vala code to work with the newly updated main.blp
sonnyp
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.
|
ha - an other thing - please create a new branch before submitting a PR - don't use otherwise I have to push to your |
My First PR for this project! I included a .js and .vala file.
If there is any issues or recommendations please let me know!