From 1c460c40f44b55f07c335b0065321ffb436c172d Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 28 Aug 2023 20:41:28 -0500 Subject: Make posts behave more like links (#1316) * use cursor for post cards * ignore type error * handle meta keys on non native links (cherry picked from commit daccafea0b7ab21af6572767e496d20f32ead353) * remove cursor on non-post notifications, not quite right * Simplify link handling --------- Co-authored-by: Paul Frazee --- src/view/com/post/Post.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/view/com/post/Post.tsx') diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index 94dfe6e8b..661b3a899 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -304,6 +304,7 @@ const styles = StyleSheet.create({ paddingBottom: 5, paddingLeft: 10, borderTopWidth: 1, + cursor: 'pointer', }, layout: { flexDirection: 'row', -- cgit 1.4.1