1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

49 Commits

Author SHA1 Message Date
8737264816
refactor network name output (#421)
* refactor network output

* fetch chain & network metadata from @ethereum-lists/chains

* typed responses

* switch warning icon for testnet badge

* add supportedNetworks list, output warning based on it

* markup & spacing tweaks

* check networkId against ocean.js ConfigHelper

* remove supportedNetworks app config

* fetch EVM networks metadata on build time

* fixes
2021-03-04 18:16:20 +01:00
a760935564
Add Portis wallet connection (#291)
* add portis

* library loading tinkering

* bump packages

* typings fix

* pip as addon

* remove setuptools

* revert typings fix

* modal styling

* show portis button

* provider name workaround

* for faulty getInjectedProviderName()
* fixes https://github.com/oceanprotocol/market/issues/332

* more usage of provider info object

* output respective wallet logos

* add network switcher for Portis

* add functionality

* prototype for portis network switching

* improve user experience when reconnecting to cached provider

* support mainnet only, leave networking switching code commented out
2021-01-29 13:40:54 +01:00
mihaisc
ff34e263ef
Disconnect button (#293)
* disconnect button

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* styling

Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-01-13 11:20:11 +01:00
c57731cd0b
restore WalletConnect (#290)
* restore WalletConnect

* bump @oceanprotocol/react

* visual fixes for walletconnect modal
2020-12-03 14:54:14 +01:00
84746b1027
refined conversion number formatting, add more currencies (#184)
* fix conversion number formatting
* switch to symbol formatting for fiat
* hack in consistent visual symbol formatting
* add more fiat currencies
* no need for custom isFiat regex
* consistent number column formatting
2020-10-31 20:18:45 +01:00
cf3f406547
Dark Mode (#182)
* refactor CSS custom properties for dark mode

* dark mode style

* dark mode switching

* config tweaks
2020-10-30 21:28:20 +01:00
2063f594f6
disable walletconnect, metamask download fallback (#183) 2020-10-30 20:55:09 +01:00
6e589949b4
refactor network messaging 2020-10-23 13:38:12 +02:00
a322c443ed
network change fix 2020-10-02 14:07:54 +02:00
68ed8fd348
chainId → networkId 2020-10-02 13:41:00 +02:00
f440c1527d
lint fix 2020-09-29 13:54:42 +02:00
mihaisc
4fb14b7b70
remove search price filters 2020-09-23 12:04:17 +03:00
88f9c47b8c use browser locale for number formatting 2020-09-22 17:31:33 +00:00
b45c958ae8 fix feedback spacing in wallet details
* closes #50
2020-09-22 15:29:22 +00:00
7bae93f42d hack @coingecko/cryptoformat into what we want
* closes #70
* closes #53
2020-09-22 15:24:08 +00:00
b635fcbc7a
menu expanded trigger animation 2020-09-10 15:38:03 +02:00
16fc0aef03
type check fixes 2020-09-02 11:43:15 +02:00
ff06d0c137
token value display tweaks 2020-08-19 00:48:26 +02:00
e3892143c5
more feedback fixes 2020-08-11 09:41:23 +02:00
1c38f30f8a
restore insufficient balance feedback 2020-08-11 09:37:02 +02:00
a021fb3f13
refactor wallet popup into generic tooltip component 2020-08-06 13:00:41 +02:00
086631d108
handle currency value display
* closes #42
2020-08-05 14:11:02 +02:00
7c0a1f9c39
handle balance refetching
* refresh balance when account popup is opened
* refresh balance periodically when advanced price widget is visible
2020-08-05 13:45:51 +02:00
e77832115c
menu account color fix 2020-08-03 10:22:23 +02:00
9fa7a7ad3c
rebase fix 2020-07-31 13:19:52 +02:00
5bc7b65265
feedback for wallet interaction within price widget 2020-07-31 13:15:01 +02:00
8efbe74e51
wallet & menu affordance tweaks 2020-07-31 13:15:01 +02:00
88f7b717d3
add wallet to advanced price widget, UI tweaks 2020-07-31 13:15:00 +02:00
8183f2edde
refactor web3modal options 2020-07-30 23:37:27 +02:00
7119014b08
fix network name enforcement 2020-07-30 10:16:47 +02:00
f327ec0e43
network config refactor 2020-07-22 13:56:42 +02:00
03204e0965
wallet tweaks 2020-07-20 13:46:01 +02:00
cea8c7883a
output new balance object from react hooks 2020-07-20 13:22:36 +02:00
c5a3715982
code splitting and cleanup 2020-07-18 01:52:08 +02:00
f9c71174b8
style tweaks 2020-07-17 18:13:04 +02:00
1afcd45882
adapt network message based on configured networks 2020-07-15 22:21:57 +02:00
89ec464551
slight tweak 2020-07-15 21:25:24 +02:00
eec3267281
get ocean balance 2020-07-15 21:06:24 +02:00
6e996a1767
web3modal styling and interaction tweaks 2020-07-15 19:10:25 +02:00
ad82444cb0
wallet styling 2020-07-15 13:54:36 +02:00
4f61154996
adapt network detection 2020-07-15 13:54:36 +02:00
27779d538b
pass providers to web3modal 2020-07-15 13:54:36 +02:00
3e0473e8f7
use logout 2020-07-15 13:54:35 +02:00
9680468943
use connect function 2020-07-15 13:54:35 +02:00
c9a043adce
refactor for new react hooks 2020-07-15 13:54:35 +02:00
8159b66a52
global layout and menu refactor 2020-07-09 13:20:50 +02:00
39fb280666
accessibility tweaks 2020-07-09 12:39:21 +02:00
970624e652
refined wallet interactions 2020-07-09 12:27:59 +02:00
d5256d2dc0
wallet UI & feedback refactor 2020-07-08 16:39:12 +02:00