removed "entered" log, fixed loading symbol, implemented category update with editing

This commit is contained in:
thschleicher 2024-01-05 20:53:47 +01:00
parent 0ddfe3e606
commit 497c556a87
6 changed files with 25 additions and 14 deletions

View file

@ -38,7 +38,7 @@ export default function Page() {
};
const handleCategoryPress = (item: {[column: string]: any;}) => {
router.push({pathname: "./(tabs)/budget/category", params: {category_guid: item.category_guid, category_name: item.category_name}})
router.push({pathname: "/(tabs)/budget/category", params: {category_guid: item.category_guid, category_name: item.category_name}})
}
return (