aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channels.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Migrate client to eslintChocobozzz2021-08-181-4/+4
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-1/+1
|
* simplify channels/playlists name in account/channel viewsRigel Kent2021-04-021-1/+1
|
* Channel/account page redesign feedbacksChocobozzz2021-03-311-0/+8
| | | | | | | | | | | | Fix owner default avatar Semi bold orange inverted button Max width account description Increase account's channels padding Use owner avatar/display name links Move "view owner account" link on mobile Try to always display channel in video miniatures Add small border radius for channel's avatar Use main foreground color for the magnifying glass
* Add support button in channel pageChocobozzz2021-03-311-0/+6
|
* Redesign account pageChocobozzz2021-03-311-1/+1
|
* Redesign channel pageChocobozzz2021-03-311-15/+31
|
* redirect to login on 401, display error variants in 404 componentRigel Kent2021-01-251-1/+1
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-1/+5
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Migrate to $localizeChocobozzz2020-08-141-7/+5
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Reorganize client shared modulesChocobozzz2020-06-231-10/+6
|
* Fix lintChocobozzz2020-03-101-1/+1
|
* Better display of accounts and channel pages on small screensRigel Kent2020-03-091-1/+7
|
* Replace uppercase text-transform by capitalized text sourceRigel Kent2020-02-211-3/+3
| | | | fixes #2085
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-131-0/+8
|
* Update to angular 9Chocobozzz2020-02-101-1/+1
|
* Fix is managaeble for channelsChocobozzz2020-01-221-2/+13
|
* Add manage buttons for own channels and account, video counts (#2421)Rigel Kent2020-01-211-0/+5
| | | | | | * Add manage buttons for own channels and account, video counts * Change manage button color and introduce secondary color
* (consistency) channel nameWithHost copy button, comment avatar linkRigel Kent2019-12-161-1/+6
|
* Update angularChocobozzz2019-07-251-1/+1
|
* Add notifications in the clientChocobozzz2019-01-091-2/+2
|
* Fix hotkey translationsChocobozzz2018-10-031-1/+3
|
* add like, dislike and subscribe button hotkeysRigel Kent2018-09-031-2/+20
|
* Videos overview page: first versionChocobozzz2018-08-311-0/+6
|
* Remove uneeded rxjs-compatChocobozzz2018-06-181-3/+3
|
* Fix account/channel pages route subscriptionChocobozzz2018-06-071-8/+19
|
* Add 404 pageChocobozzz2018-05-311-1/+5
|
* Implement video channel viewsChocobozzz2018-04-251-0/+24