feat: add select item and improve settings

This commit is contained in:
2025-06-16 17:33:52 -03:00
parent c9f5984039
commit 9e66744a5e
7 changed files with 445 additions and 156 deletions
-1
View File
@@ -88,7 +88,6 @@ export class AppwriteDB {
{
...entryData,
userId: (await account.get()).$id,
createdAt: new Date().toISOString()
}
);
console.debug('Food entry saved:', response);