From b93c55615d7482db5e7f8b37065ad9290802ff46 Mon Sep 17 00:00:00 2001 From: timsuchanek Date: Wed, 27 Sep 2017 14:44:14 +0200 Subject: [PATCH] Added proper loading, closes #89 --- packages/graphql-playground/public/index.html | 21 ++++++----- packages/graphql-playground/public/logo.png | Bin 0 -> 32043 bytes .../graphql-playground/src/components/App.tsx | 3 +- .../src/components/Loading.tsx | 34 ++++++++++++++++++ 4 files changed, 46 insertions(+), 12 deletions(-) create mode 100644 packages/graphql-playground/public/logo.png create mode 100644 packages/graphql-playground/src/components/Loading.tsx diff --git a/packages/graphql-playground/public/index.html b/packages/graphql-playground/public/index.html index 08f5e933e..61d9fa2c7 100644 --- a/packages/graphql-playground/public/index.html +++ b/packages/graphql-playground/public/index.html @@ -35,21 +35,20 @@ font-size: 32px; font-weight: 200; color: rgba(255,255,255,.6); - margin-right: 20px; + margin-left: 20px; + } + img { + width: 78px; + height: 78px; + } + .title { + font-weight: 400; } +
- Loading Playground + Loading GraphQL Playground
- - -