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

Add bindings #420

Merged
merged 30 commits into from
Apr 27, 2024
Merged

Add bindings #420

merged 30 commits into from
Apr 27, 2024

Conversation

SilkyFowl
Copy link
Contributor

@SilkyFowl SilkyFowl commented Apr 19, 2024

add bindings for AvaloniaObject ~ TextBox, Flyout

  • Add binding of .net event.
  • Changed setter and compare function in IAvaloniaList<'T>'s binding to avoid unnecessary updates.
  • Code placement is tentative.

@JaggerJo JaggerJo marked this pull request as ready for review April 20, 2024 08:26
@JaggerJo
Copy link
Member

Really good work 👍

There are a few small things we need to do before merging (check comments).

@JaggerJo JaggerJo closed this Apr 21, 2024
@JaggerJo JaggerJo reopened this Apr 21, 2024
Expanded the documentation for the `patchStandardClasses` function, which updates the standard classes of `Classes`, with detailed explanations about the mixture of standard classes and pseudoclasses.
- StartsWith ... use Char instead of String.
- update comment.
- Add helper function for IList<'t>.
- Use helper function instead of custom Internals functions.
- For list<'t> binding, remove custom compare function.
@SilkyFowl
Copy link
Contributor Author

I've made revisions based on the review comments. Please check

Copy link
Member

@JaggerJo JaggerJo left a comment

Choose a reason for hiding this comment

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

LGTM, great work 🎉

@SilkyFowl
Copy link
Contributor Author

Thank you very much.
Please let me know if there is anything I should be doing to merge, because I'm missing out.

@JaggerJo JaggerJo merged commit bca10e4 into fsprojects:master Apr 27, 2024
1 check passed
@JaggerJo
Copy link
Member

Thank you very much. Please let me know if there is anything I should be doing to merge, because I'm missing out.

I just merged it. Assumed the author can merge after a PR is approved.

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.

3 participants