[#19299] fix: design feedback for settings screen (#19609)

This commit is contained in:
Mohsen 2024-04-12 19:37:07 +03:00 committed by GitHub
parent 6bc29088ab
commit 794cd57961
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 11 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 707 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -34,7 +34,7 @@
(when config/show-not-implemented-features? (when config/show-not-implemented-features?
{:title (i18n/label :t/dapps) {:title (i18n/label :t/dapps)
:on-press not-implemented/alert :on-press not-implemented/alert
:image-props :i/placeholder :image-props :i/dapps
:image :icon :image :icon
:blur? true :blur? true
:action :arrow}) :action :arrow})

View File

@ -19,7 +19,7 @@
[rf/delay-render [rf/delay-render
[quo/category [quo/category
{:list-type :settings {:list-type :settings
:container-style {:padding-bottom 0} :container-style {:padding-bottom 12}
:blur? true :blur? true
:data data}]]) :data data}]])

View File

@ -22,13 +22,15 @@
(defn floating-button (defn floating-button
[shared-values] [shared-values]
[quo/floating-shell-button (let [current-screen-id (rf/sub [:view-id])]
{:jump-to {:on-press #(animation/close-home-stack true) (when-not (= current-screen-id :settings)
:label (i18n/label :t/jump-to) [quo/floating-shell-button
:customization-color (rf/sub [:profile/customization-color])}} {:jump-to {:on-press #(animation/close-home-stack true)
{:position :absolute :label (i18n/label :t/jump-to)
:bottom (utils/bottom-tabs-container-height)} :customization-color (rf/sub [:profile/customization-color])}}
(:home-stack-opacity shared-values)]) {:position :absolute
:bottom (utils/bottom-tabs-container-height)}
(:home-stack-opacity shared-values)])))
(defn f-shell-stack (defn f-shell-stack
[] []