aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-0923-50/+92
| | | | | | | | | | | | | | | * 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-9/+9
|
* Add channel/account avatars in miniature (#2838)Rigel Kent2020-06-086-30/+64
| | | | | | | * add small avatar to miniature * fix svg size for trending and search icons in plugins view * parametrize avatar in miniature display options
* Fix default anonymous themeChocobozzz2020-06-051-1/+1
|
* Fix config form issue with index URLChocobozzz2020-06-051-2/+1
|
* fix mascot sizes, fix tick, delete extraneous .png iconsRigel Kent2020-06-041-1/+0
| | | | follows PR #2822
* Merge branch 'release/2.2.0' into developChocobozzz2020-06-021-1/+1
|\
| * Fix regression scrollbar bgcolor mdtextarea maximized-modeChocobozzz2020-06-021-1/+1
| | | | | | | | By kimsible
* | Revert "Remove oc locale support"Chocobozzz2020-05-291-0/+104
| | | | | | | | This reverts commit 8323c435c19ac6ed1656ee8436b175bce7bd2c82.
* | Add bulk comment actions on account dropdownChocobozzz2020-05-293-75/+132
|/
* Fix grey color themeChocobozzz2020-05-226-10/+10
|
* Fix lintChocobozzz2020-05-221-21/+21
|
* Fix input/textarea themesChocobozzz2020-05-201-0/+2
|
* Explicit theme colors for inputs and textareaChocobozzz2020-05-201-1/+0
|
* Fix broken client when cookies are disabledChocobozzz2020-05-201-18/+24
|
* Fix user dropdown overflowChocobozzz2020-05-112-1/+3
|
* Fix top menu dropdown hoveringChocobozzz2020-05-111-1/+1
|
* Fix regression my-account menu overflow-x on screen width < 800px (#2707)Kim2020-05-113-10/+16
| | | | | | | | | | | | | | * Fix: correct my-account menu overflow-x on touchscreens * Add menuLeftDisplayed support for account-sub-menu * Handle menu in screen service + clean top-menu-dropdown * Add comment on menuWidth menu service to allow backtracking 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>
* Fix displaying more dropdown on touchscreenkimsible2020-05-111-0/+6
|
* Add edit button to scroll watch playlist on touchscreenskimsible2020-05-113-5/+93
|
* Add last login date to usersChocobozzz2020-05-071-0/+3
|
* Use video abuse filters on client sideChocobozzz2020-05-072-6/+88
|
* Fix relative links in video descriptionChocobozzz2020-05-061-26/+25
|
* Fix mobile miniature information marginChocobozzz2020-05-061-2/+6
|
* Add auth plugin info in users listChocobozzz2020-05-051-0/+4
|
* Fix video-abuse-details avatar display and user-list dropdown placementRigel Kent2020-05-051-1/+1
|
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-041-1/+20
| | | | search query param dynamically
* Only show updatedAt date of abuse if different from createdAtRigel Kent2020-05-041-1/+0
|
* Bind expanded rows to item ids instead of row numberRigel Kent2020-05-041-0/+5
|
* Switching to a named filters/single input on video-abuseRigel Kent2020-05-041-4/+0
|
* Fix margin-content and miniature thumbnail width on mobile, fix media ↵Rigel Kent2020-05-011-1/+1
| | | | queries for tables above lg breakpoint
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-011-1/+3
|
* Fixing circular dependency and table variable accessRigel Kent2020-05-011-1/+1
|
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-012-6/+20
|
* Add search for video, reporter and channel name fieldsRigel Kent2020-05-011-1/+8
|
* Rename duplicate to more universal mirror, add to miniature for quick access ↵Rigel Kent2020-05-012-2/+2
| | | | by admins
* Increase rows per page, add reporter muting for abuse listRigel Kent2020-05-012-1/+2
|
* Fix tables width, paginators, button on mobile / touchscreens (#2695)Kim2020-05-011-1/+1
|
* Use modal instead of dropdown menu in small/mobile views (#2674)Kim2020-04-303-11/+101
| | | Co-Authored-By: Rigel Kent <par@rigelk.eu>
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-284-32/+269
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-271-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Support rel="me" links in markdownChocobozzz2020-04-161-2/+5
|
* Refactor follow/mute as modals in admin, add actions in abuse listRigel Kent2020-04-144-3/+20
|
* Fix lintRigel Kent2020-04-141-1/+1
|
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-131-0/+7
| | | | for index url
* Revert 41a94d0, keep the fix for yearsRigel Kent2020-04-121-70/+23
|
* Improve from-now pipe readabilityRigel Kent2020-04-111-9/+12
|
* Refactor from-now pipe to display the two most significant intervalsRigel Kent2020-04-111-23/+66
|
* Place private/unlisted labels in thumbnail instead of miniatureRigel Kent2020-04-113-6/+18
|
* Fix sort in admin tablesChocobozzz2020-04-081-4/+9
|