Select something like last 15 minutes for a tag that only has 1 event in that timeframe
Actual: The event timeline goes away and only displays details about the single event.
Expected: The event timeline should stay and only that one event should be shown.
Context
There is a component where this is controlled (src/components/Events/index.js). This component has a flag called isEventStream. We need to conditionalize the single event behavior to always show the timeline whenever we are viewing the event stream.
Steps to reproduce
last 15 minutes
for a tag that only has 1 event in that timeframeActual: The event timeline goes away and only displays details about the single event. Expected: The event timeline should stay and only that one event should be shown.
Context
There is a component where this is controlled (
src/components/Events/index.js
). This component has a flag calledisEventStream
. We need to conditionalize the single event behavior to always show the timeline whenever we are viewing the event stream.Demo
https://github.com/mozilla/debug-ping-view/assets/24759139/4ed8b818-7747-4671-b364-a37c52a8fef3