about summary refs log tree commit diff
path: root/src/state
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-04-04 18:37:57 +0100
committerGitHub <noreply@github.com>2024-04-04 10:37:57 -0700
commit9f657fbace296aa0a189c46b34ccac33a8ef2d8f (patch)
treef81071e0cbf998117844a720d38b3d336b1876c4 /src/state
parent4d28dcc48fcdb8c13d86485ad2a5799ec777410e (diff)
downloadvoidsky-9f657fbace296aa0a189c46b34ccac33a8ef2d8f.tar.zst
Open share sheet when long pressing link (#3317)
* uitextview use library w/ fixes

bump

bump

multiple uitextview fixes

* bump

* Open share sheet on link long press

* rm package manager field

* add link warning to longpress

---------

Co-authored-by: Hailey <me@haileyok.com>
Diffstat (limited to 'src/state')
-rw-r--r--src/state/modals/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/modals/index.tsx b/src/state/modals/index.tsx
index aae4fc52f..e0bcc2f0f 100644
--- a/src/state/modals/index.tsx
+++ b/src/state/modals/index.tsx
@@ -122,6 +122,7 @@ export interface LinkWarningModal {
   name: 'link-warning'
   text: string
   href: string
+  share?: boolean
 }
 
 export interface EmbedConsentModal {