aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts
Commit message (Collapse)AuthorAgeFilesLines
* Move to sass moduleChocobozzz2021-06-282-8/+9
|
* Move to sass @useChocobozzz2021-06-282-7/+7
|
* Improve channel card custom markupChocobozzz2021-06-091-10/+2
|
* ACCOUNT instead of PEERTUBE ACCOUNTChocobozzz2021-06-081-1/+1
| | | | Since we can also have mastodon/pleroma etc accounts
* Bidi supportChocobozzz2021-06-072-5/+6
|
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-274-4/+10
|\
| * Remove ngx-metaChocobozzz2021-05-271-2/+0
| | | | | | | | Unmaintained
| * Fix UI overflowsChocobozzz2021-05-261-0/+2
| |
| * Sort channels by -updatedAtChocobozzz2021-05-102-2/+8
| |
* | Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-1/+1
|/
* Move to stylelintChocobozzz2021-04-282-5/+5
|
* Refactor actor avatar displayChocobozzz2021-04-284-12/+11
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-152-2/+4
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Display account/channel creation date in titleChocobozzz2021-04-132-9/+2
| | | | It's not a really important information
* Increase thumbnail size on serverChocobozzz2021-04-051-5/+1
|
* simplify channels/playlists name in account/channel viewsRigel Kent2021-04-021-1/+1
|
* Remove useless thumbnailSizeChocobozzz2021-04-011-1/+0
|
* Account/channel videos display as rowsChocobozzz2021-04-011-0/+4
|
* Refactor video miniatureChocobozzz2021-04-013-4/+7
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Theme breaking: --submenuColor becomes --submenuBackgroundColorChocobozzz2021-03-311-2/+2
|
* Channel/account page redesign feedbacksChocobozzz2021-03-315-3/+13
| | | | | | | | | | | | 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-316-48/+238
|
* Redesign account pageChocobozzz2021-03-319-229/+268
|
* Change copy icon (#3867)kontrollanten2021-03-241-1/+1
| | | | | | * client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons
* Fix NSFW policy on account/channel videosChocobozzz2021-02-192-17/+20
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-282-7/+8
| | | | recommendation variant
* redirect to login on 401, display error variants in 404 componentRigel Kent2021-01-251-1/+1
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-195-14/+146
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* better subscribe button display for accountsRigel Kent2021-01-121-0/+4
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-1/+5
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Add ability to display all channel/account videosChocobozzz2020-11-182-4/+34
|
* 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