aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts
Commit message (Collapse)AuthorAgeFilesLines
* Improve report labelsChocobozzz2020-09-031-1/+1
|
* Use localize for page titlesChocobozzz2020-08-171-3/+3
|
* Migrate to $localizeChocobozzz2020-08-143-19/+13
| | | | | | | | | | | | * 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
|
* Add ability to report accountChocobozzz2020-07-102-20/+48
|
* Reorganize client shared modulesChocobozzz2020-06-235-45/+35
|
* Correctly fix client buildChocobozzz2020-06-161-2/+1
|
* Fix anonymous nsfw policyChocobozzz2020-06-162-16/+16
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-132-3/+5
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* match margin of abstract-video-list and sub-menu's fixed marginRigel Kent2020-06-122-11/+20
|
* fix miniature fixed height, add link/title to avatar, remove pr-2 on ↵Rigel Kent2020-06-121-1/+0
| | | | channels list
* Limit thumbnail sizesChocobozzz2020-06-111-1/+1
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-0/+1
| | | | | | | | | | | | | | | * 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
* Fix broken views on mobile and small screens (#2671)Kim2020-04-272-1/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix mobile CSS for my-account-settings * Fix mobile CSS for my-account-videos * Fix mobile CSS my-account-video-channels * Fix mobile CSS for my-account-playlists * Fix CSS mobile for user-subscriptions header * Fix CSS mobile my-account-video-channel-edit * Fix CSS mobile / small view for textarea * Fix margin-right my-delete-button on inside span * Fix CSS mobile on accounts page * Fix indent * Fix CSS mobile for my-account-notifications * Fix CSS mobile / small view my-account-videos * Fix search small-view channels * Use miniature width for title of video on mobile * Add dots to ellipsis multilines * Fix controls and title video width small views * Fix my-account-playlist small and mobile views * Fix channels header + account header mobile * Fix CSS mobile/small view for my-account/subscriptions * Fix align followers channel item * Center header elements user account page on mobile * Fix margins on a element and img * Fix margin img channel or video Co-Authored-By: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* Improve channel and account display on medium devicesRigel Kent2020-04-031-1/+16
|
* Update manage labelsChocobozzz2020-03-191-1/+1
|
* Better display of accounts and channel pages on small screensRigel Kent2020-03-092-1/+7
|
* Always copy full actor handle in video-channels viewRigel Kent2020-03-051-2/+2
|
* 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
* Replace uppercase text-transform by capitalized text sourceRigel Kent2020-02-213-6/+6
| | | | fixes #2085
* Improve search typeahead performance and use native eventsRigel Kent2020-02-131-8/+7
|
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-132-5/+13
|
* Use angular 9 clipboard cdkChocobozzz2020-02-101-1/+1
|
* Fix i18nChocobozzz2020-02-041-1/+1
|
* Fix is managaeble for channelsChocobozzz2020-01-221-30/+34
|
* Fix is managaeble errorChocobozzz2020-01-223-22/+27
|
* Add action dropdown descriptionsRigel Kent2020-01-211-1/+1
|
* Add manage buttons for own channels and account, video counts (#2421)Rigel Kent2020-01-213-4/+22
| | | | | | * 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-102-2/+15
|
* Make subscribe buttons observe subscription statuses to synchroniseRigel Kent2020-01-103-17/+8
|
* Refactor my-subscribe-button to support full account subscriptionRigel Kent2020-01-104-5/+34
|
* Skip videos count on client if we don't use itChocobozzz2020-01-081-2/+4
|
* Fix upnext, refactor avatar menu, add to playlist overflowRigel Kent2019-12-201-1/+1
|
* Don't support images in account descriptionsChocobozzz2019-12-061-1/+1
|
* Handle HTML in account descriptionsChocobozzz2019-12-061-1/+1
|
* Fix video rows overflowChocobozzz2019-08-222-3/+7
| | | | In discover and account channel videos pages
* Fix infinite scroll on big screensChocobozzz2019-08-022-2/+6
|
* Fix mute badge labelsChocobozzz2019-08-011-2/+2
|
* Fix broken playlist apiChocobozzz2019-08-012-2/+10
|
* Add show channel button in account pageChocobozzz2019-07-292-1/+9
|
* Add client hooksChocobozzz2019-07-242-3/+3
|
* Improve account username copy buttonChocobozzz2019-06-193-3/+19
|
* 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
* Fix account channel overflowChocobozzz2019-06-113-2/+17
|
* Redirect to local route when getting peertube accountChocobozzz2019-06-071-0/+4
|
* More robust federationChocobozzz2019-05-311-0/+4
| | | | In particular when fetching pleroma outbox
* Remove unused actor uuid fieldChocobozzz2019-05-311-0/+2
|
* Group videos on chronological orderChocobozzz2019-05-311-1/+1
|
* Add ability to subscribe from the channel account pageChocobozzz2019-05-291-0/+2
|
* Improve account channel pageChocobozzz2019-05-296-49/+87
| | | | | | | 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.