plrdev / react-native-flipper-apollo-devtools

33 stars 7 forks source link

Migrate Queries tab styling from less to Emotion #8

Open plrdev opened 3 years ago

plrdev commented 3 years ago

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 Query Tab UI look like it looks in Chrome devtools. No need to wire up the functionality - just get the UI working.