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:
parent
993c22de59
commit
bb47baf638
3 changed files with 23 additions and 10 deletions
1
corp/tvixbolt/Cargo.lock
generated
1
corp/tvixbolt/Cargo.lock
generated
|
|
@ -592,6 +592,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"codemap",
|
||||
"rnix",
|
||||
"serde",
|
||||
"serde_urlencoded",
|
||||
"tvix-eval",
|
||||
"wasm-bindgen",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue