]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-main/video/video.model.ts
Support videos stats in client
authorChocobozzz <me@florianbigard.com>
Tue, 5 Apr 2022 12:03:52 +0000 (14:03 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Fri, 15 Apr 2022 07:49:35 +0000 (09:49 +0200)
commit384ba8b77a8e4805c099f5ea12b41c2ca5776e26
tree6b517033d9265d283677b85e0f57486e0e7fd8cf
parentb211106695bb82f6c32e53306081b5262c3d109d
Support videos stats in client
33 files changed:
client/src/app/+admin/overview/videos/video-list.component.ts
client/src/app/+my-library/my-videos/my-videos.component.html
client/src/app/+my-library/my-videos/my-videos.component.ts
client/src/app/+stats/index.ts [new file with mode: 0644]
client/src/app/+stats/stats-routing.module.ts [new file with mode: 0644]
client/src/app/+stats/stats.module.ts [new file with mode: 0644]
client/src/app/+stats/video/index.ts [new file with mode: 0644]
client/src/app/+stats/video/video-stats.component.html [new file with mode: 0644]
client/src/app/+stats/video/video-stats.component.scss [new file with mode: 0644]
client/src/app/+stats/video/video-stats.component.ts [new file with mode: 0644]
client/src/app/+stats/video/video-stats.service.ts [new file with mode: 0644]
client/src/app/+video-studio/edit/index.ts
client/src/app/+video-studio/video-studio-routing.module.ts
client/src/app/+video-studio/video-studio.module.ts
client/src/app/+videos/+video-edit/video-add.component.scss
client/src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.ts
client/src/app/+videos/+video-watch/video-watch.component.ts
client/src/app/app-routing.module.ts
client/src/app/shared/shared-icons/global-icon.component.ts
client/src/app/shared/shared-main/angular/number-formatter.pipe.ts
client/src/app/shared/shared-main/shared-main.module.ts
client/src/app/shared/shared-main/video/index.ts
client/src/app/shared/shared-main/video/video.model.ts
client/src/app/shared/shared-main/video/video.resolver.ts [moved from client/src/app/+video-studio/edit/video-studio-edit.resolver.ts with 74% similarity]
client/src/app/shared/shared-main/video/video.service.ts
client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts
client/src/app/shared/shared-video-miniature/video-miniature.component.ts
client/src/assets/images/feather/stats.svg [new file with mode: 0644]
client/src/assets/player/shared/manager-options/manager-options-builder.ts
client/src/assets/player/shared/peertube/peertube-plugin.ts
client/src/assets/player/types/manager-options.ts
client/src/assets/player/types/peertube-videojs-typings.ts
client/src/sass/include/_nav.scss [new file with mode: 0644]