Added VideoStatsPopover

• Added:
- VideoStatsPopover for displaying basic video meta information similar to youtube
This commit is contained in:
mgabdev
2020-06-08 19:48:31 -04:00
parent efd9d684e0
commit 24ad9b6ff4
5 changed files with 137 additions and 1 deletions

View File

@@ -72,4 +72,5 @@ export function UnauthorizedModal() { return import(/* webpackChunkName: "compon
export function UnfollowModal() { return import(/* webpackChunkName: "components/unfollow_modal" */'../../../components/modal/unfollow_modal') }
export function UserInfoPopover() { return import(/* webpackChunkName: "components/user_info_popover" */'../../../components/popover/user_info_popover') }
export function Video() { return import(/* webpackChunkName: "components/video" */'../../../components/video') }
export function VideoModal() { return import(/* webpackChunkName: "components/video_modal" */'../../../components/modal/video_modal') }
export function VideoModal() { return import(/* webpackChunkName: "components/video_modal" */'../../../components/modal/video_modal') }
export function VideoStatsPopover() { return import(/* webpackChunkName: "components/video_stats_popover" */'../../../components/popover/video_stats_popover') }