aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account
Commit message (Collapse)AuthorAgeFilesLines
...
* allow sorting notificationsRigel Kent2020-07-293-2/+18
|
* Add alert and hide upload view when no upload is possible (#2966)Kim2020-07-281-11/+22
| | | | | | | | | | | | | | | | | | | | | | * Add alert and hide upload view when no upload is possible * Add about instance link to alert * Hide videos and imports links when no upload is possible * Correct curly spacing lint * Put logic canUpload to User model + add isHidden param to to-menu-dropdown * Use canSeeVideoLinks from user model * Rename and change logic canUpload to isUploadDisabled * Use isDisplayed() method intead of isHidden value * Refactor client and check videos count using quota Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Chocobozzz <me@florianbigard.com>
* Display user quota progress bars above upload form (#2981)Kim2020-07-243-72/+3
| | | | | | | | | | | | | | | | | * Move user-quota to my-user-quota shared component * Add user-quota to upload form * Increase progress bar height and make it focusable * Correct syntax parenthesis * Add explicit title to user-quota bars + tooltip with quota values * Hide user-quota in second upload step * Customize focus styles on user-quota Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-2310-21/+41
| | | | | | | | | | | | | | | | | | | | | | | | | * Improve nav border and colors on active and non-active * Remove margin-top effect on active nav * Use opacity / bold instead of color change on nav * Remove dropdown items label in sub-menu and add a class active * Position sub-menu to fixed * Autoclose dropdown sub-menu only on outside click * Remove open dropdown on hover in sub-menu * Show reusable h1 for dropdown item in sub-menu * Put reusable sub-menu h1 styles to mixins * Add icons to sub-menu dropdown-item h1 * Make all the sub-menu accessible with focus Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Update my-account sub-menus icons (#2977)Kim2020-07-231-4/+4
| | | | | | | | | * Update user sub-menus icons * Update admin sub-menu icons * Add solendp to credits Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-201-1/+1
|\
| * Fix accessibility action buttons and display on imports and followers listkimsible2020-07-201-1/+1
| |
* | Add migrationsChocobozzz2020-07-101-2/+2
| |
* | Use 3 tables to represent abusesChocobozzz2020-07-101-1/+1
|/
* Fix lintChocobozzz2020-07-021-1/+1
|
* simplify navigation within most admin menusRigel Kent2020-07-025-241/+1
|
* fix reactive file upload buttonRigel Kent2020-07-011-0/+1
|
* fix video update button, add color to danger zoneRigel Kent2020-07-014-4/+10
|
* switch from softies to feathericonsRigel Kent2020-07-012-4/+4
| | | | also organize icons in folders per origin
* slight improvement for column size in imports tableRigel Kent2020-06-281-6/+6
|
* allow muting from the miniature optionsRigel Kent2020-06-281-3/+10
| | | | initial implementation with a listing refresh except on search results
* align ownership change video list table with moderation tablesRigel Kent2020-06-285-26/+135
|
* replace current ownership transfer icon with softies forward iconRigel Kent2020-06-282-2/+2
|
* fix quota representation in profile settingsRigel Kent2020-06-282-4/+5
|
* Fix missing module for my-accountChocobozzz2020-06-241-0/+2
|
* Reorganize client shared modulesChocobozzz2020-06-2349-753/+414
|
* Remove uneccessary details to link titlesCaroline Chuong2020-06-183-5/+5
|
* Add videos count in channels listChocobozzz2020-06-162-2/+4
|
* Add channel information in my videosChocobozzz2020-06-162-2/+5
|
* Fix anonymous nsfw policyChocobozzz2020-06-161-1/+2
|
* Fix scrolling with hash in urlChocobozzz2020-06-161-1/+7
|
* factorize account/server blocklists for users and instance (#2875)Rigel Kent2020-06-158-171/+14
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-1315-13/+26
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* preserve original variable names server-sideRigel Kent2020-06-101-1/+1
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-102-4/+4
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-094-7/+7
| | | | | | | | | | | | | | | * 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-085-7/+7
|
* fix mascot sizes, fix tick, delete extraneous .png iconsRigel Kent2020-06-041-4/+4
| | | | follows PR #2822
* Fix external auth email/password updateChocobozzz2020-05-202-2/+3
| | | | Also check if an actor does not already exist when creating the user
* 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
|