Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.13.3-0.0.2: [Enhancement] - Layout and styling updates #114

Merged
merged 33 commits into from
Dec 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
e02ada3
Merge pull request #50 from blocknative/release/0.5.0
lnbc1QWFyb24 Mar 30, 2021
4e009e2
Merge pull request #53 from blocknative/release/0.6.0
lnbc1QWFyb24 Apr 8, 2021
79fe987
Merge pull request #56 from blocknative/release/0.7.0
taylorjdawson Apr 29, 2021
a60ca01
Merge pull request #62 from blocknative/release/0.8.0
taylorjdawson Jun 1, 2021
3239199
Merge pull request #65 from blocknative/develop
lnbc1QWFyb24 Jun 7, 2021
f68d5a7
Merge pull request #68 from blocknative/release/0.8.2
lnbc1QWFyb24 Jun 10, 2021
13199a8
Merge pull request #72 from blocknative/release/0.9.0
lnbc1QWFyb24 Jun 23, 2021
bf7ec98
Merge pull request #74 from blocknative/release/0.10.0
lnbc1QWFyb24 Jul 9, 2021
59672cb
Update CI node version
lnbc1QWFyb24 Jul 9, 2021
4056368
Change node version CI
lnbc1QWFyb24 Jul 9, 2021
9798e84
Merge pull request #84 from blocknative/release/0.11.0
taylorjdawson Jul 28, 2021
45ce547
Merge pull request #90 from blocknative/release/0.12.0
taylorjdawson Aug 11, 2021
2f9acbe
Merge pull request #93 from blocknative/release/0.12.1
lnbc1QWFyb24 Aug 12, 2021
56be292
Merge pull request #97 from blocknative/release/0.13.0
lnbc1QWFyb24 Aug 17, 2021
da88f4b
Merge pull request #101 from blocknative/release/0.13.1
taylorjdawson Sep 9, 2021
fbe044c
Merge pull request #105 from blocknative/release/0.13.2
taylorjdawson Nov 4, 2021
ec80fc1
Fix build issue by upping resources for yarn build in config.yml, sma…
Nov 23, 2021
ec50718
Release/0.13.3 (#111)
Adamj1232 Nov 30, 2021
90128f3
start restyle
Dec 2, 2021
ef5572c
more restyle
Dec 3, 2021
3178b8a
merge in master
Dec 3, 2021
bc57f3c
more design touchups
Dec 3, 2021
eddf15e
feature branch version increment
Dec 3, 2021
eec668f
Retouch colors to match brand pallet
Dec 3, 2021
db133ee
Updates to color per Gustavo
Dec 3, 2021
7f94084
Updates to color per Gustavo
Dec 3, 2021
3f1667c
Font-fam update to sans-serif per Gustavo
Dec 3, 2021
53cb06b
Remove duplicate enum file
Dec 3, 2021
7cb6c1d
Update screenshot in readme
Dec 3, 2021
0c834b5
fix merge conflicts from develop
Dec 3, 2021
f75c638
Fix merge conflicts from develop
Dec 3, 2021
488d803
remove commented out code
Dec 3, 2021
6345947
Update notify version
Dec 3, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "onboard-notify-react",
"version": "0.13.3-0.0.1",
"version": "0.13.3-0.0.2",
"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",
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