ngrx / store-log-monitor

Log Monitor for @ngrx/store-devtools and Angular
MIT License
63 stars 18 forks source link

Reverse the tree #21

Open thaoula opened 7 years ago

thaoula commented 7 years ago

Hi guys,

Is it currently possible to reverse the order of the actions in the JSON tree?

I think it would be convenient to display the newest dispatch at the top rather than having to scroll to the bottom all the time.

Regards, Tarek

colthreepv commented 7 years ago

Reading the source code for the first time, but this should be an easy fix:

Turn this invocation from push to unshift