aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature/video-download.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Prefer global icon instead of glyphicon for copyChocobozzz2022-06-101-4/+0
|
* Migrate client to eslintChocobozzz2021-08-181-13/+13
|
* Fix client lintChocobozzz2021-08-171-1/+2
|
* Fix subtitle downloadChocobozzz2021-06-251-29/+81
|
* show less information by default in download modal (#3890)kontrollanten2021-03-291-9/+10
| | | | | | | | * client(video/download): collapse advanced informaton by default * fix(client/video-dl): update metadata upon resolution change closes #3810 Co-authored-by: Rigel Kent <par@rigelk.eu>
* client(video/download): set direct dl as defaultkontrollanten2021-03-241-1/+1
|
* Add hooks support for video downloadChocobozzz2021-03-241-5/+14
|
* Add warning in download modal if neededChocobozzz2021-03-241-1/+5
|
* localize decimal separator in video miniatures (#3643)kontrollanten2021-01-291-2/+3
| | | | | | | | | | | * 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
* Migrate to $localizeChocobozzz2020-08-141-19/+17
| | | | | | | | | | | | * 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-111-2/+1
|
* Upgrade to angular 10Chocobozzz2020-08-071-3/+3
|
* Reorganize client shared modulesChocobozzz2020-06-231-0/+206