Refactor: Implement DashboardLayout, fix mobile nav, and resolve scroll issues
This commit is contained in:
29
data/db.json
Normal file
29
data/db.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"fixedDebts": [],
|
||||
"variableDebts": [
|
||||
{
|
||||
"name": "netflix",
|
||||
"amount": 5000,
|
||||
"date": "2026-01-29T00:00:00.000Z",
|
||||
"category": "shopping",
|
||||
"isPaid": false,
|
||||
"id": "f2e424ca-5f07-4f57-9386-822354e0ee1e"
|
||||
},
|
||||
{
|
||||
"name": "youtube",
|
||||
"amount": 2500,
|
||||
"date": "2026-01-29T00:00:00.000Z",
|
||||
"category": "shopping",
|
||||
"isPaid": false,
|
||||
"id": "621c3caf-529b-4c33-b46f-3d86b119dd75"
|
||||
}
|
||||
],
|
||||
"creditCards": [],
|
||||
"cardPayments": [],
|
||||
"monthlyBudgets": [],
|
||||
"currentMonth": 1,
|
||||
"currentYear": 2026,
|
||||
"alerts": [],
|
||||
"serviceBills": [],
|
||||
"incomes": []
|
||||
}
|
||||
Reference in New Issue
Block a user