AlyxMoon / lunar-factorio-mod-manager

A mod manager for Factorio, programmed using the Electron framework.
MIT License
6 stars 2 forks source link

Fix page and mods count #101

Closed mrdejong closed 4 years ago

mrdejong commented 4 years ago

In the commit 92d8bdd32c41923dbb8ff1bd70a31b5da133fcbc I have told that we should find a way around the hacky way I have fixed that. This pull request attacks that issue, but also the total mods count is now correctly displayed.

Also have fixed the search event, it now will correctly listen to the clear button clicked. Also cleared linting warnings These last two commits are in here since I didn't found it necessary to create a separate branch for it.

AlyxMoon commented 4 years ago

Awesome, it all looks good.