darksoil-studio / holochain-playground

Mono repo for the holochain playground
https://darksoil.studio/holochain-playground
MIT License
24 stars 5 forks source link

entry-contents hash no longer visible #10

Open joshuavial opened 3 months ago

joshuavial commented 3 months ago

the icon which used to show the hash in 0.1.1 is no longer visible in 0.300-rc.0

image

When I use the following in a hc 0.2.8 app I can see the icon and copy the hash

"@holochain-playground/cli": "^0.1.1",
"@holochain/hc-spin": "^0.200.12",

I noticed if I went with 0.2 then I could see a truncated hash which was no longer copyable (which looked intentional from the git history) but now the only way I can see to find an action hash from the playground is to add a second action and look at the prev_action field.

joshuavial commented 3 months ago

When inspecting the html I can see the holo-identicon element but it has nothing in it

<span class="row placeholder">, with hash <holo-identicon style="margin-left: 8px;"></holo-identicon></span>