From 785a5b574992296e187a66412dd42f7b4a686353 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Tue, 19 Mar 2024 00:33:11 +0000 Subject: Feature: Add support for uploading images and automatically inferring their tags (#2) * feature: Experimental support for asset uploads * feature(web): Add new bookmark type asset * feature: Add support for automatically tagging images * fix: Add support for image assets in preview page * use next Image for fetching the images * Fix auth and error codes in the route handlers * Add support for image uploads on mobile * Fix typing of upload requests * Remove the ugly dragging box * Bump mobile version to 1.3 * Change the editor card placeholder to mention uploading images * Fix a typo * Change ios icon for photo library * Silence typescript error --- packages/db/drizzle/meta/_journal.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'packages/db/drizzle/meta/_journal.json') diff --git a/packages/db/drizzle/meta/_journal.json b/packages/db/drizzle/meta/_journal.json index 93ea2df6..dd2059a8 100644 --- a/packages/db/drizzle/meta/_journal.json +++ b/packages/db/drizzle/meta/_journal.json @@ -71,6 +71,20 @@ "when": 1710681166089, "tag": "0009_cuddly_cammi", "breakpoints": true + }, + { + "idx": 10, + "version": "5", + "when": 1710770092205, + "tag": "0010_curved_sharon_ventura", + "breakpoints": true + }, + { + "idx": 11, + "version": "5", + "when": 1710778903315, + "tag": "0011_ordinary_phalanx", + "breakpoints": true } ] } \ No newline at end of file -- cgit v1.3-1-g0d28