day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
634 stars 68 forks source link

Subs panel - a way of easily seeing only subs that changed #174

Closed Gregg8 closed 2 years ago

Gregg8 commented 6 years ago

In a sea of subscriptions (sometimes several pages), it would be nice to easily see where the action actually took place (i.e. those subs where the value actually changed). This could be done in two ways:

1) Have another checkbox called say, "Only show changed subs" (words to be determined and in context with the checkbox already there)

2) Place an orange gleam icon at an appropriate place on the line (perhaps next to the sub name).

I prefer option 1 but even when this is off, the gleam could be shown as per option 2, so I really think both would be useful.

MawiraIke commented 2 years ago

Is this concept already implemented @Gregg8 or still up for enhancement? Option 1 might be already implemented in the current 10x version.

ignored_subs

Gregg8 commented 2 years ago

I wrote this nearly 4 years ago, and I suspect the checkbox wasn't there at the time.

In any case, that doesn't answer my request as it only applies to layer 2 subs. And most subs are layer 3.

However, I suspect that the nice colour-coding of subs that have been Created, Run, Discarded and Not-run was either non-existent or did not stand out as well, and I have not perceived the issue in my recent uses.

There's also a very nice filter to help us focus on what's interesting to us, so I think with all these, I'll just close the issue now.