as a modal
I can't figure how to make the button look like the other ones.
I also can't find how to adapt the modal's width to its content,
as it defaults to 500px, and I can't find an easy way to ignore this.
@anlambert Can you take this diff from here?
I would like this class to be more pythonic by working as a context manager. For me, the sqlite3 connection should probably happen in an __enter__() function, and closing it in an __exit__() function. I know you cannot use a with block in the Fuse operation class (a shame...), but at least it keeps the quirky aspect of this solely in the Fuse class.