mirror of
https://github.com/penpot/penpot.git
synced 2025-07-27 06:27:21 +02:00
💄 Show icons sorted on the debug view.
This commit is contained in:
parent
427273a09f
commit
946f978e10
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue