aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/accounts.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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