Upgrade Dependencies (#873)

* Loading placeholder

* Upgrade dependencies, reduce warnings

* 👕

* Remove more unused deps

* Bump RME
This commit is contained in:
Tom Moor
2019-01-21 11:06:44 -08:00
committed by GitHub
parent 4f4e55d120
commit 39a61d8559
10 changed files with 549 additions and 783 deletions

View File

@@ -3,28 +3,38 @@
<head>
<title>Outline</title>
<link href="/static/styles.css" rel="stylesheet">
</head>
<style>
body,
html {
margin: 0;
padding: 0;
}
<style>
body,
html {
margin: 0;
padding: 0;
}
body {
display: flex;
width: 100%;
height: 100%;
}
body {
display: flex;
width: 100%;
height: 100%;
}
#root {
flex: 1;
min-height: 100vh;
}
</style>
#root {
flex: 1;
min-height: 100vh;
}
#sidebar-placeholder {
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: 280px;
background: #F4F7FA;
}
</style>
</head>
<body>
<div id="root"></div>
<div id="root">
<div id="sidebar-placeholder"></div>
</div>
<script src="/static/bundle.js"></script>
</body>
</html>

View File

@@ -21,10 +21,21 @@
flex: 1;
min-height: 100vh;
}
#sidebar-placeholder {
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: 280px;
background: #F4F7FA;
}
</style>
</head>
<body>
<div id="root"></div>
<div id="root">
<div id="sidebar-placeholder"></div>
</div>
<script src="//d2wy8f7a9ursnm.cloudfront.net/bugsnag-3.min.js" data-apikey="<%= BUGSNAG_KEY %>"></script>
</body>
</html>