Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix login modal error | Chocobozzz | 2021-08-30 | 1 | -2/+5 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -31/+40 |
| | |||||
* | Remove useless async | Chocobozzz | 2021-08-26 | 1 | -2/+2 |
| | |||||
* | Inform user to fill account profile and channels (#4352) | Ms Kimsible | 2021-08-26 | 1 | -0/+2 |
| | | | | | | | * Add account-setup modal when login * Add channels-setup alert into my-channels, my-playlists and upload page Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com> | ||||
* | Add video filters to common video pages | Chocobozzz | 2021-08-25 | 1 | -62/+18 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 1 | -2/+2 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 1 | -1/+2 |
| | |||||
* | Speed up plugins loading | Chocobozzz | 2021-06-04 | 1 | -16/+3 |
| | |||||
* | Use HTML config when possible | Chocobozzz | 2021-06-04 | 1 | -61/+60 |
| | |||||
* | Instance homepage support (#4007) | Chocobozzz | 2021-05-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service | ||||
* | Inject server config in HTML | Chocobozzz | 2021-05-14 | 1 | -1/+1 |
| | |||||
* | move from trending routes to alg param | Rigel Kent | 2021-01-28 | 1 | -2/+2 |
| | |||||
* | Fix loading bar for HTTP requests | Chocobozzz | 2021-01-13 | 1 | -1/+16 |
| | |||||
* | Add title to left menu toggle | Chocobozzz | 2021-01-13 | 1 | -0/+6 |
| | |||||
* | Fix local e2e tests | Chocobozzz | 2020-11-30 | 1 | -1/+1 |
| | |||||
* | Various front optimizations | Chocobozzz | 2020-11-27 | 1 | -1/+1 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2020-11-19 | 1 | -2/+5 |
| | | | | Migrate removed primeng theme to custom CSS | ||||
* | small refactor + clipboard copy on anchor click in instance page (#3318) | Kimsible | 2020-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | * 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> | ||||
* | Some code style fixes | Chocobozzz | 2020-08-17 | 1 | -1/+1 |
| | |||||
* | On touchscreens add content overlay for opened menu (#3088) | Kim | 2020-08-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | * Overflow:hidden on touchscreen when modal-open * Do not display menu by default on touchscreens * Add content overlay on touchscreens when menu is opened * Fix zIndex overlay for search infos * On touchscreens close menu on swipe left Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Add restore scroll position on user-dropdown anchors links and scroll to top ↵ | Kim | 2020-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | 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 | -10/+8 |
| | | | | | | | | | | | | * 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 | ||||
* | Refactor - improve offset content handling with fixed sub-menu and ↵ | kimsible | 2020-08-11 | 1 | -0/+4 |
| | | | | broadcast-message | ||||
* | Add new anchors in my-settings and handle offset sub-menu height (#3032) | Kim | 2020-08-10 | 1 | -4/+9 |
| | | | | | | | | | | | | | * 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/+2 |
| | |||||
* | deal with refresh token in embed | Rigel Kent | 2020-08-06 | 1 | -1/+2 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 1 | -20/+14 |
| | |||||
* | Fix anonymous nsfw policy | Chocobozzz | 2020-06-16 | 1 | -1/+0 |
| | |||||
* | Fix scrolling with hash in url | Chocobozzz | 2020-06-16 | 1 | -0/+1 |
| | |||||
* | fix duplicate id in svg, empty alt in base email | Rigel Kent | 2020-06-04 | 1 | -11/+4 |
| | |||||
* | inject lang in document to match current locale | Rigel Kent | 2020-06-04 | 1 | -3/+14 |
| | |||||
* | Support broadcast messages | Chocobozzz | 2020-05-29 | 1 | -12/+59 |
| | |||||
* | Add custom modal to plugin helpers (#2631) | Kim | 2020-04-15 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add custom modal component * Add custom modal to app and plugins helpers * Fixes custom modal component * Add doc for custom modal * Fix newline end of file html and scss files * Move my-custom-modal component outside component for UserLoggedIn modals * Move initializeCustomModal to ngAfterViewInit() * Wrap events and conditionnals * Replace ng-show with ngIf* * Add modalRef to open only one modal + onCloseClick * Refacto + Fix access methods of custom modal * Fix methods names custom-modal.component * Fix implement AfterViewInit & no default boolean Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Replace helpers with descriptions in admin configuration | Rigel Kent | 2020-03-10 | 1 | -2/+1 |
| | |||||
* | Servicify menu, close menu on admin for small and medium screens | Rigel Kent | 2020-03-10 | 1 | -24/+5 |
| | |||||
* | Update to angular 9 | Chocobozzz | 2020-02-10 | 1 | -2/+2 |
| | |||||
* | Add action dropdown descriptions | Rigel Kent | 2020-01-21 | 1 | -1/+1 |
| | |||||
* | Remove peertube version of footer | Chocobozzz | 2019-12-27 | 1 | -4/+0 |
| | |||||
* | Lazy load static objects | Chocobozzz | 2019-12-18 | 1 | -28/+18 |
| | |||||
* | Add peertube version in features table | Chocobozzz | 2019-12-13 | 1 | -9/+4 |
| | |||||
* | Fix welcome modal when saving config | Chocobozzz | 2019-11-27 | 1 | -1/+2 |
| | |||||
* | Speedup theme injection | Chocobozzz | 2019-10-25 | 1 | -3/+3 |
| | |||||
* | Add config instance warning modal | Chocobozzz | 2019-09-05 | 1 | -9/+13 |
| | |||||
* | Add welcome modal | Chocobozzz | 2019-09-05 | 1 | -2/+43 |
| | |||||
* | Go back when cancel NSFW modal | Chocobozzz | 2019-08-22 | 1 | -2/+4 |
| | | | | Instead of redirecting on the homepage | ||||
* | Dismiss modals on pop state | Chocobozzz | 2019-08-22 | 1 | -2/+7 |
| | |||||
* | Cleanup SASS imports | Chocobozzz | 2019-08-22 | 1 | -1/+1 |
| | |||||
* | Replace "overview" by "discover" in client titles | Chocobozzz | 2019-08-22 | 1 | -1/+1 |
| | |||||
* | Add setting helper to client plugins | Chocobozzz | 2019-07-26 | 1 | -0/+4 |
| | |||||
* | Lazy load client script scopes | Chocobozzz | 2019-07-24 | 1 | -3/+1 |
| |