aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/accounts.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Improve report labelsChocobozzz2020-09-031-1/+1
|
* Migrate to $localizeChocobozzz2020-08-141-13/+11
| | | | | | | | | | | | * 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
* Add ability to report accountChocobozzz2020-07-101-20/+43
|
* Reorganize client shared modulesChocobozzz2020-06-231-11/+5
|
* Better display of accounts and channel pages on small screensRigel Kent2020-03-091-0/+6
|
* Always copy full actor handle in video-channels viewRigel Kent2020-03-051-2/+2
|
* 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
|
* Fix i18nChocobozzz2020-02-041-1/+1
|
* Fix is managaeble for channelsChocobozzz2020-01-221-30/+34
|
* Fix is managaeble errorChocobozzz2020-01-221-15/+22
|
* 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
* Add naive aggregation from channels to account display of subscribersRigel Kent2020-01-101-1/+12
|
* Make subscribe buttons observe subscription statuses to synchroniseRigel Kent2020-01-101-6/+6
|
* Refactor my-subscribe-button to support full account subscriptionRigel Kent2020-01-101-1/+9
|
* Improve account username copy buttonChocobozzz2019-06-191-1/+7
|
* tslint updateChocobozzz2019-04-021-1/+0
|
* Try to fix Mac video uploadChocobozzz2019-01-241-2/+1
|
* Refractor notification serviceChocobozzz2018-12-191-5/+4
| | | | Shorter name and use primeng component
* Add user moderation in the account pageChocobozzz2018-10-051-5/+43
|
* Fix player resolution change that plays even if the video was pausedChocobozzz2018-06-071-2/+2
|
* Fix account/channel pages route subscriptionChocobozzz2018-06-071-5/+15
|
* Add 404 pageChocobozzz2018-05-311-1/+5
|
* Handle account name in client urlChocobozzz2018-05-241-1/+1
| | | | More consistent with AP urls
* Implement video channel viewsChocobozzz2018-04-251-0/+24