Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-07-22 22:58:28 +05:30
parent d1308bf149
commit bc8bf2007d
99 changed files with 4784 additions and 111 deletions
+4 -1
View File
@@ -137,5 +137,8 @@ export function buildSeedPhotos(now = Date.now()): MediaInput[] {
});
}
return items;
// TESTING: seed only the demo video(s) — start with an EMPTY photo library so you
// can upload 12 images and watch them get analyzed. To restore the full demo,
// change this back to `return items;`.
return items.filter((it) => it.kind === 'video');
}