Merge pull request #1 from nomadic-labs/async_implementation

working on slow connections
This commit is contained in:
Sharon 2020-04-17 18:28:16 -04:00 committed by GitHub
commit a5759ab587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 280 additions and 187 deletions

View File

@ -16,7 +16,14 @@
"babel": {
"presets": [
"airbnb",
"@babel/preset-env",
[
"@babel/preset-env",
{
"targets": {
"node": "12"
}
}
],
"@babel/preset-react"
],
"plugins": [

View File

@ -274,7 +274,6 @@
.buttons {
display: flex;
align-items: center;
font-size: 1rem;
button {
background-color: transparent;

File diff suppressed because it is too large Load Diff