parent
6bc29088ab
commit
794cd57961
Binary file not shown.
After Width: | Height: | Size: 707 B |
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -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})
|
||||||
|
|
|
@ -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}]])
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
[]
|
[]
|
||||||
|
|
Loading…
Reference in New Issue