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:
@@ -32,7 +32,11 @@ public struct EditTextPager: View {
|
||||
public var body: some View {
|
||||
GeometryReader { proxy in
|
||||
ScrollView(.horizontal) {
|
||||
LazyHStack(spacing: 0) {
|
||||
// Two pages only — prefer HStack so page `1` is laid out in the
|
||||
// same update that sets `scrollPosition`, avoiding a stuck
|
||||
// LazyHStack that leaves the indicator on “edited” while still
|
||||
// showing the original text.
|
||||
HStack(spacing: 0) {
|
||||
textPage(title: originalTitle, text: originalText)
|
||||
.frame(
|
||||
width: proxy.size.width,
|
||||
|
||||
Reference in New Issue
Block a user