aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-channels
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize client shared modulesChocobozzz2020-06-2310-787/+0
|
* Remove uneccessary details to link titlesCaroline Chuong2020-06-181-1/+1
|
* Add videos count in channels listChocobozzz2020-06-162-2/+4
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-131-0/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-1/+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
* add aria-hidden to non-descriptive icons (#2844)Caroline Chuong2020-06-081-1/+1
|
* Fix non-fixed header and menu when overflow-x body on touchscreens (#2711)Kim2020-05-112-6/+27
| | | | | | | | | * Make my-account-videos responsive on small screens * Make my-account-channels responsive for small screens * Make search result responsive on small screen Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-041-0/+4
| | | | search query param dynamically
* Switching to a named filters/single input on video-abuseRigel Kent2020-05-041-4/+0
|
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-282-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add arrows-angle-contract/expand bootstrap icons * Add grey textarea-background-color * Add maximized support to markdown-textarea + improve column display * Refactor CSS + add ResizeObservable * Replace bootstrap icons with softies * Add ResizeObserver typing definition * Add focus on textarea + Fix Observables * Propage component changes on markdown plugins * Ignore ResizeObserver not implemented in typescript yet * Move observers from constructor to click event * Add scss and css variables * Replace textareaWidth with textareaMaxWidth to fix others textareas * Clean unused css rules * Fix ResizeObserver unknown by TypeScript compiler * Set max-width: 100% for small and mobile views * Fix textarea/preview height on maximized mode * Add common padding textarea/preview side-by-side * Hide scrollbar sub-menu on small-views * Add maximized mode for mobile views * Fix sass calculate syntax * Revert custom CSS variable for inputBorderRadius and inputBorderColor * Remove unsued methods * Fix missing implement method Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix broken views on mobile and small screens (#2671)Kim2020-04-272-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Rich reporter field and video embed in moderation abuse listRigel Kent2020-04-131-1/+1
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-021-3/+3
|
* Lazy-load video-channelsRigel Kent2020-03-312-0/+66
|
* Use inner join and document code for viewr stats for channelsRigel Kent2020-03-312-7/+23
|
* Put channel stats behind withStats flagRigel Kent2020-03-311-9/+7
|
* View stats for channelsRigel Kent2020-03-313-6/+91
|
* Align layout for create/edit video-playlists (my-account) on create/edit ↵Rigel Kent2020-03-281-5/+5
| | | | user (admin)
* Align layout for create video-channel (my-account) on create user (admin)Rigel Kent2020-03-282-22/+40
|
* Normalize create buttonsRigel Kent2020-03-131-1/+1
|
* hide RSS for comments, normalize video-channel edit with account editRigel Kent2020-03-122-55/+90
|
* Media queries to use variables when possibleRigel Kent2020-02-131-1/+1
|
* Cleanup some client FIXMEChocobozzz2020-01-291-1/+1
|
* Lazy load static objectsChocobozzz2019-12-181-2/+8
|
* Fix overflow when creating a channelChocobozzz2019-11-271-2/+2
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-251-1/+1
|
* Add checkbox to bulk update videos support fieldChocobozzz2019-05-313-2/+25
|
* Update translationsChocobozzz2019-04-031-2/+2
|
* Add/update/delete/list my playlistsChocobozzz2019-03-181-1/+1
|
* Refactor how we use iconsChocobozzz2019-01-172-2/+2
| | | | Inject them in an angular component so we can easily change their color
* Warn user when they want to delete a channelChocobozzz2019-01-141-3/+7
| | | | | Because they will not be able to create another channel with the same actor name
* Refractor notification serviceChocobozzz2018-12-193-18/+16
| | | | Shorter name and use primeng component
* Fix new Angular 7 issuesChocobozzz2018-11-151-0/+4
|
* Better typingsChocobozzz2018-10-181-4/+2
|
* NoImplicitAny flag true (#1157)BO412018-10-181-1/+1
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Check video channel name is unique on our instanceChocobozzz2018-10-011-1/+8
|
* various display improvementsRigel Kent2018-09-291-0/+4
|
* 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-4/+4
|
* Add ability to search video channelsChocobozzz2018-08-271-0/+4
|
* Add local user subscriptionsChocobozzz2018-08-272-13/+6
|
* Add ability to set a name to a channelChocobozzz2018-08-275-5/+38
|
* Fix responsive in my channel/my videos pagesChocobozzz2018-07-161-0/+8
|
* Fix buildChocobozzz2018-06-292-1/+5
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-293-4/+37
|
* Fix add icon pathChocobozzz2018-06-111-1/+1
|
* Add form validator translationsChocobozzz2018-06-052-16/+10
|
* Form validators refractoringChocobozzz2018-06-052-50/+14
|
* Fix i18n in componentsChocobozzz2018-06-053-4/+4
|
* Add i18n attributesChocobozzz2018-06-055-20/+38
|