fix settings card collapse gesture and vault list peach mark - C2's drag-to-collapse never fired because the focused card's own verticalScroll consumed all drag touches before the outer raw detectDragGestures on the card container ever saw them; replaced with a NestedScrollConnection on the scrollable body that watches for leftover downward drag once scrollState is already at 0, accumulates past a 60dp threshold, then hands off to the deck's collapse callback - same physical metaphor as a bottom sheet; also added trailing bottom spacer inside each card's scrollable body so bottom-of-card content (Pro card's CTA button) doesn't sit flush against the fanned tab stacked beneath it; and added the missing peach brand mark icon (PeachMark) next to the vault list's top bar wordmark, matching the browser header - live-verified card focus/collapse cycle and the peach icon on-device
$ koh steal kepr.uk/peach-android@a4ab61925a3e
·
parent: 560cbfdb55f0
discussion
log in to leave a comment.