tomlin7 / biscuit

Aesthetic, lightweight code editor with extension support
https://tomlin7.github.io/biscuit
MIT License
189 stars 27 forks source link

Installed extensions filter for the extension center #423

Closed saai-syvendra closed 1 month ago

saai-syvendra commented 1 month ago

fix #414

Added a filter icon and filter logic

tomlin7 commented 1 month ago

@saai-syvendra thanks for the PR! happy hacktoberfest

Changes are made to fetch the extensions again when applying filter, because otherwise filter will be applied on outdated data. Test case: Install an extension, and then apply filter. In the previous implementation, newly extension won't show up.