Refactor category budget setting

The category budget setting is now based on the monthly budget amount, which is then divided into daily and weekly budgets.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-18 02:22:58 +00:00
parent 0be5154e02
commit 42c9355e76
5 changed files with 78 additions and 115 deletions

View File

@@ -18,8 +18,8 @@ const DataResetSection = () => {
await resetAllData();
setIsResetDialogOpen(false);
// 데이터 초기화 후 애플리케이션 리로드
// toast 알림은 useDataReset.ts에서 처리하므로 여기서는 제거
// 페이지 새로고침 코드 제거 (navigate 사용으로 대체)
};
return (