Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

promote staging to master #1

Closed
wants to merge 46 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
125ad96
initial work
evgenyboxer Aug 24, 2020
d78a226
feat: compose nextjs plugins
evgenyboxer Aug 24, 2020
c638b44
chore: strict deps
evgenyboxer Aug 24, 2020
3bc6f61
feat: app header
evgenyboxer Aug 25, 2020
234c43f
fix: ts err
evgenyboxer Aug 25, 2020
3ae91e2
feat: add synths/frozen synths handling
evgenyboxer Aug 26, 2020
893ded0
feat: currency card
evgenyboxer Aug 26, 2020
6241424
phase 0 (prep for demo)
evgenyboxer Aug 29, 2020
1f44fef
refactor: a more robust way of data flow
evgenyboxer Aug 31, 2020
f743cb5
feat: fonts/logos/reach-ui
evgenyboxer Aug 31, 2020
93cfa5e
chore: remove material-ui / used typings / lint fixes
evgenyboxer Aug 31, 2020
c743b2c
fix: server err
evgenyboxer Aug 31, 2020
bb63acd
ui touch ups + wire up etherscan contract url
evgenyboxer Aug 31, 2020
d1f44ec
feat: add pair to page title for exchange page
evgenyboxer Aug 31, 2020
8e89824
chore: use constants for the local storage keys
evgenyboxer Aug 31, 2020
0a8ede2
fix: use USD sign for 24h/l
evgenyboxer Aug 31, 2020
3bdb060
fix: price chart (reset on mouse leave)
evgenyboxer Aug 31, 2020
7f2a85f
feat: services + currency card work
evgenyboxer Sep 1, 2020
640ce23
switch to latest snxjs
evgenyboxer Sep 1, 2020
17f8375
chore: fix network
evgenyboxer Sep 1, 2020
eca6215
fix: etherscan url
evgenyboxer Sep 1, 2020
6fa8c87
chore: strict deps
evgenyboxer Sep 1, 2020
a83c5da
fix typings
evgenyboxer Sep 1, 2020
f791a9d
fix assets
evgenyboxer Sep 1, 2020
1c3b7e4
initial work on select synths modal
evgenyboxer Sep 1, 2020
ae96843
wip - select synth modal
evgenyboxer Sep 2, 2020
744155a
select synth modal progress + snxjs refactor
evgenyboxer Sep 2, 2020
a012b2b
finalize select synth modal
evgenyboxer Sep 2, 2020
7decc9e
feat: select asset modal
evgenyboxer Sep 3, 2020
ee97467
multiple featurs/fixes for the exchange page
evgenyboxer Sep 6, 2020
fcdd20d
Use SynthBalance[] instead of SynthBalances type
evgenyboxer Sep 6, 2020
7939a93
refactor: price currency and finish tx confirm modal
evgenyboxer Sep 7, 2020
adc8c81
remove fiat currency
evgenyboxer Sep 7, 2020
0f5332f
refactor: app-wide selectPriceCurrency clean up
evgenyboxer Sep 7, 2020
111bda3
feat: trade info section
evgenyboxer Sep 8, 2020
c0027c6
fix(CardBody): use flex
evgenyboxer Sep 8, 2020
c8568e4
refactor: extract trade info into its own card
evgenyboxer Sep 8, 2020
6cbee3c
refactor: extract trade cards into TradeCard
evgenyboxer Sep 8, 2020
c7fae86
disable non synths on select asset modal
evgenyboxer Sep 8, 2020
0228e27
feat: nullable base/quote
evgenyboxer Sep 8, 2020
12cdfae
fix(nav): use str "includes" to better match exchange markets
evgenyboxer Sep 8, 2020
96ad6c6
fix: sync from URL params
evgenyboxer Sep 8, 2020
f0437e7
fix: url nav bug when one currency is null
evgenyboxer Sep 8, 2020
da931ae
feat: persist markets
evgenyboxer Sep 8, 2020
184b8f2
fix: currency selector text transform
evgenyboxer Sep 8, 2020
2accd33
chore: upadte snxjs
evgenyboxer Sep 9, 2020
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
9 changes: 2 additions & 7 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"presets": ["next/babel"],
"plugins": [
[
"styled-components",
{ "ssr": true, "displayName": true, "preprocess": false }
]
]
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true, "displayName": true }]]
}
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"exports": "always-multiline",
"functions": "never"
}
]
],
"jsx-a11y/anchor-is-valid": "off"
}
}
File renamed without changes
File renamed without changes
5 changes: 5 additions & 0 deletions assets/svg/app/circle-arrows.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
37 changes: 37 additions & 0 deletions assets/svg/brand/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/svg/currencies/commodity/GOLD.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/svg/currencies/commodity/SILVER.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/svg/currencies/crypto/ADA.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/svg/currencies/crypto/BCH.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/svg/currencies/crypto/BNB.svg
1 change: 1 addition & 0 deletions assets/svg/currencies/crypto/BTC.svg
4 changes: 4 additions & 0 deletions assets/svg/currencies/crypto/COMP.svg
1 change: 1 addition & 0 deletions assets/svg/currencies/crypto/DASH.svg
1 change: 1 addition & 0 deletions assets/svg/currencies/crypto/EOS.svg
Loading