Fix community logo/name not rendered correctly (#18633)
This commit is contained in:
parent
eda9464b6c
commit
11e49c0cc3
|
@ -182,7 +182,7 @@
|
||||||
|
|
||||||
(defn- view-internal
|
(defn- view-internal
|
||||||
[{:keys [title title-icon type theme description blur? community-name community-logo button-icon
|
[{:keys [title title-icon type theme description blur? community-name community-logo button-icon
|
||||||
account-name emoji
|
account-name emoji context-tag-type
|
||||||
on-button-press
|
on-button-press
|
||||||
on-button-long-press
|
on-button-long-press
|
||||||
button-disabled? account-avatar-emoji account-avatar-type customization-color icon-avatar
|
button-disabled? account-avatar-emoji account-avatar-type customization-color icon-avatar
|
||||||
|
@ -214,6 +214,7 @@
|
||||||
:description description
|
:description description
|
||||||
:community-name community-name
|
:community-name community-name
|
||||||
:community-logo community-logo
|
:community-logo community-logo
|
||||||
|
:context-tag-type context-tag-type
|
||||||
:customization-color customization-color
|
:customization-color customization-color
|
||||||
:account-name account-name
|
:account-name account-name
|
||||||
:emoji emoji}]]
|
:emoji emoji}]]
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
[quo/drawer-top
|
[quo/drawer-top
|
||||||
{:type :context-tag
|
{:type :context-tag
|
||||||
:title (i18n/label :t/addresses-for-permissions)
|
:title (i18n/label :t/addresses-for-permissions)
|
||||||
|
:context-tag-type :community
|
||||||
:community-name name
|
:community-name name
|
||||||
:button-icon :i/info
|
:button-icon :i/info
|
||||||
:on-button-press not-implemented/alert
|
:on-button-press not-implemented/alert
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
[:<>
|
[:<>
|
||||||
[quo/drawer-top
|
[quo/drawer-top
|
||||||
{:type :context-tag
|
{:type :context-tag
|
||||||
|
:context-tag-type :community
|
||||||
:title (i18n/label :t/airdrop-addresses)
|
:title (i18n/label :t/airdrop-addresses)
|
||||||
:community-name name
|
:community-name name
|
||||||
:button-icon :i/info
|
:button-icon :i/info
|
||||||
|
|
Loading…
Reference in New Issue