zenstruck / messenger-monitor-bundle

Batteries included UI to monitor your Messenger workers, transports, schedules, and messages.
MIT License
152 stars 16 forks source link

feat: Add message type filter in History #78

Closed dontfreakout closed 6 months ago

dontfreakout commented 6 months ago

The History module now offers a handy message type filter. This new feature includes the implementation of a method in Storage that retrieves distinct message types.

The filter feature considers other filters and ensures that the available types fall within the scope of the selected filter. For instance, if you choose to filter messages for the past day, the Message type dropdown will only display the types that are relevant for that time period.

image

image