aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to view my followersChocobozzz2021-10-201-1/+1
|
* Don't display scope fitler on account/channel pagesChocobozzz2021-08-301-0/+2
|
* Add video filters to common video pagesChocobozzz2021-08-253-67/+57
|
* Migrate client to eslintChocobozzz2021-08-183-6/+6
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Move to sass moduleChocobozzz2021-06-282-7/+7
|
* Move to sass @useChocobozzz2021-06-282-7/+7
|
* Add max rows to videos listChocobozzz2021-06-091-1/+1
|
* Bidi supportChocobozzz2021-06-072-11/+13
|
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-271-2/+0
|\
| * Remove ngx-metaChocobozzz2021-05-271-2/+0
| | | | | | | | Unmaintained
* | Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-1/+1
|/
* Move to stylelintChocobozzz2021-04-281-7/+7
|
* Refactor actor avatar displayChocobozzz2021-04-283-16/+16
|
* Playlist miniature consistencyChocobozzz2021-04-261-1/+1
|
* Don't always use a link for account avatarChocobozzz2021-04-151-2/+2
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-152-5/+5
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Put "owner account" in cardChocobozzz2021-04-132-5/+3
| | | | Just a test
* Display account/channel creation date in titleChocobozzz2021-04-132-9/+2
| | | | It's not a really important information
* Display banner on channel pageChocobozzz2021-04-082-0/+8
|
* Fix account empty description displayChocobozzz2021-04-051-1/+1
|
* Increase thumbnail size on serverChocobozzz2021-04-051-7/+1
|
* Fix actor overflowsChocobozzz2021-04-051-0/+10
|
* simplify channels/playlists name in account/channel viewsRigel Kent2021-04-021-1/+1
|
* Account/channel videos display as rowsChocobozzz2021-04-012-3/+6
|
* Refactor video miniatureChocobozzz2021-04-014-13/+37
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Channel/account page redesign feedbacksChocobozzz2021-03-313-6/+25
| | | | | | | | | | | | 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
* Add support button in channel pageChocobozzz2021-03-314-1/+20
|
* Redesign account's channels pageChocobozzz2021-03-313-11/+24
|
* Redesign account pageChocobozzz2021-03-313-71/+7
|
* Redesign channel pageChocobozzz2021-03-318-187/+434
|
* Change copy icon (#3867)kontrollanten2021-03-241-1/+1
| | | | | | * client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons
* Update english stringsChocobozzz2021-03-241-1/+1
|
* Fix NSFW policy on account/channel videosChocobozzz2021-02-191-9/+11
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-281-1/+2
| | | | recommendation variant
* redirect to login on 401, display error variants in 404 componentRigel Kent2021-01-251-1/+1
|
* 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-181-1/+19
|
* Fix channel's playlist infinite scrollingChocobozzz2020-11-161-1/+1
|
* Reorganize left menu and account menuChocobozzz2020-11-131-1/+1
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* Use localize for page titlesChocobozzz2020-08-171-3/+3
|
* Migrate to $localizeChocobozzz2020-08-143-14/+10
| | | | | | | | | | | | * 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
|
* Reorganize client shared modulesChocobozzz2020-06-236-47/+40
|
* Fix anonymous nsfw policyChocobozzz2020-06-161-1/+1
|
* match margin of abstract-video-list and sub-menu's fixed marginRigel Kent2020-06-124-24/+39
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-0/+4
| | | | | | | | | | | | | | | * 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-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-2/+17
|
* Update manage labelsChocobozzz2020-03-191-2/+4
|