aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use HTML config when possibleChocobozzz2021-06-041-6/+3
|
* Remember tab in upload pageChocobozzz2021-05-111-2/+18
|
* Live streaming implementation first stepChocobozzz2020-11-091-3/+10
|
* Add alert and hide upload view when no upload is possible (#2966)Kim2020-07-281-3/+5
| | | | | | | | | | | | | | | | | | | | | | * 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-1/+9
| | | | | | | | | | | | | | | | | * 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/+77