[#19195] fix: communities design issues (#19819)

This commit is contained in:
Mohsen 2024-05-07 13:20:00 +03:00 committed by GitHub
parent b907881d59
commit 7ec77db666
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -85,7 +85,7 @@
y (reanimated/use-shared-value scroll-height)
animation (reanimated/interpolate y
input-range
[1.2 0.5]
[1 0.5]
{:extrapolateLeft "clamp"
:extrapolateRight "clamp"})]
(rn/use-effect #(do

View File

@ -131,6 +131,7 @@
#(rf/dispatch [:open-modal :community-requests-to-join {:id id}]))
:accessibility-label :show-request-to-join-screen-button
:customization-color color
:container-style {:margin-bottom 12}
:icon-left :i/communities}
(i18n/label :t/request-to-join)])
@ -329,7 +330,7 @@
(fn [id joined name images]
(let [theme (quo.theme/use-theme)
cover {:uri (get-in images [:banner :uri])}
logo {:uri (get-in images [:thumbnail :uri])}
logo {:uri (get-in images [:large :uri])}
collapsed? (and initial-joined? joined)
first-category-height (->> @categories-heights
vals