Add mobile application #47

Merged
pierre merged 55 commits from mobile-app into main 2025-07-18 16:06:22 +00:00
Showing only changes of commit e45648e038 - Show all commits

View File

@@ -65,6 +65,11 @@ class ExpenseEditor extends HookConsumerWidget {
time: timeController.value, time: timeController.value,
), ),
); );
// Reset screen after a scan
await pending.value;
labelController.text = "";
costController.text = "";
} }
// Cancel operation // Cancel operation