509dbf3e68
Merge branch 'main' into feature/compute
2021-03-15 19:23:51 +01:00
Norbi
aa6cceaf0e
Reorganize history page ( #434 )
...
* displayed content using tabs
* fixed transparent background on table and tabs
* tabs design update
* overflow tabs
* pagination and no results message spacing
2021-03-11 18:05:49 +01:00
e5b71046db
small global color tweaks
2021-02-25 13:16:32 +01:00
claudiaHash
ce81777030
view algorithms on homepage ( #388 )
...
* view algorithms on homepage
* linting error fixed
* view algos on rinkeby/mainnet, added algos on search
* global color system tweak, apply on asset teaser system
* create subtle hierarchical distinction between background & content
* output asset type
* add asset type as css class
* bonus side effect: a nicer dark mode theme on OLED screens
* add icon assets
* compute/download icons added to asset teaser
* tooltip content fix
* tooltip content width fix
tooltip message shortened
* max-width added
* links renamed, all algos section removed
* datatoken tooltip removed
* spacing tweaks
* visual separation of asset & access type, flip order
* spacing/font size tweaks, aligning things
* fix search
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* light mode color tweak
* change dataset display name
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* data set label fixed
* query updated for data sets and algos
Co-authored-by: claudia.holhos <claudia.holhos@hpm.ro>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-02-22 16:25:27 +02: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
ad864cc249
Dev experience tweaks ( #354 )
...
* add VS Code workspace settings
* add everything required for auto-formatting on filesave
* add list of suggested extensions
* add pre-commit hook for `npm run format`
* update code style docs
* make pre-commit work
* update docs
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-01-28 17:28:32 +01:00
Norby
a2fe2fdee0
Set, edit, and display timeout ( #324 )
...
* added timeout to publish asset
* add timeout to edit asses(wip)
* added timout to edit metadata form
* fixed wrong constant name
* fix options autosorting
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* Fixed autosorting in edit form
* Added "1 day" to timeout options
* Changed ternary operators to switch
* Feature/asset timeout (#325 )
* Compute asset timeout
* Code styled
* Deleted unused import
* Display timeout for buy/download
* Switch case for timeout values
* Moved mapping function to /utils/metadata
* display timeout option not matching defined ones, map seconds to string
* handle update with no predefined timeout value, add weeks to map method
* Display timeout on button
* consume button text logic change
* whoops, revert wrong change
* small millisecondsToStr refactor
* copy tweaks
* template literal logic restore
* keep tweaking help text logic
* abstract into method
* change whole condition logic
* tweak hasDatatoken/hasPreviousOrder combination condition
* Unified seconds to string conversion methods
* getHelpText tweaks, small refactor
* copy editing, limit hardcoded timeout list
* fix mixup of map & filter
* use Timeout as label and be done with it
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: claudiaHash <49017601+claudiaHash@users.noreply.github.com>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
Co-authored-by: Claudia Holhos <clawww1996@gmail.com>
2021-01-22 17:12:48 +01:00
c57731cd0b
restore WalletConnect ( #290 )
...
* restore WalletConnect
* bump @oceanprotocol/react
* visual fixes for walletconnect modal
2020-12-03 14:54:14 +01:00
mihaisc
bb80c4df78
Swap tokens ( #204 )
...
* swap
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* validation and calculation
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* refactor
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove unused effect
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix interval
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* increase refresh timer, remove optional params
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* make inputs show up without wallet
* style fixes
* restyling
* styling
* more styling
* fix refresh price
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove test effect
* fixes, get data as early as possible from DDO and initial state
* refactor
* refactor
* refactor
* label tweaks
* copy
* typo
* prototype output
* remove price header
* ouput swap fee
* fix
* spacing
* copy
* refactor pool transaction titles
* copy
* update math
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* use messaging tweaks
* tab tweaks, output refactor
* fix dark mode selection style
* prototype output
* method tweaks
* slippage to 1%, added warnig banner
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* form tweaks
* error fix
* empty inputs by default
* longer intervals
* maxOcean validation fix
* slippage tolerance UI
* modified slippage UI
* refactor, refresh ocean user balance
* move typings/models around
* typing fix
* fixed output values
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* bump oceanlib
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove console.log
* remove placeholder
* tweak
* non-web3 browser tweak
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2020-11-16 16:21:15 +01:00
7a1d8ea0df
reactivate smooth scroll-behavior
2020-10-31 20:42:17 +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
91802e7a51
fix debug code blocks wrapping
2020-08-05 11:33:40 +02:00
24a7bdbd81
DDO debug output
2020-08-03 12:04:03 +02:00
925cbcf173
refactor price data collection
2020-08-03 11:37:31 +02:00
ef2e5ffad6
next UI iteration for advanced price
2020-07-31 13:15:01 +02:00
e9f39be9c3
add Torus wallet
2020-07-22 12:31:49 +02:00
6e996a1767
web3modal styling and interaction tweaks
2020-07-15 19:10:25 +02:00
8b6d2d5f33
fix storybook typography display
2020-07-13 23:48:19 +02:00
aa3244eedf
file api & toast fixes
2020-07-10 17:37:45 +02:00
c73cc97e44
restore Ocean loader
2020-07-09 13:42:06 +02:00
8159b66a52
global layout and menu refactor
2020-07-09 13:20:50 +02:00
829b9b8ce6
bump root font size
2020-07-09 10:38:27 +02:00
d5256d2dc0
wallet UI & feedback refactor
2020-07-08 16:39:12 +02:00
7980d2fa4b
output asset teasers, basic styling
2020-07-07 23:00:16 +02:00
10c34d74af
make global styles work
2020-06-30 13:39:48 +02:00
9cc38304c8
layout component & site metadata refactor
2020-06-30 11:59:20 +02:00