The EventEntries component is used in issue details, discover, performance, shared issues. Now that issues are becoming more differentiated from the event details, it no longer makes sense to use it for all these disparate use cases.
This work will enable the issues UI to be more flexible and diverge from the default event UI without adding many extra props and conditionals that will make the code less maintainable.
The
EventEntriescomponent is used in issue details, discover, performance, shared issues. Now that issues are becoming more differentiated from the event details, it no longer makes sense to use it for all these disparate use cases.This work will enable the issues UI to be more flexible and diverge from the default event UI without adding many extra props and conditionals that will make the code less maintainable.