aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos
Commit message (Collapse)AuthorAgeFilesLines
...
* Display user quota progress bars above upload form (#2981)Kim2020-07-243-4/+14
| | | | | | | | | | | | | | | | | * 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>
* Hide generic channel display name and avatar on watch view (#2988)Kim2020-07-243-7/+28
| | | | | | | | | * Hide generic channel display name on watch view * Hide generic channel avatar on watch view * Add Default username channel as a generic channel display-name Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-231-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | * Improve nav border and colors on active and non-active * Remove margin-top effect on active nav * Use opacity / bold instead of color change on nav * Remove dropdown items label in sub-menu and add a class active * Position sub-menu to fixed * Autoclose dropdown sub-menu only on outside click * Remove open dropdown on hover in sub-menu * Show reusable h1 for dropdown item in sub-menu * Put reusable sub-menu h1 styles to mixins * Add icons to sub-menu dropdown-item h1 * Make all the sub-menu accessible with focus Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-211-1/+1
|\
| * Fix E2E testsChocobozzz2020-07-211-1/+1
| |
* | Add ability to report accountChocobozzz2020-07-107-216/+10
| |
* | Add ability to report comments in front endChocobozzz2020-07-102-2/+30
|/
* fix reactive file upload buttonRigel Kent2020-07-011-0/+1
|
* fix video update button, add color to danger zoneRigel Kent2020-07-012-11/+8
|
* switch from softies to feathericonsRigel Kent2020-07-015-5/+5
| | | | also organize icons in folders per origin
* allow muting from the miniature optionsRigel Kent2020-06-281-1/+1
| | | | initial implementation with a listing refresh except on search results
* Fix upload pageChocobozzz2020-06-241-1/+4
|
* Support player hotkeys when it is not focusedChocobozzz2020-06-231-1/+0
|
* Lazy load all routesChocobozzz2020-06-2381-0/+7684