feat(corp/tvixbolt): persist state in tvixbolt's URL

This makes it possible to enter something into tvixbolt and then share
the link with someone else.

Suggested by Profpatsch originally.

Change-Id: I9886e76a7b821070f13ea7005df09188821e091d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6636
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
Vincent Ambo 2022-09-18 19:23:22 +03:00 committed by tazjin
parent 993c22de59
commit bb47baf638
3 changed files with 23 additions and 10 deletions

View file

@ -592,6 +592,7 @@ version = "0.1.0"
dependencies = [
"codemap",
"rnix",
"serde",
"serde_urlencoded",
"tvix-eval",
"wasm-bindgen",