Wow, this is great! I also love the fact that this is 100% made with elm, no js at all. It would be cool if the UI had a time slider, in the spirit of the old time travel debugger.
Maybe you could also add a debugView : Model -> a to TimeTravel.program so that a user can apply a filter to what gets logged. E.g. debugView = \model -> model.someInner.model Keep it up! On Monday, 6 June 2016 10:23:35 UTC+2, Yosuke Torii wrote: > > Hi all, > > Is it convenient for you if there would be a new version of Time Travel > Debugger for 0.17? > I made a prototype on GitHub (Repository > <https://github.com/jinjor/elm-time-travel>, Demo > <http://jinjor.github.io/elm-time-travel/>). (Not published yet.) > > Possible feature to be implemented in the future is: > > - format model (e.g. indent, syntax highlight) > - show diff between before and after msg > - watch certain property and stop when it is changed > - form a Cmd tree where the root is user action and has chained Cmds > - enable to show panel in other place (Currently it is fixed on the > right) > > > Please give me feedback if you are interested :) > > Thanks > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
