Commit 07558e4
authored
Adds IsLoading bindable property to pages and fixes SelectViewModelCommand (#45)
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.1 parent 8a9e0c8 commit 07558e4
File tree
2 files changed
+19
-4
lines changed- Float.Core
- Commands
- UI
2 files changed
+19
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
24 | 39 | | |
25 | 40 | | |
26 | 41 | | |
| |||
52 | 67 | | |
53 | 68 | | |
54 | 69 | | |
55 | | - | |
| 70 | + | |
56 | 71 | | |
57 | 72 | | |
58 | 73 | | |
| |||
73 | 88 | | |
74 | 89 | | |
75 | 90 | | |
76 | | - | |
77 | | - | |
| 91 | + | |
| 92 | + | |
78 | 93 | | |
79 | 94 | | |
80 | 95 | | |
| |||
0 commit comments