cauliframework / cauli

Debug Networking
https://cauli.works
MIT License
28 stars 5 forks source link

Extracted an InspectorFloretFormatter to customize the InspectorFloret #239

Closed brototyp closed 11 months ago

brototyp commented 11 months ago

This PR extracts an InspectorFloretFormatterType from the InspectorFloretto be able to customize it. One specific use case for this is when using GraphQL for network requests. Pretty much all information in the list will be the same (everything but the data), since for GraphQL:

With this change, one can implement a custom formatter, that shows other data in the list for GraphQL requests, for example

brototyp commented 11 months ago

@pstued, I would love your thoughts on it if you find some time.