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

@@ -30,6 +30,7 @@ export const POPOVER_SIDEBAR_MORE = 'SIDEBAR_MORE'
export const POPOVER_STATUS_OPTIONS = 'STATUS_OPTIONS'
export const POPOVER_STATUS_VISIBILITY = 'STATUS_VISIBILITY'
export const POPOVER_USER_INFO = 'USER_INFO'
export const POPOVER_VIDEO_STATS = 'VIDEO_STATS'
export const MODAL_ACTIONS = 'ACTIONS'
export const MODAL_BLOCK_ACCOUNT = 'BLOCK_ACCOUNT'