ngrx / store-log-monitor

Log Monitor for @ngrx/store-devtools and Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reverse the tree

thaoula opened this issue · comments

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

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

Turn this invocation from push to unshift