1
0
mirror of git://jb55.com/damus synced 2024-09-29 16:30:44 +00:00

ui: Add proxy view to selected events

This patch adds the proxy view to selected events.

Fixes: https://github.com/damus-io/damus/issues/2033
Changelog-Added: Proxy Tags are now viewable on Selected Events
Signed-off-by: ericholguin <ericholguin@apache.org>
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
ericholguin 2024-03-11 08:27:43 -06:00 committed by William Casarin
parent 988da17b06
commit 9a83872a22

View File

@ -52,7 +52,11 @@ struct SelectedEventView: View {
ReplyDescription(event: event, replying_to: replying_to, ndb: damus.ndb)
.padding(.horizontal)
}
ProxyView(event: event)
.padding(.top, 5)
.padding(.horizontal)
EventBody(damus_state: damus, event: event, size: size, options: [.wide])
Mention