aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/account-videos
Commit message (Collapse)AuthorAgeFilesLines
* Don't display scope fitler on account/channel pagesChocobozzz2021-08-301-0/+2
|
* Add video filters to common video pagesChocobozzz2021-08-252-60/+53
|
* Migrate client to eslintChocobozzz2021-08-181-1/+1
|
* Increase thumbnail size on serverChocobozzz2021-04-051-5/+1
|
* Account/channel videos display as rowsChocobozzz2021-04-011-0/+4
|
* Fix NSFW policy on account/channel videosChocobozzz2021-02-191-8/+10
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-281-2/+3
| | | | recommendation variant
* Add ability to display all channel/account videosChocobozzz2020-11-181-1/+19
|
* Migrate to $localizeChocobozzz2020-08-141-3/+1
| | | | | | | | | | | | * 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-102-5/+1
|
* Reorganize client shared modulesChocobozzz2020-06-231-15/+8
|
* 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
* Add client hooksChocobozzz2019-07-241-2/+2
|
* Group videos on chronological orderChocobozzz2019-05-311-1/+1
|
* Improve account channel pageChocobozzz2019-05-291-2/+0
| | | | | | | Set it as the default route for account page. The main goal is to better differentiate the channel page from the account page. With the channel page set as default, I hope people will better understand they are in the account page, and that this account could have multiple channels.
* 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
|
* Refractor notification serviceChocobozzz2018-12-191-2/+2
| | | | Shorter name and use primeng component
* Fix account videos URL when scrollingChocobozzz2018-07-111-2/+2
|
* Add ability to schedule video publicationChocobozzz2018-06-151-0/+2
|
* Fix account/channel pages route subscriptionChocobozzz2018-06-071-3/+7
|
* 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-252-0/+74