Skip to content

Commit

Permalink
Release 0.13.5 - Master (#119)
Browse files Browse the repository at this point in the history
* 0.13.2-0.0.1: [fix] - Circle CI build (#108)

* Update CI node version

* Change node version CI

* Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards

* bump version

* fix naming of network enum file

* fix naming of network enum file

Co-authored-by: Adam Carpenter <[email protected]>

* 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109)

* Increase resources for circleCI prod build

* increment version

Co-authored-by: Adam Carpenter <[email protected]>

* 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110)

* Added popular networks to enum

* Reformat code using prettier

* increment version

* Add Main tag to Eth network

* add returns to new blocks and remove consoleLog

Co-authored-by: Adam Carpenter <[email protected]>

* 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107)

* Update CI node version

* Change node version CI

* Bump tmpl from 1.0.4 to 1.0.5

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: Aaron Barnard <[email protected]>
Co-authored-by: Taylor Dawson <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 0.13.3: Increase circleCI build resources, code enhancements (#112), dependabot updates

Co-authored-by: Adam Carpenter <[email protected]>

* 0.13.3-0.0.1: Ethers Provider Version Increment (#113)

* Update ethers provider code

* Increment version

* 0.13.3-0.0.2: Notify version Bump and Layout & styling updates (#114)

* Update CI node version

* Change node version CI

* Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards

* Release/0.13.3 (#111)

* 0.13.2-0.0.1: [fix] - Circle CI build (#108)

* Update CI node version

* Change node version CI

* Fix build issue by upping resources for yarn build in config.yml, small refactors to create a networks enum, es6 arrow func standards

* bump version

* fix naming of network enum file

* fix naming of network enum file

Co-authored-by: Adam Carpenter <[email protected]>

* 0.13.2-0.0.2: [fix] - Increase resources for circleCI prod build (#109)

* Increase resources for circleCI prod build

* increment version

Co-authored-by: Adam Carpenter <[email protected]>

* 0.13.2-0.0.3: [enhancement] - Add popular networks support, reformatting using prettier (#110)

* Added popular networks to enum

* Reformat code using prettier

* increment version

* Add Main tag to Eth network

* add returns to new blocks and remove consoleLog

Co-authored-by: Adam Carpenter <[email protected]>

* Increase circleCI build resources, code enhancements

* 0.13.2-0.0.4: Depandabot - Bump tmpl from 1.0.4 to 1.0.5 (#107)

* Update CI node version

* Change node version CI

* Bump tmpl from 1.0.4 to 1.0.5

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: Aaron Barnard <[email protected]>
Co-authored-by: Taylor Dawson <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: Taylor Dawson <[email protected]>
Co-authored-by: Adam Carpenter <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Barnard <[email protected]>

* start restyle

* more restyle

* more design touchups

* feature branch version increment

* Retouch colors to match brand pallet

* Updates to color per Gustavo

* Updates to color per Gustavo

* Font-fam update to sans-serif per Gustavo

* Remove duplicate enum file

* Update screenshot in readme

* remove commented out code

* Update notify version

Co-authored-by: Aaron Barnard <[email protected]>
Co-authored-by: Taylor Dawson <[email protected]>
Co-authored-by: Carpenters <[email protected]>
Co-authored-by: Adam Carpenter <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* version bump for release

* 0.13.4-0.0.1 - Increase build resources (#117)

* Testing 123 - Increase build resources yet again

* version bump

* version bump

Co-authored-by: Adam Carpenter <[email protected]>

* 0.13.4-0.0.2: [fix] Increase build resources for Prod (#118)

* Bump version for release

Co-authored-by: Taylor Dawson <[email protected]>
Co-authored-by: Adam Carpenter <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Barnard <[email protected]>
Co-authored-by: Carpenters <[email protected]>
  • Loading branch information
6 people authored Dec 5, 2021
1 parent ec50718 commit 2a314fd
Show file tree
Hide file tree
Showing 9 changed files with 391 additions and 327 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
deploy_stage:
docker:
- image: cimg/node:14.17.3
resource_class: medium+
resource_class: large
steps:
- checkout
- run: rm yarn.lock && yarn install --network-concurrency 1
Expand All @@ -15,7 +15,7 @@ jobs:
deploy_prod:
docker:
- image: cimg/node:14.17.3
resource_class: medium+
resource_class: large
steps:
- checkout
- run: yarn cache clean && yarn install --network-concurrency 1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ For detailed documentation, head to [docs.blocknative.com](https://docs.blocknat


<div align="center">
<img style="border-radius: 8px" width="75%" src="assets/react-demo.png">
<img style="border-radius: 8px" width="75%" src="assets/react-demo-updated.png">
</div>

View live demo [here](https://reactdemo.blocknative.com/)!
Expand Down
Binary file added assets/react-demo-updated.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/react-demo.png
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "onboard-notify-react",
"version": "0.13.3",
"version": "0.13.5",
"dependencies": {
"bnc-notify": "^1.9.1",
"bnc-notify": "^1.9.2",
"bnc-notify-staging": "https://github.com/blocknative/notify#develop",
"bnc-onboard": "^1.35.4",
"bnc-onboard-staging": "https://github.com/blocknative/onboard#develop",
"ethers": "^5.2.0",
"ethers": "^5.5.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts": "3.1.1",
Expand Down
52 changes: 34 additions & 18 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
body {
font-family: "Helvetica Neue";
background-color: rgb(206, 175, 206);
background-image: url("bn-logo.png");
background-repeat: repeat;
font-family: sans-serif;;
font-style: normal;
background-color: #1a1d26;
max-width: 100vw;
overflow: hidden;
margin: 0;
Expand All @@ -15,10 +14,6 @@ main {
box-sizing: border-box;
}

section {
display: flex;
}

@media screen and (max-width: 750px) {
body {
overflow: unset;
Expand All @@ -39,19 +34,30 @@ section {
}
}

.main-content {
display: flex;
justify-content: center;
padding-top: 24px;
}

.vertical-main-container {
display: grid;
}

.container {
background: rgba(255, 255, 255, 0.4);
background: #383c48;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column nowrap;
padding: 1rem;
/* width: 20rem; */
border: 1px solid #eeeeee;
border-radius: 4px;
margin: 0.25rem;
padding: 1.5rem;
border-radius: 8px;
margin: 0.75rem 1rem;
border: 1px solid #6c707d;
color: #fff;
}


.container div {
display: flex;
justify-content: center;
Expand Down Expand Up @@ -93,13 +99,13 @@ section {
}

.bn-demo-button {
background: #ffffff;
background: #ffffffee;
font-size: 0.889rem;
border: 1px solid #eeeeee;
border-radius: 40px;
border-radius: 8px;
padding: 0.55rem 1.4rem;
color: #4a90e2;
margin: 0.25rem 0.5rem;
color: #6370e5;
margin: 0.4rem 0.75rem;
transition: background 200ms ease-in-out, color 200ms ease-in-out;
}

Expand All @@ -110,3 +116,13 @@ section {
.bn-demo-button:hover {
cursor: pointer;
}

.selected-toggle-btn {
background: #6370e5;
color: white;
}

.unselected-toggle-btn {
color: #6370e5;
background: #ffffffee;
}
Loading

0 comments on commit 2a314fd

Please sign in to comment.