earmuff-jam / climate

Climate is designed to aide you with your item management.
https://climate-theta.vercel.app/
0 stars 0 forks source link

Add support for uploading images #147

Open mohit2530 opened 3 months ago

mohit2530 commented 3 months ago

Acceptance Criteria

  1. We should use the ability to upload images for items that the user can add. Currently, limit the number of images to two pictures per item, and add the ability to choose a default image. if none is selected, the first image is the default image.
  2. Try to use the supabase storage utility, if possible, to store the images if possible.
  3. This image should be used to display in the grid mode when the grid mode is built out.