From ccaadeb582ba77f018c629e736531cd3a667ed33 Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Wed, 13 Nov 2024 09:30:56 +0100 Subject: [PATCH 1/2] Revert ":sparkles: Send event when an user opens a modal" This reverts commit 70a1a7a5ea322dbac55a26298c2f303bb8746322. --- frontend/src/app/main/data/modal.cljs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frontend/src/app/main/data/modal.cljs b/frontend/src/app/main/data/modal.cljs index 8b88a813f..1055014c2 100644 --- a/frontend/src/app/main/data/modal.cljs +++ b/frontend/src/app/main/data/modal.cljs @@ -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 From 4f7659fbf8727f12e71f0aec423d73549dabb774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elena=20Mateos=20L=C3=B3pez?= Date: Tue, 12 Nov 2024 15:10:17 +0100 Subject: [PATCH 2/2] :books: Update frontend.md Fix a typo from `comonents` to `components` in the UI namespaces section, at settings. :) --- docs/technical-guide/developer/architecture/frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-guide/developer/architecture/frontend.md b/docs/technical-guide/developer/architecture/frontend.md index 8dc3178f9..33febe237 100644 --- a/docs/technical-guide/developer/architecture/frontend.md +++ b/docs/technical-guide/developer/architecture/frontend.md @@ -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.