re-frame-10x icon indicating copy to clipboard operation
re-frame-10x copied to clipboard

Option to not automatically switch to the latest epoch

Open prbroadfoot opened this issue 7 years ago • 2 comments
trafficstars

I'm using re-frame-10x in an app with a timeout that fires an event every 20 seconds. When that happens, the dashboard automatically updates to the latest epoch. This is often inconvenient because it disrupts me while I'm inspecting a previous epoch. I don't want to ignore the event because I may be interested in inspecting information about it, but I don't want to automatically switch to its epoch when it happens. Is there a way around this problem?

prbroadfoot avatar Apr 06 '18 17:04 prbroadfoot

Probably the best workaround at the moment would be to ignore that event, and then unignore it when you do want to inspect it. We’ll think about other ways to improve this behaviour.

danielcompton avatar Apr 06 '18 18:04 danielcompton

See settings option to ignore events

On Sat, Apr 7, 2018, 4:45 AM Daniel Compton [email protected] wrote:

Probably the best workaround at the moment would be to ignore that event, and then unignore it when you do want to inspect it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Day8/re-frame-10x/issues/190#issuecomment-379342330, or mute the thread https://github.com/notifications/unsubscribe-auth/AC5JIApKN0vBoIFjDeSNNVYmLYjhpPfpks5tl7exgaJpZM4TKa7j .

mike-thompson-day8 avatar Apr 06 '18 23:04 mike-thompson-day8

This always bugged me, too. Now in #389, the view will stick when you select any epoch but the latest.

kimo-k avatar Jul 01 '23 02:07 kimo-k