From d59dbde0e7175f6b5401b5fc8f2a957a24124f3c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 2 Apr 2026 16:39:17 +0000 Subject: [PATCH] :recycle: Convert history-entry-details to modern rumext * format Rename to history-entry-details* and update internal call site. --- frontend/src/app/main/ui/workspace/sidebar/history.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/history.cljs b/frontend/src/app/main/ui/workspace/sidebar/history.cljs index 0581ff1878..366fc1715e 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/history.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/history.cljs @@ -258,7 +258,7 @@ (map (resolve-shape-types entries objects)) (mapv select-entry))) -(mf/defc history-entry-details [{:keys [entry]}] +(mf/defc history-entry-details* [{:keys [entry]}] (let [{entries :items} (mf/deref workspace-undo) objects (mf/deref refs/workspace-page-objects)] @@ -319,7 +319,7 @@ deprecated-icon/arrow])] (when @show-detail? - [:& history-entry-details {:entry entry}])])) + [:> history-entry-details* {:entry entry}])])) (mf/defc history-toolbox* []