It would be nice if we had access to our found triples even after refreshing/closing and reopening the page. The obvious way to do this that doesn't require any server interaction is to save them in the browser (e.g. in Local Storage).
1 is definitely related, but this would be for all of your found triples (at least, since you last cleared your browser storage). There's plenty of ways to implement either one that would automatically get the other, of course.
Hey @Dinoguy1000, we currently plan to be stateless for as long as possible, even on the client. But we will take your suggestion into account. Thanks for reporting!
It would be nice if we had access to our found triples even after refreshing/closing and reopening the page. The obvious way to do this that doesn't require any server interaction is to save them in the browser (e.g. in Local Storage).