kdzwinel/DOMListenerExtension

Group similar messages together

kdzwinel opened this issue · 2 comments

I'd probably group them by target first, then type, then details.

(and would do that order in the table, too, actually)

I implemented simple version for now (if event type and target match then details are grouped):
screen shot 2015-02-27 at 22 56 08

But I can definitely do something more robust latter on.