Paratii-Video / paratii-portal

Component-based web-interface for uploading, browsing and organising content of Paratii's P2P network.
GNU General Public License v3.0
12 stars 5 forks source link

778 - Edit video page #783

Closed jrgarou closed 6 years ago

jrgarou commented 6 years ago

I've copy the code from UploadListItem to VideoForm, to use it in /upload and /edit/VIDEOID pages.

Let's remove the UploadListItem and (re) use the VideoForm.

|

image image

eliawk commented 6 years ago

@jrgarou why did you copy the component instead of import it? now we have the same code in two different places and this is not very good

jrgarou commented 6 years ago

@eliawk It's just the VideoForm. It is a replacement.