💄 Show icons sorted on the debug view.

This commit is contained in:
Andrey Antukh 2020-04-08 13:04:50 +02:00
parent 427273a09f
commit 946f978e10

View file

@ -104,7 +104,7 @@
{::mf/wrap-props false} {::mf/wrap-props false}
[props] [props]
[:section.debug-icons-preview [:section.debug-icons-preview
(for [[key val] (ns-publics 'uxbox.builtins.icons)] (for [[key val] (sort-by first (ns-publics 'uxbox.builtins.icons))]
(when (not= key 'debug-icons-preview) (when (not= key 'debug-icons-preview)
[:div.icon-item {:key key} [:div.icon-item {:key key}
(deref val) (deref val)