feat: fullscreen mode for all tabs + fix Dropbox/Supabase sync priority

This commit is contained in:
Christian Vidal Wolf
2026-04-23 14:53:43 +02:00
parent e7a3a4619d
commit b14cfe00f0
9 changed files with 145 additions and 25 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ export default async function handler(req, res) {
.from('products')
.upsert(productsToUpsert, {
onConflict: 'product_id',
ignoreDuplicates: true
ignoreDuplicates: true // Keep this: will be overwritten by App.tsx logic if there are pending edits
});
if (error) {