commit 0f2bb8036689bb67561b40f272818eb5fdfea0ed
parent 44d599c856657e1c351b15162442c4ea543e0139
Author: Michael Camilleri <[email protected]>
Date: Tue, 31 Mar 2026 00:08:51 +0900
Scroll pull-to-create hint on drags
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ListlessiOS/Views/ItemListView.swift b/ListlessiOS/Views/ItemListView.swift
@@ -583,7 +583,7 @@ struct ItemListView: View, ItemListViewProtocol {
Text("Pull down to create")
.font(ItemRowMetrics.hintSUI)
.foregroundStyle(.secondary)
- .padding(.top, 24)
+ .offset(y: pState.pullToCreate.pullOffset)
.allowsHitTesting(false)
}
}