aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to display all channel/account videosChocobozzz2020-11-183-8/+38
|
* Clearer periods in videos listChocobozzz2020-11-181-39/+43
|
* 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-093-2/+25
|
* 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-145-65/+57
| | | | | | | | | | | | * 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
|
* Fix lintChocobozzz2020-08-071-1/+2
|
* Upgrade to angular 10Chocobozzz2020-08-073-5/+6
|
* Correct action button selection mode styleskimsible2020-07-201-3/+6
|
* Fix issues with external links in search pageChocobozzz2020-07-202-15/+22
|
* add check-params test for user listRigel Kent2020-07-031-1/+1
| | | | fixes #2918
* align feed icons to the right for video listingsRigel Kent2020-07-022-18/+29
|
* rename rss 2.0 to media rss 2.0Rigel Kent2020-07-022-8/+2
|
* Don't reload videos on muteChocobozzz2020-07-021-1/+0
|
* 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-284-25/+62
| | | | initial implementation with a listing refresh except on search results
* Reorganize client shared modulesChocobozzz2020-06-2317-0/+1915