1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Lazy load charts when listing my channels

This commit is contained in:
Chocobozzz 2022-03-21 11:40:25 +01:00
parent 11d70211af
commit 439b6b7bfb
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 94 additions and 5 deletions

View file

@ -1,5 +1,6 @@
export * from './autofocus.directive'
export * from './bytes.pipe'
export * from './defer-loading.directive'
export * from './duration-formatter.pipe'
export * from './from-now.pipe'
export * from './infinite-scroller.directive'