Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show more on events in info widget #335

Merged
merged 2 commits into from
Mar 24, 2022
Merged

Show more on events in info widget #335

merged 2 commits into from
Mar 24, 2022

Conversation

cbrnr
Copy link
Owner

@cbrnr cbrnr commented Mar 24, 2022

Partially addresses #329.

This changes how events are shown in the info widget:

  • The total number of events is always shown
  • If there are fewer than 8 unique event types, the count for each type is shown in parentheses.
  • If there are between 8 and 12 unique event types, only the unique event types are shown in parentheses.
  • If there are more than 12 unique event types, only the first 6 and last 6 unique event types are shown in parentheses (with a ... in between).

To completely implement #329, there needs to be an option which shows the counts of all unique event types (in addition to the total count). Maybe in the "Events" dialog?

@cbrnr cbrnr merged commit a9f921b into main Mar 24, 2022
@cbrnr cbrnr deleted the events-info-widget branch March 24, 2022 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant