darksoil-studio/holochain-playground

entry-contents hash no longer visible

Opened this issue · 1 comments

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.

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>