aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix lintChocobozzz2020-03-101-1/+1
|
* Better display of accounts and channel pages on small screensRigel Kent2020-03-092-3/+9
|
* Always copy full actor handle in video-channels viewRigel Kent2020-03-051-1/+1
|
* 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-212-6/+6
| | | | fixes #2085
* Refactor email enabled functionChocobozzz2020-02-171-5/+3
|
* Improve search typeahead performance and use native eventsRigel Kent2020-02-132-10/+34
|
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-132-4/+14
|
* Use angular 9 clipboard cdkChocobozzz2020-02-101-1/+1
|
* Update to angular 9Chocobozzz2020-02-101-1/+1
|
* Fix i18nChocobozzz2020-02-041-1/+1
|
* Fix is managaeble for channelsChocobozzz2020-01-222-3/+14
|
* Accessibility fixes for #2149Rigel Kent2020-01-212-2/+2
|
* Add manage buttons for own channels and account, video counts (#2421)Rigel Kent2020-01-213-1/+25
| | | | | | * Add manage buttons for own channels and account, video counts * Change manage button color and introduce secondary color
* Refactor my-subscribe-button to support full account subscriptionRigel Kent2020-01-101-1/+1
|
* (consistency) channel nameWithHost copy button, comment avatar linkRigel Kent2019-12-163-2/+19
|
* Fix channel playlist miniatures overflowChocobozzz2019-11-292-2/+3
|
* Fix infinite scroll on big screensChocobozzz2019-08-022-3/+7
|
* Update angularChocobozzz2019-07-251-1/+1
|
* Add client hooksChocobozzz2019-07-241-2/+2
|
* Group videos on chronological orderChocobozzz2019-05-311-1/+1
|
* Improve account channel pageChocobozzz2019-05-291-3/+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.
* Fix playlists with unauthenticated usersChocobozzz2019-05-131-5/+1
|
* Fix component reuse on channel/account videosChocobozzz2019-05-131-6/+7
|