Option to not automatically switch to the latest epoch
Closed this issue · 3 comments
prbroadfoot commented
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?
danielcompton commented
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.
mike-thompson-day8 commented
See settings option to ignore events
…On Sat, Apr 7, 2018, 4:45 AM Daniel Compton ***@***.***> 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
<#190 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC5JIApKN0vBoIFjDeSNNVYmLYjhpPfpks5tl7exgaJpZM4TKa7j>
.