♻️ Convert history-entry-details to modern rumext * format

Rename to history-entry-details* and update internal call site.
This commit is contained in:
Andrey Antukh 2026-04-02 16:39:17 +00:00
parent d7df19104a
commit d59dbde0e7

View File

@ -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*
[]