diff --git a/apps/desktop/public/assets/tab-switching.gif b/apps/desktop/public/assets/tab-switching.gif new file mode 100644 index 0000000000..35d1d6194a Binary files /dev/null and b/apps/desktop/public/assets/tab-switching.gif differ diff --git a/apps/desktop/src/components/editor-area/index.tsx b/apps/desktop/src/components/editor-area/index.tsx index d08304aa7d..b6dcf81afe 100644 --- a/apps/desktop/src/components/editor-area/index.tsx +++ b/apps/desktop/src/components/editor-area/index.tsx @@ -30,6 +30,7 @@ import { AnnotationBox } from "./annotation-box"; import { LocalSearchBar } from "./local-search-bar"; import { NoteHeader, TabHeader, type TabHeaderRef } from "./note-header"; import { EnhancedNoteSubHeader } from "./note-header/sub-headers/enhanced-note-sub-header"; +import { TranscriptSubHeader } from "./note-header/sub-headers/transcript-sub-header"; import { TextSelectionPopover } from "./text-selection-popover"; import { TranscriptViewer } from "./transcript-viewer"; import { prepareContextText } from "./utils/summary-prepare"; @@ -211,6 +212,7 @@ export default function EditorArea({ setTimeout(async () => { try { const shouldShow = await shouldShowTipsModal(userId, onboardingSessionId, thankYouSessionId); + if (shouldShow) { localStorage.setItem(TIPS_MODAL_SHOWN_KEY, "true"); showTipsModal(userId); @@ -362,6 +364,17 @@ export default function EditorArea({ /> )} + {activeTab === "transcript" && ( +
