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

@@ -51,7 +51,7 @@
</Grid>
<BoxView Grid.Row="1" HeightRequest="1" BackgroundColor="Gray" Margin="0,10,0,10" />
<!-- Scrollable List Section -->
<CollectionView Grid.Row="2" ItemsSource="{Binding PlannedPaymentsViewModels}">
<CollectionView Grid.Row="2" ItemsSource="{Binding PlannedPaymentsViewModels}" x:DataType="local:BalancePage">
<CollectionView.ItemTemplate>
<DataTemplate x:DataType="local:PlannedPaymentsViewModel">
<Grid Padding="10" ColumnSpacing="10">