Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix themes colors by using SCSS variables (#3376) | Mathieu Brunot | 2020-11-30 | 1 | -4/+4 |
| | | | | | | | | | * :lipstick: Use foreground var for code * :lipstick: Use submenu var color * :lipstick: Use foreground var color for menu * :bug: Fix var used in menu | ||||
* | Various front optimizations | Chocobozzz | 2020-11-27 | 2 | -34/+37 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2020-11-19 | 2 | -43/+2 |
| | | | | Migrate removed primeng theme to custom CSS | ||||
* | small refactor + clipboard copy on anchor click in instance page (#3318) | Kimsible | 2020-11-17 | 2 | -14/+13 |
| | | | | | | | | | | | | | * Refacto scrollTo top and anchors * Add on click clipboard copy and notifier to anchors about/instance page * Fix margin top anchor middle title about page * Use viewportscroller for scrolltoanchor * Add to Link copied notification on instance page Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Replace keyboard shortcut icon | Chocobozzz | 2020-11-16 | 2 | -16/+4 |
| | | | | Use svg instead | ||||
* | In my account -> in my library | Chocobozzz | 2020-11-16 | 2 | -3/+3 |
| | |||||
* | Reorganize left menu and account menu | Chocobozzz | 2020-11-13 | 3 | -223/+294 |
| | | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library | ||||
* | Add watch messages if live has not started | Chocobozzz | 2020-11-09 | 1 | -3/+3 |
| | |||||
* | Fix z-index dropdown icon | Chocobozzz | 2020-08-25 | 1 | -0/+4 |
| | | | | Was on top of the header | ||||
* | Add restore scroll position on user-dropdown anchors links and scroll to top ↵ | Kim | 2020-08-17 | 4 | -11/+50 |
| | | | | | | | | | | | | | | | | | | | on active sub-menu links (#3066) * Add restore scroll position on router same url * Remove settings top anchor * Add scrollToTop on active links fixed sub-menu * Add restore scroll position on notification avatar links * Toggle menu and close pophover when click on active dropdown menu-left link * Add onSameUrlRestoreScrollPosition on user dropdown channels link * Same behavior scrollTop and scroll to anchor everywhere Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Migrate to $localize | Chocobozzz | 2020-08-14 | 1 | -9/+7 |
| | | | | | | | | | | | | * 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 | ||||
* | Add new anchors in my-settings and handle offset sub-menu height (#3032) | Kim | 2020-08-10 | 1 | -4/+4 |
| | | | | | | | | | | | | | * Add anchors setting and handle offset with sub-meu * Use PeerTube scroll logic * Add anchor for top my-settings * Improve scroller with smooth behavior and css offset * Fix anchor position when using history navigation Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 1 | -1/+1 |
| | |||||
* | Add alert and hide upload view when no upload is possible (#2966) | Kim | 2020-07-28 | 2 | -23/+46 |
| | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | separate menu options from their values, remove their chevron | Rigel Kent | 2020-07-23 | 1 | -6/+6 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 1 | -2/+2 |
| | |||||
* | switch from softies to feathericons | Rigel Kent | 2020-07-01 | 2 | -2/+2 |
| | | | | also organize icons in folders per origin | ||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 3 | -18/+11 |
| | |||||
* | Remove uneccessary details to link titles | Caroline Chuong | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | preserve original variable names server-side | Rigel Kent | 2020-06-10 | 1 | -2/+2 |
| | |||||
* | rename blacklist to block/blocklist, merge block and auto-block views | Rigel Kent | 2020-06-10 | 1 | -2/+2 |
| | | | | | | | | | | | - 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 | ||||
* | change focus color instead of opacity of video play button (#2845) | Caroline Chuong | 2020-06-09 | 1 | -1/+1 |
| | |||||
* | `fitWidth` for `video-miniature`, fluid grid (#2830) | Rigel Kent | 2020-06-09 | 2 | -13/+13 |
| | | | | | | | | | | | | | | | * 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 Chuong | 2020-06-08 | 2 | -24/+24 |
| | |||||
* | ensure menu footer respects spacing across translations | Rigel Kent | 2020-06-07 | 1 | -3/+1 |
| | |||||
* | Add lang attribute in languages list menu | Caroline Chuong | 2020-06-05 | 2 | -4/+4 |
| | |||||
* | Fix dropdown-user placement and menu-left scroll on touchscreens (#2706) | Kim | 2020-05-01 | 3 | -2/+20 |
| | |||||
* | Fix unknown video language label | Chocobozzz | 2020-04-16 | 1 | -0/+2 |
| | |||||
* | Remove unused interface section for interface language | Rigel Kent | 2020-04-11 | 1 | -0/+5 |
| | |||||
* | Cleanup menu footer links | Chocobozzz | 2020-04-08 | 2 | -26/+26 |
| | |||||
* | hide RSS for comments, normalize video-channel edit with account edit | Rigel Kent | 2020-03-12 | 1 | -2/+2 |
| | |||||
* | Handle overview pagination in client | Chocobozzz | 2020-03-11 | 2 | -15/+36 |
| | |||||
* | Fix lint | Chocobozzz | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Add visitor settings, rework logged-in dropdown (#2514) | Rigel Kent | 2020-02-28 | 5 | -88/+290 |
| | | | | | | | | | | | | | | * 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 | ||||
* | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-02-26 | 1 | -8/+4 |
|\ | |||||
| * | Correctly fix menu overflow on mobile | Chocobozzz | 2020-02-26 | 1 | -8/+4 |
| | | |||||
* | | Replace uppercase text-transform by capitalized text source | Rigel Kent | 2020-02-21 | 1 | -3/+3 |
| | | | | | | | | fixes #2085 | ||||
* | | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-02-20 | 1 | -0/+8 |
|\| | |||||
| * | Fix scroll menu on touch devices | Chocobozzz | 2020-02-20 | 1 | -0/+8 |
| | | |||||
* | | Gracefully downsize search bar for mobile devices | Rigel Kent | 2020-02-13 | 1 | -0/+1 |
| | | |||||
* | | Manage z-indexes in variables | Rigel Kent | 2020-02-13 | 1 | -1/+1 |
| | | |||||
* | | Fix menu z-index on mobile on watch page | Chocobozzz | 2020-02-13 | 1 | -1/+1 |
| | | |||||
* | | Add ListOverflow component to prevent sub-menu overflow | Rigel Kent | 2020-02-13 | 1 | -1/+1 |
| | | |||||
* | | Fix user dropdown menu with long texts | Rigel Kent | 2020-02-12 | 1 | -1/+1 |
| | | | | | | | | closes #2480 | ||||
* | | Use angular 9 clipboard cdk | Chocobozzz | 2020-02-10 | 1 | -1/+1 |
| | | |||||
* | | Strict templates enabled | Chocobozzz | 2020-02-10 | 2 | -2/+1 |
|/ | |||||
* | Add informational message at login for visitors coming from upload button | Rigel Kent | 2020-01-10 | 1 | -1/+0 |
| | | | | resolves #1880 | ||||
* | Fix mark all as read notifications | Chocobozzz | 2020-01-06 | 2 | -10/+7 |
| | |||||
* | Add checkbox focus shadows, and admin resolution descriptions | Rigel Kent | 2020-01-06 | 1 | -0/+4 |
| | |||||
* | Add playlist search option and search input for add-to-video-playlist dropdown | Rigel Kent | 2019-12-26 | 1 | -0/+1 |
| | | | | fixes #2138 |