aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Don't allow manual redundancy of live videosChocobozzz2020-12-071-1/+1
|
* Fix audio sync after saving replayChocobozzz2020-11-091-2/+2
| | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist)
* Add live info in watch pageChocobozzz2020-11-091-1/+21
|
* Add modal to display live informationChocobozzz2020-11-091-1/+6
|
* Add watch messages if live has not startedChocobozzz2020-11-091-1/+4
|
* Migrate to $localizeChocobozzz2020-08-141-25/+28
| | | | | | | | | | | | * 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
* switch from softies to feathericonsRigel Kent2020-07-011-1/+1
| | | | also organize icons in folders per origin
* allow muting from the miniature optionsRigel Kent2020-06-281-23/+53
| | | | initial implementation with a listing refresh except on search results
* Reorganize client shared modulesChocobozzz2020-06-231-0/+269