From de89dfe27fc4824097a83f4e971334b7295035df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Mon, 1 Jul 2024 14:16:10 +0200 Subject: [PATCH] :paperclip: Remove unused legacy icons preview --- frontend/src/app/main/ui/icons.cljs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/frontend/src/app/main/ui/icons.cljs b/frontend/src/app/main/ui/icons.cljs index 324eb8098..27381d2f5 100644 --- a/frontend/src/app/main/ui/icons.cljs +++ b/frontend/src/app/main/ui/icons.cljs @@ -285,19 +285,6 @@ "A collection of all icons" (collect-icons)) -(mf/defc debug-icons-preview - {::mf/wrap-props false} - [] - (let [entries (->> (seq (js/Object.entries default)) - (sort-by first))] - [:section.debug-icons-preview - [:h2 "icons"] - (for [[key val] entries] - [:div.icon-item-old {:key key - :title key} - val - [:span key]])])) - (defn key->icon [icon-key] (when icon-key