react-native-flipper-apollo-devtools icon indicating copy to clipboard operation
react-native-flipper-apollo-devtools copied to clipboard

Migrate GraphiQL tab styling from less to Emotion

Open plrdev opened this issue 4 years ago • 0 comments

Apollo client devtools uses LESS for stylings, which is not supported for Flipper plugin. Flipper plugin supports Emotion, so styles needs to be migrated. This was done already for Cache tab. It can be used as an example how this can be achieved. Goal is to have the GraphiQL Tab UI look like it looks in Chrome devtools. No need to wire up the functionality - just get the UI working.

plrdev avatar Oct 18 '20 13:10 plrdev