aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/account-video-channels
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize client shared modulesChocobozzz2020-06-231-10/+3
|
* 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-131-1/+2
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* 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-271-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Replace uppercase text-transform by capitalized text sourceRigel Kent2020-02-211-1/+1
| | | | fixes #2085
* Make subscribe buttons observe subscription statuses to synchroniseRigel Kent2020-01-101-5/+1
|
* Refactor my-subscribe-button to support full account subscriptionRigel Kent2020-01-101-3/+7
|
* Skip videos count on client if we don't use itChocobozzz2020-01-081-2/+4
|
* 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 broken playlist apiChocobozzz2019-08-012-2/+10
|
* Add show channel button in account pageChocobozzz2019-07-292-1/+9
|
* Add client hooksChocobozzz2019-07-241-1/+1
|
* Fix account channel overflowChocobozzz2019-06-113-2/+17
|
* More robust federationChocobozzz2019-05-311-0/+4
| | | | In particular when fetching pleroma outbox
* Remove unused actor uuid fieldChocobozzz2019-05-311-0/+2
|
* Add ability to subscribe from the channel account pageChocobozzz2019-05-291-0/+2
|
* Improve account channel pageChocobozzz2019-05-293-44/+84
| | | | | | | 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 theming via css custom propertiesRigel Kent2018-09-041-1/+1
| | | | and a bonus dark color theme toggle
* Search video channel handle/uriChocobozzz2018-08-271-1/+1
|
* Add local user subscriptionsChocobozzz2018-08-271-1/+1
|
* Add ability to set a name to a channelChocobozzz2018-08-272-2/+2
|
* Fix account/channel pages route subscriptionChocobozzz2018-06-071-3/+10
|
* Add i18n attributesChocobozzz2018-06-051-2/+2
|
* Only use account name in routesChocobozzz2018-05-251-1/+1
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-5/+6
|
* Implement video channel viewsChocobozzz2018-04-253-0/+74