thomasreichmann / upload-thomasar

Simple upload application for sharing files
https://upload-thomasar.vercel.app
0 stars 0 forks source link

finalize how the ui for triggering the upload is going to look like #17

Open thomasreichmann opened 2 months ago

thomasreichmann commented 2 months ago

currently after selecting files a button appears to trigger the upload, this approach is weird and not really what we want to do for the actual product later on.

figure out a better way, and implement it

thomasreichmann commented 2 months ago

maybe showing a modal that displays the files selected and asks for confirmation to upload (we could also add the storage class selection here)

thomasreichmann commented 2 months ago

if we do go with allowing the user to select the storage class in some kind of upload modal, #16 will be done