Feed source card (#4512)

* Pass event through click handlers

* Add FeedCard, use in Feeds screen

* Tweak space

* Don't contrain rt height

* Tweak space

* Fix type errors, don't pass event to fns that don't expect it

* Show unresolved RT prior to facet resolution
This commit is contained in:
Eric Bailey 2024-06-14 14:24:04 -05:00 committed by GitHub
parent 51a3e60132
commit 5751014117
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 222 additions and 21 deletions

View file

@ -333,7 +333,7 @@ function CantSubscribePrompt({
</Trans>
</Prompt.DescriptionText>
<Prompt.Actions>
<Prompt.Action onPress={control.close} cta={_(msg`OK`)} />
<Prompt.Action onPress={() => control.close()} cta={_(msg`OK`)} />
</Prompt.Actions>
</Prompt.Outer>
)