You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.
Currently, the log viewer in the MM is a very simple implementation, simply listening to messages arriving over the wire and adding them to the log table.
I'd love to implement a react-virtualized approach with an infinitely-scrolling list that's populated from the PostgreSQL server. I honestly can't remember very well just how far along it was in development, but it should also have full support for sorting, filtering, etc.
The text was updated successfully, but these errors were encountered:
Currently, the log viewer in the MM is a very simple implementation, simply listening to messages arriving over the wire and adding them to the log table.
I'd love to implement a
react-virtualized
approach with an infinitely-scrolling list that's populated from the PostgreSQL server. I honestly can't remember very well just how far along it was in development, but it should also have full support for sorting, filtering, etc.The text was updated successfully, but these errors were encountered: