aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.module.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix default trending algorithm in admin configChocobozzz2023-02-201-6/+10
|
* Allow accounts to skip account setup modalChocobozzz2021-08-271-4/+4
|
* Inform user to fill account profile and channels (#4352)Ms Kimsible2021-08-261-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>
* Speed up plugins loadingChocobozzz2021-06-041-5/+12
|
* Use HTML config when possibleChocobozzz2021-06-041-1/+1
|
* Load server config on app initChocobozzz2021-06-041-3/+13
|
* Remove ngx-metaChocobozzz2021-05-271-19/+1
| | | | Unmaintained
* Refactor actor avatar displayChocobozzz2021-04-281-2/+2
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-151-0/+2
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Fix service workerChocobozzz2021-01-181-1/+4
|
* User dropdown and notifications popover improvements (#3344)Kimsible2020-12-131-2/+2
| | | | | | | | | | | | | | | | | | | * hove user dropdown on avatar and username * rename avatar-notification to notification component * use a link on mobile for notification component * add profile user dropdown and mobile notifications link as reusable active link * replace markAllAsRead inbox glyphicon to ok in notification popover * remove keyboard shortcuts from user dropdown on mobile * use common bell icon instead of inbox-full for notifications * remove duplicated notification in user dropdown since the bell appears on the right * adjust sensitive icon in user dropdown * align vertically user buttons popover and dropdown * adjust ellipsis on user display name and username in menu * adjust notification bell for mobile in menu * display background of user dropdown avatar and username for touchscreens * add right arrow indicator on mobile Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Various front optimizationsChocobozzz2020-11-271-2/+1
|
* Migrate to $localizeChocobozzz2020-08-141-15/+1
| | | | | | | | | | | | * 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
* Reorganize shared modelsChocobozzz2020-08-071-1/+1
|
* Put empty module in app moduleChocobozzz2020-06-241-0/+2
|
* Lazy load all routesChocobozzz2020-06-231-10/+2
|
* Reorganize client shared modulesChocobozzz2020-06-231-15/+25
|
* First implem global searchChocobozzz2020-06-101-2/+1
|
* Revert "Remove oc locale support"Chocobozzz2020-05-291-2/+4
| | | | This reverts commit 8323c435c19ac6ed1656ee8436b175bce7bd2c82.
* Update translationsChocobozzz2020-05-111-13/+11
|
* Add custom modal to plugin helpers (#2631)Kim2020-04-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fix peertube interface i18nChocobozzz2020-04-031-2/+2
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-281-0/+2
| | | | | | | | | | | | | | * 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
* Add keyboard navigation and hepler to typeaheadRigel Kent2020-02-131-1/+3
|
* Search typeahead initial designRigel Kent2020-02-131-1/+2
|
* Only use basehrefChocobozzz2020-02-121-0/+6
| | | | Will allow us to use the localize option
* Support i18n buildChocobozzz2020-02-101-10/+3
|
* Cleanup some client FIXMEChocobozzz2020-01-291-2/+0
|
* Lazy load static objectsChocobozzz2019-12-181-3/+3
|
* Make build worksChocobozzz2019-11-131-2/+2
|
* Add welcome modalChocobozzz2019-09-051-1/+6
|
* Add success icon on registrationChocobozzz2019-05-291-2/+0
|
* Add notifications in the clientChocobozzz2019-01-091-2/+2
|
* NoImplicitAny flag true (#1157)BO412018-10-181-1/+1
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Fix client buildChocobozzz2018-09-121-5/+0
|
* wrap the hotkeys component to allow templating :art:Rigel Kent2018-09-111-1/+2
|
* use focus-visible polyfill to improve keyboard navigationRigel Kent2018-09-111-0/+1
| | | | | Only the homepage is concerned, but it should have decent keyboard navigation support now.
* keyboard shortcuts and key map view (#974)Rigel Kent2018-08-281-0/+4
|
* Fix dev localeChocobozzz2018-08-271-1/+1
|
* Begin advanced searchChocobozzz2018-07-241-0/+2
|
* Add ability to choose the languageChocobozzz2018-06-281-0/+2
|
* Improve P2P & Privacy sectionChocobozzz2018-06-271-2/+0
|
* Create webtorrent client on player loadChocobozzz2018-06-181-1/+1
| | | | | | So we don't run Angular change detection every 250ms on webtorrent import, when https://github.com/mafintosh/speedometer/pull/7 will be merged
* Little i18n refractoringChocobozzz2018-06-061-9/+9
|
* Rename messages locale to angularChocobozzz2018-06-061-2/+2
|
* Add form validator translationsChocobozzz2018-06-051-0/+6
|
* Prepare i18n filesChocobozzz2018-06-051-2/+18
|
* Fix lintChocobozzz2018-05-311-1/+1
|
* Add 404 pageChocobozzz2018-05-311-3/+3
|
* Upgrade client dependenciesChocobozzz2018-05-291-0/+3
|