Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Open in new tab on long press

+2 -1
+2 -1
src/view/com/util/Link.tsx
··· 21 21 store.nav.navigate(href) 22 22 } 23 23 const onLongPress = () => { 24 - store.shell.openModal(new LinkActionsModel(href, title || href)) 24 + store.nav.newTab(href, title) 25 + // store.shell.openModal(new LinkActionsModel(href, title || href)) 25 26 } 26 27 return ( 27 28 <TouchableOpacity