Plugin entries were not syncing properly inside the plugins view.
Instead of adding events to update filtered lists, make it so that
these filtered lists are updated on state changes.
This is the intended method of reactive programming and removes
complexity from filtering logic.
Signed-off-by: kingbri <bdashore3@proton.me>