lukas-frey / filament-icon-picker

An icon picker field for Filament
MIT License
106 stars 20 forks source link

Feature: Add caching for generating the icons array #39

Closed Voltra closed 3 months ago

Voltra commented 4 months ago

This PR makes it so that instead of iterating over files each time we load icons, it loads them once and uses a cached version on subsequent calls.

It should improve performance when using large/multiple icon sets.

Closes #35

lukas-frey commented 3 months ago

Hi @Voltra , sorry I missed your PR. Thanks a lot - merging now.

github-actions[bot] commented 3 months ago

:tada: This PR is included in version 2.2.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: