bluerobotics / cockpit

An intuitive and customizable cross-platform ground control station for remote vehicles of all types.
https://blueos.cloud/docs/extensions/cockpit/1.0/overview
Other
54 stars 20 forks source link

video: Confirm with the user if they really want to download unprocessed chunks #1017

Closed rafaellehmkuhl closed 3 months ago

rafaellehmkuhl commented 3 months ago

With this patch, whenever the user tries to download one or more unprocessed videos, they will receive this confirmation dialog, asking if they really want to proceed.

I didn't add a "process videos" button as this would require an extensive change considering the multiple cases we have (e.g.: only one unprocessed, multiple unprocessed, some processed, etc). They way I did, the user goes back to the default screen and use our current tailored pipelines.

image

Fix #980