mirror of
https://github.com/penpot/penpot.git
synced 2026-05-07 17:18:35 +00:00
💄 Show icons sorted on the debug view.
This commit is contained in:
parent
427273a09f
commit
946f978e10
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user