aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/accounts.component.html
Commit message (Collapse)AuthorAgeFilesLines
* ACCOUNT instead of PEERTUBE ACCOUNTChocobozzz2021-06-081-1/+1
| | | | Since we can also have mastodon/pleroma etc accounts
* Refactor actor avatar displayChocobozzz2021-04-281-1/+1
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-151-1/+1
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Display account/channel creation date in titleChocobozzz2021-04-131-3/+1
| | | | It's not a really important information
* Channel/account page redesign feedbacksChocobozzz2021-03-311-1/+1
| | | | | | | | | | | | 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
* Redesign account's channels pageChocobozzz2021-03-311-2/+2
|
* Redesign account pageChocobozzz2021-03-311-42/+74
|
* Change copy icon (#3867)kontrollanten2021-03-241-1/+1
| | | | | | * client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-191-1/+3
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* Add ability to report accountChocobozzz2020-07-101-0/+5
|
* Update manage labelsChocobozzz2020-03-191-1/+1
|
* Better display of accounts and channel pages on small screensRigel Kent2020-03-091-1/+1
|
* Improve search typeahead performance and use native eventsRigel Kent2020-02-131-8/+7
|
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-131-5/+5
|
* Use angular 9 clipboard cdkChocobozzz2020-02-101-1/+1
|
* Fix is managaeble errorChocobozzz2020-01-221-4/+4
|
* Add action dropdown descriptionsRigel Kent2020-01-211-1/+1
|
* Add manage buttons for own channels and account, video counts (#2421)Rigel Kent2020-01-211-3/+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/+3
|
* Make subscribe buttons observe subscription statuses to synchroniseRigel Kent2020-01-101-6/+1
|
* Refactor my-subscribe-button to support full account subscriptionRigel Kent2020-01-101-1/+8
|
* Fix upnext, refactor avatar menu, add to playlist overflowRigel Kent2019-12-201-1/+1
|
* Fix mute badge labelsChocobozzz2019-08-011-2/+2
|
* Improve account username copy buttonChocobozzz2019-06-191-1/+5
|
* Feature/completeUsernameCopy (#1913)Nassim Bounouas2019-06-191-2/+5
| | | | | | | | | | * #1843 Copy icon added to account page to copy Username * #1843 Store an account name with the host forced and bind it to copy button * #1843 tslint correction * #1843 copy to clipboard replaced by ngx-clipboard
* Improve account channel pageChocobozzz2019-05-291-2/+2
| | | | | | | 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.
* Add ability to mute a user/instance by server in clientChocobozzz2018-10-161-2/+4
|
* Add user/instance block by users in the clientChocobozzz2018-10-161-1/+6
|
* Add user moderation in the account pageChocobozzz2018-10-051-0/+5
|
* Add i18n attributesChocobozzz2018-06-051-4/+4
|
* Add host in account viewChocobozzz2018-05-281-1/+1
|
* Add username near the display name for account pagesChocobozzz2018-04-261-1/+4
|
* Implement video channel viewsChocobozzz2018-04-251-0/+25