JohnnyCurran / TimeTravel

Phoenix LiveView TimeTravel Debugger
MIT License
116 stars 0 forks source link

Send event arguments to extension #9

Closed JohnnyCurran closed 1 year ago

JohnnyCurran commented 1 year ago

Currently the extension only shows the name of the event (mount, handle_event, handle_params)

It would be more useful to see the arguments passed to the callback in order to see the input -> assigns flow