Build [v.1.3.6]

This commit is contained in:
Daniel Bedeleanu
2026-04-11 17:14:22 +03:00
parent 775808506f
commit 704934165f
27 changed files with 738 additions and 685 deletions

View File

@@ -53,7 +53,7 @@ export const fetchAndCacheItems = async () => {
const items = await inventoryApi.getItems();
// Update local cache
await db.items.clear();
await db.items.bulkAdd(items);
await db.items.bulkPut(items);
return items;
} catch (error) {
console.error('Failed to fetch items, using cache:', error);