aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* move from trending routes to alg paramRigel Kent2021-01-281-2/+2
|
* Fix loading bar for HTTP requestsChocobozzz2021-01-131-1/+16
|
* Add title to left menu toggleChocobozzz2021-01-131-0/+6
|
* Fix local e2e testsChocobozzz2020-11-301-1/+1
|
* Various front optimizationsChocobozzz2020-11-271-1/+1
|
* Upgrade client dependenciesChocobozzz2020-11-191-2/+5
| | | | Migrate removed primeng theme to custom CSS
* small refactor + clipboard copy on anchor click in instance page (#3318)Kimsible2020-11-171-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 fixesChocobozzz2020-08-171-1/+1
|
* On touchscreens add content overlay for opened menu (#3088)Kim2020-08-171-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 ↵Kim2020-08-171-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 $localizeChocobozzz2020-08-141-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 ↵kimsible2020-08-111-0/+4
| | | | broadcast-message
* Add new anchors in my-settings and handle offset sub-menu height (#3032)Kim2020-08-101-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 modelsChocobozzz2020-08-071-1/+2
|
* deal with refresh token in embedRigel Kent2020-08-061-1/+2
|
* Reorganize client shared modulesChocobozzz2020-06-231-20/+14
|
* Fix anonymous nsfw policyChocobozzz2020-06-161-1/+0
|
* Fix scrolling with hash in urlChocobozzz2020-06-161-0/+1
|
* fix duplicate id in svg, empty alt in base emailRigel Kent2020-06-041-11/+4
|
* inject lang in document to match current localeRigel Kent2020-06-041-3/+14
|
* Support broadcast messagesChocobozzz2020-05-291-12/+59
|
* Add custom modal to plugin helpers (#2631)Kim2020-04-151-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 configurationRigel Kent2020-03-101-2/+1
|
* Servicify menu, close menu on admin for small and medium screensRigel Kent2020-03-101-24/+5
|
* Update to angular 9Chocobozzz2020-02-101-2/+2
|
* Add action dropdown descriptionsRigel Kent2020-01-211-1/+1
|
* Remove peertube version of footerChocobozzz2019-12-271-4/+0
|
* Lazy load static objectsChocobozzz2019-12-181-28/+18
|
* Add peertube version in features tableChocobozzz2019-12-131-9/+4
|
* Fix welcome modal when saving configChocobozzz2019-11-271-1/+2
|
* Speedup theme injectionChocobozzz2019-10-251-3/+3
|
* Add config instance warning modalChocobozzz2019-09-051-9/+13
|
* Add welcome modalChocobozzz2019-09-051-2/+43
|
* Go back when cancel NSFW modalChocobozzz2019-08-221-2/+4
| | | | Instead of redirecting on the homepage
* Dismiss modals on pop stateChocobozzz2019-08-221-2/+7
|
* Cleanup SASS importsChocobozzz2019-08-221-1/+1
|
* Replace "overview" by "discover" in client titlesChocobozzz2019-08-221-1/+1
|
* Add setting helper to client pluginsChocobozzz2019-07-261-0/+4
|
* Lazy load client script scopesChocobozzz2019-07-241-3/+1
|
* Add client hooksChocobozzz2019-07-241-2/+4
|
* WIP plugins: load theme on client sideChocobozzz2019-07-241-5/+2
|
* WIP plugins: hook on client sideChocobozzz2019-07-241-0/+12
|
* Fix component reuse on channel/account videosChocobozzz2019-05-131-2/+2
|
* Restore videos list componentsChocobozzz2019-04-021-36/+95
|
* Add/update/delete/list my playlistsChocobozzz2019-03-181-0/+1
|
* Refractor notification serviceChocobozzz2018-12-191-13/+0
| | | | Shorter name and use primeng component
* add resize listener (#1182)BO412018-10-051-1/+12
| | | | | | | | | | * add resize listener * respect user decision * change listener to rxjs * review changes
* Fix hotkey translationsChocobozzz2018-10-031-8/+10
|
* show last commit hash alongside server version in footerRigel Kent2018-10-011-0/+5
|
* update hotkeys to include user-specific routesRigel Kent2018-09-111-4/+0
| | | | also fix left-menu width