0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Andrey Antukh 2024-11-13 12:54:22 +01:00
commit 343f63a7cc
2 changed files with 1 additions and 8 deletions

View file

@ -157,7 +157,7 @@ Rel(ui_viewer, data_viewer, "Uses")
* **auth** has the web components for the login, register, password recover,
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.

View file

@ -10,7 +10,6 @@
[app.common.uuid :as uuid]
[app.main.data.events :as ev]
[app.main.store :as st]
[beicon.v2.core :as rx]
[cljs.core :as c]
[potok.v2.core :as ptk]))
@ -31,12 +30,6 @@
(dissoc :type)
(assoc :name type)))
ptk/WatchEvent
(watch [_ _ _]
(rx/of (ptk/event
::ev/event
{::ev/name "show-modal" :type type})))
ptk/UpdateEvent
(update [_ state]
(assoc state ::modal {:id id