From bf4f08f5abf3b8a99b16c94c38510d1bc800b033 Mon Sep 17 00:00:00 2001 From: kartikvirendrar Date: Wed, 30 Oct 2024 10:09:53 +0530 Subject: [PATCH 1/3] revert remove word count --- src/containers/Organization/Video/RightPanel.jsx | 8 ++++---- .../Organization/Video/TranslationRightPanel.jsx | 12 ++++++------ .../Organization/Video/VoiceOverRightPanel1.jsx | 12 ++++++------ 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/containers/Organization/Video/RightPanel.jsx b/src/containers/Organization/Video/RightPanel.jsx index e43efa9a..24838a8c 100644 --- a/src/containers/Organization/Video/RightPanel.jsx +++ b/src/containers/Organization/Video/RightPanel.jsx @@ -762,9 +762,9 @@ const RightPanel = ({ currentIndex, currentSubs,setCurrentIndex, showTimeline, s style={{ fontSize: fontSize, height: "120px" }} {...props} /> - {/* + {targetLength(index)} - */} + )} /> @@ -791,9 +791,9 @@ const RightPanel = ({ currentIndex, currentSubs,setCurrentIndex, showTimeline, s }, 200); }} /> - {/* + {targetLength(index)} - */} + )} diff --git a/src/containers/Organization/Video/TranslationRightPanel.jsx b/src/containers/Organization/Video/TranslationRightPanel.jsx index 248bc7c7..ec6634ff 100644 --- a/src/containers/Organization/Video/TranslationRightPanel.jsx +++ b/src/containers/Organization/Video/TranslationRightPanel.jsx @@ -772,7 +772,7 @@ const TranslationRightPanel = ({ currentIndex, currentSubs,setCurrentIndex, show ); }} /> - {/* {sourceLength(index)} - */} + )} @@ -844,7 +844,7 @@ const TranslationRightPanel = ({ currentIndex, currentSubs,setCurrentIndex, show }} {...props} /> - {/* {targetLength(index)} - */} + )} /> @@ -890,7 +890,7 @@ const TranslationRightPanel = ({ currentIndex, currentSubs,setCurrentIndex, show }, 200); }} /> - {/* {targetLength(index)} - */} + )} diff --git a/src/containers/Organization/Video/VoiceOverRightPanel1.jsx b/src/containers/Organization/Video/VoiceOverRightPanel1.jsx index 903469a4..3fafc7ef 100644 --- a/src/containers/Organization/Video/VoiceOverRightPanel1.jsx +++ b/src/containers/Organization/Video/VoiceOverRightPanel1.jsx @@ -988,7 +988,7 @@ const VoiceOverRightPanel1 = ({ currentIndex, setCurrentIndex, showTimeline, seg ); }} /> - {/* {sourceLength(index)} - */} + }
@@ -1148,7 +1148,7 @@ const VoiceOverRightPanel1 = ({ currentIndex, setCurrentIndex, showTimeline, seg disabled={isDisabled(index)} {...props} /> - {/* {targetLength(index)} - */} +
)} /> @@ -1193,7 +1193,7 @@ const VoiceOverRightPanel1 = ({ currentIndex, setCurrentIndex, showTimeline, seg }} disabled={isDisabled(index)} /> - {/* {targetLength(index)} - */} + )} From 36f77c5643f3a8b4e7abef299ceb33fc32818aaf Mon Sep 17 00:00:00 2001 From: kartikvirendrar Date: Wed, 30 Oct 2024 10:10:49 +0530 Subject: [PATCH 2/3] revert remove word count --- src/containers/Organization/Video/audioPanel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/Organization/Video/audioPanel.jsx b/src/containers/Organization/Video/audioPanel.jsx index d12734d8..9eaee4f3 100644 --- a/src/containers/Organization/Video/audioPanel.jsx +++ b/src/containers/Organization/Video/audioPanel.jsx @@ -153,7 +153,7 @@ const AudioPlayer = ({ src, fast = false }) => { }, [src]); return ( - + {isPlaying ? ( From 993ecbe4c995109f2ba7ee34f21c66fc45224bfa Mon Sep 17 00:00:00 2001 From: kartikvirendrar Date: Wed, 30 Oct 2024 10:58:29 +0530 Subject: [PATCH 3/3] changes for fast audio flag color --- src/containers/Organization/Video/audioPanel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/Organization/Video/audioPanel.jsx b/src/containers/Organization/Video/audioPanel.jsx index 9eaee4f3..b81d1286 100644 --- a/src/containers/Organization/Video/audioPanel.jsx +++ b/src/containers/Organization/Video/audioPanel.jsx @@ -153,7 +153,7 @@ const AudioPlayer = ({ src, fast = false }) => { }, [src]); return ( - + {isPlaying ? (