From 13be7dad71b159dbbda7b07bd156a35260b42094 Mon Sep 17 00:00:00 2001 From: Brian Flanagan Date: Sun, 22 Apr 2018 14:43:15 +0100 Subject: [PATCH 01/13] pull out some unnecessary functionality for the present and the very beginnings of some fixed-width UI & css --- package.json | 1 + public/index.html | 2 +- src/App/App.css | 101 +++++++++++- src/App/App.js | 27 ++-- src/Send/Send.js | 4 +- src/Tokens/Balance/Balance.js | 16 +- src/Tokens/Tokens.js | 2 +- yarn.lock | 283 +++++++++++++++++++++++++++++----- 8 files changed, 373 insertions(+), 63 deletions(-) diff --git a/package.json b/package.json index 97a2381e..a12050f1 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,7 @@ "@babel/preset-env": "^7.0.0-beta.44", "babel-eslint": "^8.2.3", "babel-loader": "^8.0.0-beta", + "node-sass": "^4.8.3", "react-app-rewire-mobx": "^1.0.8", "react-app-rewired": "^1.5.0", "semistandard": "^12.0.1", diff --git a/public/index.html b/public/index.html index ed0ebafa..1592ad4c 100644 --- a/public/index.html +++ b/public/index.html @@ -19,7 +19,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Light Wallet