feat(keyboard): ship AI hint carousel, home library cards, and clipboard polish
Rotate AI idle suggestions with optional remote packs, move history/dictionary onto self-sizing Home preview cards, harden clipboard capture/prompting, and simplify keyboard chrome by dropping most liquid-glass shadows.
This commit is contained in:
@@ -72,8 +72,8 @@ public struct ProgressiveDictationTranscriptAccumulator: Sendable {
|
||||
candidate: String,
|
||||
startDelta: Double
|
||||
) -> String? {
|
||||
let normalizedPrevious = DictationTextComposer.normalizeForOverlap(previous)
|
||||
let normalizedCandidate = DictationTextComposer.normalizeForOverlap(candidate)
|
||||
let normalizedPrevious = TranscriptOverlapUtilities.normalized(previous)
|
||||
let normalizedCandidate = TranscriptOverlapUtilities.normalized(candidate)
|
||||
guard !normalizedPrevious.isEmpty, !normalizedCandidate.isEmpty else {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user