Resolve "Categories, detailed view on Press"
This commit is contained in:
parent
b927b0e8a0
commit
412e88d007
8 changed files with 105 additions and 16 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Reference in a new issue