feat(frontend): optimizations for slow internet situations
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<script lang="ts">
|
||||
import type { Id } from '$lib/convex/_generated/dataModel';
|
||||
|
||||
interface Photo {
|
||||
base64: string;
|
||||
_id: Id<'photoDrafts'>;
|
||||
mediaType: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user