Open
Description
A custom built event handler for updating and loading the SnipX UI. Currently, a lot of the UI updates are happening with a simple window.location.reload()
which is something we definitely don't want.
A dedicated handler class
I think should do the trick.
In the class, we can have methods for manipulating the DOM without reloading it.