Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(events): show stale events in separate section
Previously all events would ve listed in one list, irrespective of if they have recent activity. This makes it difficult to find relevent events if you have lots of stale events. This change: * adds a group "Stale events" based on `volume_30_days` being falsy * filters the main "Events" group by `volume_30_days` being truthy Closes PostHog#4791 References PostHog#4502 Note that this also references PostHog#4502 as it achieves the functionality of highlighting which events have had recent activity.
- Loading branch information