aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add.component.html
Commit message (Collapse)AuthorAgeFilesLines
* Remember tab in upload pageChocobozzz2021-05-111-5/+5
|
* Add ability to save live replayChocobozzz2020-11-091-1/+1
|
* Live streaming implementation first stepChocobozzz2020-11-091-1/+11
|
* Add alert and hide upload view when no upload is possible (#2966)Kim2020-07-281-2/+10
| | | | | | | | | | | | | | | | | | | | | | * Add alert and hide upload view when no upload is possible * Add about instance link to alert * Hide videos and imports links when no upload is possible * Correct curly spacing lint * Put logic canUpload to User model + add isHidden param to to-menu-dropdown * Use canSeeVideoLinks from user model * Rename and change logic canUpload to isUploadDisabled * Use isDisplayed() method intead of isHidden value * Refactor client and check videos count using quota Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Chocobozzz <me@florianbigard.com>
* Display user quota progress bars above upload form (#2981)Kim2020-07-241-0/+2
| | | | | | | | | | | | | | | | | * Move user-quota to my-user-quota shared component * Add user-quota to upload form * Increase progress bar height and make it focusable * Correct syntax parenthesis * Add explicit title to user-quota bars + tooltip with quota values * Hide user-quota in second upload step * Customize focus styles on user-quota Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Lazy load all routesChocobozzz2020-06-231-0/+46