about summary refs log tree commit diff
path: root/src/components/dialogs/EmbedConsent.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-06-24 23:15:11 +0100
committerGitHub <noreply@github.com>2024-06-24 23:15:11 +0100
commit29aaf09a8b8b199b249cef9123673022fde11c4f (patch)
treef644ce29826d823b5818825848518364b10c47a5 /src/components/dialogs/EmbedConsent.tsx
parente0ac7d5bdcb096d6c23658c34da04bfa19579e4f (diff)
downloadvoidsky-29aaf09a8b8b199b249cef9123673022fde11c4f.tar.zst
Composer - replace threadgate modal with alf dialog (#4329)
* replace threadgate modal with alf dialog

* add accessibility to selectable

* add aria

* hide spinner once fetched

* add `hasOpenDialogs` value to context

* remove state

* Rm loading state

* Update the threadgate dialog button theming

* Factor out the threadgate editor and add editing to post views

* Mark messages for localization

* Use colors from mute dialog

* Remove unnecessary effect

* Reset state on dialog dismiss

* Clearer CTA

* Fix bugs

* Scope keyboard fix

* Rm getAreDialogsActive (no longer needed)

---------

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
Diffstat (limited to 'src/components/dialogs/EmbedConsent.tsx')
-rw-r--r--src/components/dialogs/EmbedConsent.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/dialogs/EmbedConsent.tsx b/src/components/dialogs/EmbedConsent.tsx
index c3fefd9f0..f7e614597 100644
--- a/src/components/dialogs/EmbedConsent.tsx
+++ b/src/components/dialogs/EmbedConsent.tsx
@@ -113,6 +113,7 @@ export function EmbedConsentDialog({
             </ButtonText>
           </Button>
         </View>
+        <Dialog.Close />
       </Dialog.ScrollableInner>
     </Dialog.Outer>
   )