Version 1.0.3
Some checks failed
Gitea/WheresMyMoney/pipeline/head There was a failure building this commit
Some checks failed
Gitea/WheresMyMoney/pipeline/head There was a failure building this commit
- Modify planned payment - minor bug fixes
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
x:Class="WheresMyMoney.Maui.BalanceHistoryPage">
|
||||
<CollectionView ItemsSource="{Binding GroupedBalanceChangeViewModels}"
|
||||
RemainingItemsThreshold="5"
|
||||
RemainingItemsThresholdReached="ItemsView_OnRemainingItemsThresholdReached">
|
||||
RemainingItemsThresholdReached="ItemsView_OnRemainingItemsThresholdReached"
|
||||
x:DataType="local:BalanceHistoryPage">
|
||||
<CollectionView.ItemTemplate>
|
||||
<DataTemplate x:DataType="local:GroupedBalanceChangeViewModel">
|
||||
<VerticalStackLayout>
|
||||
@@ -23,7 +24,7 @@
|
||||
|
||||
<!-- Balance Changes List -->
|
||||
<VerticalStackLayout Grid.Column="1"
|
||||
BindableLayout.ItemsSource="{Binding BalanceChanges}">
|
||||
BindableLayout.ItemsSource="{Binding BalanceChanges}">
|
||||
<BindableLayout.ItemTemplate>
|
||||
<DataTemplate x:DataType="local:BalanceChangeViewModel">
|
||||
<VerticalStackLayout>
|
||||
|
||||
Reference in New Issue
Block a user