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:
@@ -87,7 +87,9 @@ public struct LiveConfigurationSnapshot {
|
||||
}
|
||||
}
|
||||
|
||||
/// Ephemeral `ConfigurationStore` backed by a user-edited snapshot.
|
||||
/// Ephemeral `ConfigurationStore` backed by an immutable capture of the edited
|
||||
/// values. API keys remain in this in-memory snapshot and are never persisted
|
||||
/// by the store; `@unchecked Sendable` covers the referenced UserDefaults handle.
|
||||
public struct LiveConfigurationStore: ConfigurationStore, @unchecked Sendable {
|
||||
private let snapshot: LiveConfigurationSnapshot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user