Commit Graph

13 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
bbf0f75b66 Fix type errors in BudgetContext
Addresses type errors related to category budgets in BudgetContext and Index page. Specifically, ensures correct type assignment for category budget updates.
2025-03-15 10:54:24 +00:00
gpt-engineer-app[bot]
df257a948b Fix category budget update
The category budget was not being updated correctly after setting the budget. This commit fixes the issue.
2025-03-15 04:55:09 +00:00
gpt-engineer-app[bot]
834517e96f Refactor BudgetProgressCard component
Refactor BudgetProgressCard into smaller, more manageable components. Move BudgetTabContent to its own file. This improves code readability and maintainability.
2025-03-15 04:05:35 +00:00
gpt-engineer-app[bot]
178b697465 Change save button color
Change the color of the save button to the main color (green).
2025-03-15 04:04:39 +00:00
gpt-engineer-app[bot]
a5fac97a95 Implement budget input per category
Implement budget input fields for each category in the monthly budget settings, and automatically calculate and populate daily, weekly, and monthly budgets based on the sum of the category inputs.
2025-03-15 04:02:43 +00:00
gpt-engineer-app[bot]
c07011e3c0 Visual edit in Lovable
Edited UI in Lovable
2025-03-15 02:36:15 +00:00
gpt-engineer-app[bot]
522547a6e3 Update text color
Change the text color for a specific case.
2025-03-15 02:34:58 +00:00
gpt-engineer-app[bot]
98ec8d4043 Visual edit in Lovable
Edited UI in Lovable
2025-03-15 02:33:45 +00:00
gpt-engineer-app[bot]
e5e6b1ddda Center align budget input text
Centers the budget input text within the input field.
2025-03-15 02:30:27 +00:00
gpt-engineer-app[bot]
d1ebbefb0a Update budget setting text
Replaced the budget setting text with a message indicating that entering the monthly budget will automatically set the daily and weekly budgets.
2025-03-15 02:29:28 +00:00
gpt-engineer-app[bot]
f92c7cc3cd Visual edit in Lovable
Edited UI in Lovable
2025-03-15 02:26:53 +00:00
gpt-engineer-app[bot]
9ae296326a Refactor BudgetInputCard placement
Move BudgetInputCard to be inside BudgetProgressCard.
2025-03-15 02:26:15 +00:00
gpt-engineer-app[bot]
ae391e606b Refactor: Split Index page
Refactor Index.tsx into smaller, more manageable components.
2025-03-15 02:23:57 +00:00