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

Adds IsLoading bindable property to pages and fixes SelectViewModelCommand #45

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

mediabounds
Copy link
Member

In Maui, the IsBusy property on pages now shows a loading indicator with no way to override that behavior. Since implementing apps may want their own loading indicator, this creates a new IsLoading property which the implementing app can choose to forward to IsBusy if it wants.

Also fixes the SelectViewModelCommand so it passes the model instead of the view model to the CanExecute callback.

Copy link

github-actions bot commented Jul 1, 2024

Test Results

  3 files   3 suites   3s ⏱️
 34 tests 33 ✅ 1 💤 0 ❌
102 runs  99 ✅ 3 💤 0 ❌

Results for commit d2d4a6c.

@mediabounds mediabounds merged commit 07558e4 into main Jul 1, 2024
2 checks passed
@mediabounds mediabounds deleted the maui-improvements branch July 1, 2024 20:43
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.

1 participant