RamonMeffert / elm-gossip

A user-friendly web tool for exploring dynamic gossip.
https://r3n.nl/elm-gossip/
GNU General Public License v3.0
3 stars 0 forks source link

Ramon meffert/issue8 #32

Closed RamonMeffert closed 3 years ago

RamonMeffert commented 3 years ago

Permissibility needs some more work, but the basic version stands. Still need to figure out why the Any protocol doesn't work. Right now, there's the odd situation in which the correct set of possible calls is reported in the Protocols section, but some of the calls reported there do not work in the call sequence.

RamonMeffert commented 3 years ago

This PR also improves the design a bit, and makes a small step towards #21 by introducing a module for rendering alert messages.

RamonMeffert commented 3 years ago

This PR also adds a button to execute call sequences on the current graph by the way

RamonMeffert commented 3 years ago

This PR also contains some preparatory work for #26, as it is already possible to execute calls and update the graph.