aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account
Commit message (Collapse)AuthorAgeFilesLines
* 10 items per page for my videosChocobozzz2020-05-121-1/+1
|
* Fix non-fixed header and menu when overflow-x body on touchscreens (#2711)Kim2020-05-114-13/+68
| | | | | | | | | * 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 displaying more dropdown on touchscreenkimsible2020-05-111-0/+8
|
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-042-1/+5
| | | | search query param dynamically
* Bind expanded rows to item ids instead of row numberRigel Kent2020-05-041-0/+1
|
* Switching to a named filters/single input on video-abuseRigel Kent2020-05-041-4/+0
|
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-014-5/+0
|
* Unify paginator disabling when no result is displayable, fix batch domain ↵Rigel Kent2020-05-014-4/+4
| | | | add for non-https
* Fix tables width, paginators, button on mobile / touchscreens (#2695)Kim2020-05-011-2/+0
|
* Fix buttons display on mobile history viewkimsible2020-04-281-0/+19
|
* 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-278-5/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-133-1/+3
| | | | for index url
* Fix my-video-imports display when a video gets deletedRigel Kent2020-04-121-6/+7
|
* Remove unused interface section for interface languageRigel Kent2020-04-111-13/+0
|
* Improve admin tables row expandChocobozzz2020-04-081-2/+2
|
* Fix sort in admin tablesChocobozzz2020-04-084-2/+17
|
* Cleanup menu footer linksChocobozzz2020-04-081-0/+14
|
* Put box-shadow for input focus in variables, apply form-control to p-multiselectRigel Kent2020-04-033-7/+7
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-028-18/+20
|
* Lazy-load video-channelsRigel Kent2020-03-314-36/+68
|
* 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-314-8/+95
|
* Align layout for create/edit video-playlists (my-account) on create/edit ↵Rigel Kent2020-03-283-56/+96
| | | | user (admin)
* Align layout for create video-channel (my-account) on create user (admin)Rigel Kent2020-03-282-22/+40
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-272-7/+8
|
* Describe user video settings checkboxes, put emphasis on p2pRigel Kent2020-03-234-10/+23
| | | | | Also improve more info links about p2p and privacy in PeerTube, present in the privacy concern notice and in the video settings.
* Replace p-progressbar and bootstrap progressbar with pure CSS altRigel Kent2020-03-135-5/+18
|
* Fix margins/widths with top-menu and main-col on small screensRigel Kent2020-03-135-6/+15
|
* Normalize create buttonsRigel Kent2020-03-133-3/+3
|
* More modern avatar upload, quota represented with progress barsRigel Kent2020-03-135-27/+56
|
* hide RSS for comments, normalize video-channel edit with account editRigel Kent2020-03-123-55/+91
|
* Properly scroll to anchors in links, especially in admin configRigel Kent2020-03-112-2/+9
|
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-1010-38/+107
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-287-34/+84
| | | | | | | | | | | | | | * 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
* Mark additional strings as translatable (#2507)Filip Bengtsson2020-02-211-1/+1
|
* Media queries to use variables when possibleRigel Kent2020-02-132-2/+2
|
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-132-2/+2
|
* Strict templates enabledChocobozzz2020-02-101-1/+1
|
* Fix angular 9 buildChocobozzz2020-02-104-4/+4
|
* Update to angular 9Chocobozzz2020-02-101-1/+1
|
* Cleanup some client FIXMEChocobozzz2020-01-291-1/+1
|
* Center search fields (my videos/playlists)Chocobozzz2020-01-214-8/+9
|
* Add action dropdown descriptionsRigel Kent2020-01-211-1/+1
|
* Accessibility fixes for #2149Rigel Kent2020-01-212-4/+4
|
* Add manage buttons for own channels and account, video counts (#2421)Rigel Kent2020-01-213-0/+11
| | | | | | * 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
|
* Improve miniature & buttons display in my-account-videos listRigel Kent2020-01-071-0/+22
|