Resolve "Categories, detailed view on Press"

This commit is contained in:
Thomas Schleicher 2024-01-05 12:27:56 +00:00
parent b927b0e8a0
commit 412e88d007
8 changed files with 105 additions and 16 deletions

View file

@ -53,16 +53,10 @@ export default function Page() {
<Widget>
<BudgetRemaining budget={budget} spent={spent} />
</Widget>
<Widget text='#TODO Insert Pie-Chart' image={require('../../../assets/images/8b14el.jpg')}/>
<Widget title='Your Expenses so far' image={require('../../../assets/images/8b14el.jpg')}/>
<Widget>
<BudgetOverview budget={budget} spent={spent} />
</Widget>
<Widget title="Budget Progress">
<CategoryProgressBarList categories={BudgetData} />
</Widget>
<Widget title="Savings Progress">
<CategoryProgressBarList categories={SavingsData} />
</Widget>
</ScrollView>
</View>
);