aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/angular
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2023-05-241-1/+1
|
* Improve accessibilityChocobozzz2023-03-152-4/+7
|
* Update server dependenciesChocobozzz2023-02-161-1/+1
|
* Refactor login redirection/button linksChocobozzz2023-02-146-6/+40
| | | | Correctly handle external auth redirection in all cases
* Fix client lintChocobozzz2022-11-151-2/+2
|
* Add ability for client to create server logsChocobozzz2022-07-181-2/+2
|
* Fix login form scrollingChocobozzz2022-06-151-1/+3
|
* Support ICU in TS componentsChocobozzz2022-06-081-10/+24
|
* Support videos stats in clientChocobozzz2022-04-151-0/+1
|
* Lazy load charts when listing my channelsChocobozzz2022-03-212-0/+77
|
* Correctly disable infinite scroll for reuseChocobozzz2021-10-111-1/+2
|
* Add video filters to common video pagesChocobozzz2021-08-251-4/+18
|
* Migrate client to eslintChocobozzz2021-08-183-2/+3
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-1/+1
|
* Add ability to search playlistsChocobozzz2021-06-254-0/+36
|
* Fix from now pipeChocobozzz2021-05-271-12/+17
|
* Auto focus plugin search inputChocobozzz2021-03-242-0/+13
|
* localize decimal separator in video miniatures (#3643)kontrollanten2021-01-291-7/+10
| | | | | | | | | | | * fix(client): localize decimal separator * fix(client/numpipe): handle Intl failure gently * Revert "fix(client/numpipe): handle Intl failure gently" This reverts commit e275049f1fabb0a7af5a274ebfc33f9c3fb279ed. * client: switch from Intl to ng formatNumber
* show first decimal for views above a thousand (#3564)Rigel Kent2021-01-131-2/+17
| | | | | * show first decimal for views above a thousand * Update client/src/app/shared/shared-main/angular/number-formatter.pipe.ts
* Fix scroll check in infinite scroller directiveChocobozzz2020-11-301-6/+7
|
* Clearer periods in videos listChocobozzz2020-11-181-6/+6
|
* Add ability to save live replayChocobozzz2020-11-092-0/+33
|
* Use playlistPosition for playlists instead of videoIdChocobozzz2020-08-191-2/+4
|
* Fix circular dependenciesChocobozzz2020-08-141-24/+2
|
* Migrate to $localizeChocobozzz2020-08-141-15/+12
| | | | | | | | | | | | * 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
* Remove angular pipes moduleChocobozzz2020-08-113-1/+36
|
* Reorganize client shared modulesChocobozzz2020-06-235-0/+170