We’ve just pushed a new version Meteor DDP Monitor and I wanted to take this opportunity to share it with those of you who have not seen/used it yet and encourage more people from the community to share feedback on features that you’d like to see in new releases and your specific use cases. GitHub - bakery/meteor-devtools: ⚡Chrome Dev tools extension for Meteorjs apps
Nice touch with the colored icons. Could you perhaps restyle the bold part so that it is not bold, but it somewhat matches the icon colors? I think it would be easier on the eye and much easier to visually grasp what’s going on.
@manuite: i am not familiar with Safari devtools API so it’s hard to comment at this point. We tried to keep Chrome related stuff separate from the app itself (which is implemented as a separate React app). The app itself and Chrome devtools are glued together through the bridge module (https://github.com/thebakeryio/meteor-ddp-monitor/blob/master/src/bridge.jsx)