ilikerobots / polyicon

Flutter icon set generator
http://fluttericon.com
MIT License
422 stars 49 forks source link

"Select all/ Unselect all" for custom icons #47

Open igoriuz opened 4 years ago

igoriuz commented 4 years ago

The functionality already exists, except for custom icons.

Bildschirmfoto 2020-08-07 um 11 48 11

bdlukaa commented 3 years ago

This would be so much helpful!

kenkz447 commented 3 years ago

My workaround is using JS to select 1000 icons, it take some time done

var icons = document.querySelectorAll('.font-custom_icons .selector__glyph-inner:not(.checked)');
icons.forEach(e => e.click());
igoriuz commented 3 years ago

There's a hidden functionality: You can mark all items with holding down left mouse button.