Version 1.0.3
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:
2025-01-26 14:53:16 +01:00
parent 34098c9757
commit 2d69a4b018
22 changed files with 618 additions and 107 deletions

View File

@@ -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>