diff --git a/apps/desktop/src/components/editor-area/note-header/chips/tag-chip.tsx b/apps/desktop/src/components/editor-area/note-header/chips/tag-chip.tsx index 1886614290..891fe6bd16 100644 --- a/apps/desktop/src/components/editor-area/note-header/chips/tag-chip.tsx +++ b/apps/desktop/src/components/editor-area/note-header/chips/tag-chip.tsx @@ -57,7 +57,7 @@ export function TagChip({ sessionId, hashtags = [], isVeryNarrow = false, isNarr isVeryNarrow ? "px-1.5 py-1" : "px-2 py-1.5" } ${hasPendingActions ? "bg-gradient-to-r from-blue-50 to-purple-50 animate-pulse shadow-sm" : ""}`} > - + # {hasPendingActions && (
)} diff --git a/apps/desktop/src/components/editor-area/note-header/tab-header.tsx b/apps/desktop/src/components/editor-area/note-header/tab-header.tsx index 31fd5cdfc1..cbe35ec7ed 100644 --- a/apps/desktop/src/components/editor-area/note-header/tab-header.tsx +++ b/apps/desktop/src/components/editor-area/note-header/tab-header.tsx @@ -36,7 +36,7 @@ export const TabHeader = forwardRef( const canEnhanceTranscript = hasTranscript && isSessionInactive; // Keep the "meeting session" concept for overall tab visibility - const isMeetingSession = hasTranscript || isCurrentlyRecording || isEnhancing; + const isMeetingSession = hasTranscript || isCurrentlyRecording || isEnhancing || hasEnhancedMemo; // BUT use floating button logic for Enhanced tab visibility const isEnhancePending = useEnhancePendingState(sessionId); diff --git a/apps/desktop/src/components/right-panel/components/chat/chat-input.tsx b/apps/desktop/src/components/right-panel/components/chat/chat-input.tsx index e9d5865faf..9f34841a6d 100644 --- a/apps/desktop/src/components/right-panel/components/chat/chat-input.tsx +++ b/apps/desktop/src/components/right-panel/components/chat/chat-input.tsx @@ -498,7 +498,7 @@ export function ChatInput( }} /> {isGenerating && !inputValue.trim() && ( -
Type @(person/note name) to add context...
+
Ask anything, @ to add contexts...
)}
diff --git a/packages/ui/src/components/block/listen-button.tsx b/packages/ui/src/components/block/listen-button.tsx index 5f9166b171..c684cf2cfb 100644 --- a/packages/ui/src/components/block/listen-button.tsx +++ b/packages/ui/src/components/block/listen-button.tsx @@ -349,10 +349,9 @@ function MicrophoneSelector({ return (
-
-
)} - + + +
- +