aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to display all channel/account videosChocobozzz2020-11-181-1/+19
|
* Migrate to $localizeChocobozzz2020-08-141-4/+4
| | | | | | | | | | | | * 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
* Correctly fix sub menuChocobozzz2020-08-101-2/+1
|
* Reorganize client shared modulesChocobozzz2020-06-231-15/+8
|
* Fix anonymous nsfw policyChocobozzz2020-06-161-1/+1
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-0/+4
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-281-0/+4
| | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles
* Fix i18nChocobozzz2020-02-041-1/+1
|
* Accessibility fixes for #2149Rigel Kent2020-01-211-1/+1
|
* Add client hooksChocobozzz2019-07-241-2/+2
|
* Group videos on chronological orderChocobozzz2019-05-311-1/+1
|
* Fix component reuse on channel/account videosChocobozzz2019-05-131-6/+7
|
* Refactor video miniaturesChocobozzz2019-04-031-1/+0
|
* Restore videos list componentsChocobozzz2019-04-021-6/+3
|
* Add notifications in the clientChocobozzz2019-01-091-1/+1
|
* Refractor notification serviceChocobozzz2018-12-191-2/+2
| | | | Shorter name and use primeng component
* Fix video channel videos url when scrollingChocobozzz2018-11-151-2/+2
|
* Add ability to schedule video publicationChocobozzz2018-06-151-0/+2
|
* Fix account/channel pages route subscriptionChocobozzz2018-06-071-2/+6
|
* Fix i18n in componentsChocobozzz2018-06-051-1/+1
|
* Add i18n attributesChocobozzz2018-06-051-2/+10
|
* Add number of videos published by an account/video channelChocobozzz2018-05-301-1/+4
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-2/+0
|
* Implement video channel viewsChocobozzz2018-04-251-0/+71