aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/angular
Commit message (Collapse)AuthorAgeFilesLines
* 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