Skip to content
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

dialogs: Fixes and Improvements to Vala demo #107

Merged
merged 5 commits into from
Mar 2, 2024
Merged

Conversation

Diego-Ivan
Copy link
Contributor

Including:

  • Use C-Style casting
  • Use string formatting in console logs
  • Use async-yield instead of signal callbacks (as in the JS demo)
  • Initialize objects with properties
  • Add missing comments from the JS demo
  • Small fixes for confirmation and advanced dialogs

Including:

* Use C-Style casting
* Use string formatting in console logs
* Use `async`-`yield` instead of signal callbacks
* Initialize objects with properties
* Add missing comments from the JS demo
* Small fixes for confirmation and advanced dialogs
@sonnyp
Copy link
Contributor

sonnyp commented Feb 21, 2024

Can you document the missing guidelines in https://github.com/workbenchdev/demos/blob/main/STYLEGUIDE.md#vala ?

@Diego-Ivan
Copy link
Contributor Author

Sure, just sent a PR with the missing ones :)

@sonnyp
Copy link
Contributor

sonnyp commented Feb 21, 2024

Could you solve conflicts?

Sorry the Dialogs demo was renamed.

Copy link
Contributor

@Hofer-Julian Hofer-Julian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks! :D

@sonnyp sonnyp merged commit b99f536 into main Mar 2, 2024
1 check passed
@sonnyp sonnyp deleted the diego-ivan/dialogs-vala branch March 2, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants