1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-29 00:57:50 +02:00
Commit Graph

842 Commits

Author SHA1 Message Date
049cccb189
bump @oceanprotocol/list-datapartners (#221) 2020-11-06 18:57:43 +01:00
d47fd97536
fix pool share links (#220) 2020-11-06 16:56:22 +01:00
66984a575a
dark mode fixes (#216) 2020-11-05 21:49:31 +01:00
ad107c5415
Data Partners (#214)
* datapartners prototype

* output partner name on asset teasers

* badge, output partner data

* deprioritize pool badge

* teaser spacing tweaks

* styling

* carousel pattern

* carousel fixes

* styling tweaks

* cleanup, useDataPartner hook

* large screen fixes

* add partner badge to all data set list titles

* byline links tweaks

* byline tweaks

* switch list data source

* fixes, link to https://github.com/oceanprotocol/list-datapartners

* refactor

* refactor
2020-11-05 14:43:13 +01:00
mihaisc
b55362f309
incorrect link type (#215)
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2020-11-05 13:12:45 +01:00
mihaisc
35fd83de73
fix download button (#213)
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2020-11-05 12:56:41 +01:00
300aedc856
first aggregated stats (#203)
* first stats

* styling

* url change, error catching

* styling, more output

* refactor, refetch every 10 sec when in viewport

* copy

* add axios cancel token

* cancel token logging
2020-11-04 13:06:51 +01:00
Trent McConaghy
40ebb7106d
small test
(checking permissions)
2020-11-03 16:27:16 +01:00
3505db21da
Owner/publisher search (#187)
* make owner search work

* owner/publisher search from asset details

* copy & cleanup

* style tweaks

* timing

* make search combinations work again

* remove account search highjacking

* switch owner source

* search route fixes

* eth address truncation in text search titles
2020-11-03 14:57:40 +01:00
3974e4a9a3
Context warnings, more terms links (#199)
* move general banner to publish screen

* modify main banner

* move banner contents into content files

* simple footer links

* consistent links

* specificity
2020-11-03 14:17:21 +01:00
8f1cde9c90
icon tweaks (#200) 2020-11-03 13:19:47 +01:00
79e76dddb0
fix min validation input bug (#195)
* fix min validation input bug

* tweak pool transactions number output so 0.00001 shows up
2020-11-02 20:24:58 +01:00
be8307f34d
User pool transactions on asset details (#193)
* refactored pool transactions component, output pool transactions on asset details

* styling

* remove sticky around asset actions

* hasAddedLiquidity simplification

* owner from useMetadata

* refactor, styling, number formatting

* refactor

* toggle pattern
2020-11-02 19:18:21 +01:00
a5b7c66331
re-fetch pool numbers every 10 sec. (#191)
* re-fetch pool numbers every 10 sec.

* visual indicator

* refresh values on remove screen

* show indicator only when ocean connected

* put back await
2020-11-02 11:58:05 +01:00
0c2bc9ad4e
lower min amount for adding (#186) 2020-11-02 11:24:08 +01:00
5166480157
table display fixes 2020-11-02 01:02:53 +01:00
7a1d8ea0df
reactivate smooth scroll-behavior 2020-10-31 20:42:17 +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
d6ad504c51
fix canonical siteUrl 2020-10-31 17:49:07 +01:00
b48f3cc89d
mobile fixes 2020-10-31 00:56:03 +01:00
c92ec6bd94
search bar fixes 2020-10-31 00:55:39 +01:00
e95d8044c6
input size modifiers, add large 2020-10-31 00:55:00 +01:00
a670d3b2f1
default theme fix 2020-10-30 22:36:47 +01:00
983bc3a902
default theme fix 2020-10-30 22:34:39 +01:00
d655adb9f7
copy 2020-10-30 22:10:33 +01:00
74dc5b8081
logo fixes 2020-10-30 22:00:57 +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
d5c217dc46
disable baseUrl 2020-10-30 16:31:22 +01:00
mihaisc
0f9b6acee4
Fixes exchange price, updates to oceanlib 0.9.9 (#181) 2020-10-30 15:28:13 +01:00
08e2a3f22d
unify TokenList styles 2020-10-30 15:27:14 +01:00
8b3f16fac9
output owner on asset details (#180) 2020-10-30 14:58:36 +01:00
24cd36b2be
price display tweaks 2020-10-30 14:10:21 +01:00
0134610dbe
remove conversion display from pool price 2020-10-30 14:03:40 +01:00
22cb980207
fix remove screen styles 2020-10-30 13:46:52 +01:00
mihaisc
5b3002fd82
add creator liquidity (#178)
* add creator liquidity

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

* remove comments

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

* check price update

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2020-10-30 14:39:00 +02:00
e96d782917
Add warning to Add Liquidity screen (#177)
* refactor add form, warning component

* dismissable alert

* prototype default warning screen

* add copy, finalize styling

* remove dismiss x
2020-10-30 13:31:27 +01:00
mihaisc
290e43199c
change weights (#169)
* change weights

* new defaults

* your liquidity fix

Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2020-10-30 11:50:50 +01:00
551f4ab7ee
add back balance check for all use actions (#166) 2020-10-29 21:34:53 +01:00
9d681fc594
bookmarks fix 2020-10-29 20:45:57 +01:00
2ec825d255
table display tweaks 2020-10-29 20:42:21 +01:00
8eb1023447
boomarks title fix 2020-10-29 19:25:51 +01:00
mihaisc
31eb89f40f
update (#165)
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2020-10-29 20:24:36 +02:00
00660ec970
more precise datatoken input explanation 2020-10-29 17:09:20 +01:00
mihaisc
d8dfe88e2a
refresh price and pool info (#164)
* refresh price and pool info

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

* lib update

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

* remove unused dependencies

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

* remove console.log

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2020-10-29 15:53:27 +01:00
0065d7b3da
Pool shares list (#163)
* refactor

* pool shares component

* bump ocean.js

* output shares and prices

* styling

* refactor

* bump ocean.js

* bump react hooks
2020-10-29 15:12:05 +01:00
a9550e1331
add a debounce to remove liquidity slider 2020-10-29 12:42:19 +01:00
eae81505f6
remove metadataCacheUri output from empty messages
* closes #134
2020-10-29 12:00:10 +01:00
c849fd0396
network agnostic bookmarks (#162)
* network agnostic bookmarks
* bookmark data structure migration
2020-10-29 11:39:42 +01:00
86ca66d2cb
add bookmark to beginning of array instead of end 2020-10-29 00:40:46 +01:00