ClarkGH / shotlify

Upload a video, take screenshots, and upload the screenshots. Get a slideshow back.
https://slideshow-sigma.vercel.app
2 stars 0 forks source link

FE: Upload images to backend Endpoint #6

Closed ClarkGH closed 1 year ago

ClarkGH commented 1 year ago

As a User When I've taken screenshots And the video has ended Then the upload button is active.

When I click the upload button Then all of the screenshots upload to the backend

ClarkGH commented 1 year ago

Unsure if I want to keep the HTML DOM Node query selector for media screenshots, or move towards refs.

Right now, since there is no breaking of Reactivity, I'm going to lean towards the former.

ClarkGH commented 1 year ago

Closed by https://github.com/ClarkGH/shotlify/pull/26