mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -05:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
343f63a7cc
2 changed files with 1 additions and 8 deletions
|
@ -157,7 +157,7 @@ Rel(ui_viewer, data_viewer, "Uses")
|
||||||
* **auth** has the web components for the login, register, password recover,
|
* **auth** has the web components for the login, register, password recover,
|
||||||
etc. screens.
|
etc. screens.
|
||||||
|
|
||||||
* **settings** has the web comonents for the user profile and settings screens.
|
* **settings** has the web components for the user profile and settings screens.
|
||||||
|
|
||||||
* **dashboard** has the web components for the dashboard and its subsections.
|
* **dashboard** has the web components for the dashboard and its subsections.
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
[app.common.uuid :as uuid]
|
[app.common.uuid :as uuid]
|
||||||
[app.main.data.events :as ev]
|
[app.main.data.events :as ev]
|
||||||
[app.main.store :as st]
|
[app.main.store :as st]
|
||||||
[beicon.v2.core :as rx]
|
|
||||||
[cljs.core :as c]
|
[cljs.core :as c]
|
||||||
[potok.v2.core :as ptk]))
|
[potok.v2.core :as ptk]))
|
||||||
|
|
||||||
|
@ -31,12 +30,6 @@
|
||||||
(dissoc :type)
|
(dissoc :type)
|
||||||
(assoc :name type)))
|
(assoc :name type)))
|
||||||
|
|
||||||
ptk/WatchEvent
|
|
||||||
(watch [_ _ _]
|
|
||||||
(rx/of (ptk/event
|
|
||||||
::ev/event
|
|
||||||
{::ev/name "show-modal" :type type})))
|
|
||||||
|
|
||||||
ptk/UpdateEvent
|
ptk/UpdateEvent
|
||||||
(update [_ state]
|
(update [_ state]
|
||||||
(assoc state ::modal {:id id
|
(assoc state ::modal {:id id
|
||||||
|
|
Loading…
Add table
Reference in a new issue