0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

💄 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}
[props]
[: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)
[:div.icon-item {:key key}
(deref val)