Norbi
e19c918ed5
Fix title out of bounds in asset teaser component ( #850 )
2021-09-13 12:40:51 +02:00
Norbi
c0d064fe10
fix set oceanSymbol in bestPrice ( #848 )
2021-09-10 21:30:01 +02:00
Bogdan Fazakas
5a336bd699
Fix Profile sold value ( #840 )
...
* update profile sold value logic
* remove commented block
2021-09-07 12:11:13 +02:00
c9f56e9a46
no loading spinner on refetch pool shares
2021-09-06 12:38:14 +02:00
852e71f17a
fix pool shares network switching, always refetch everything
2021-09-06 12:32:16 +02:00
f3c5812ef1
file reorg
2021-09-03 15:06:21 +02:00
4def756c8d
fix pool transactions setup title, kinda
2021-09-03 14:55:53 +02:00
6d7ca84056
published spacing tweaks, search filters renaming
2021-09-03 14:50:09 +02:00
1a54dda59c
more cleanup and typos
2021-09-02 19:49:21 +02:00
fe065aea58
small PoolShares refactor
2021-09-02 19:35:49 +02:00
30f262de33
Merge branch 'main' into feature/account_page
2021-09-02 18:51:56 +02:00
mihaisc
b5afccbb49
Add symbol for fixed rate exchange ( #835 )
...
* add symbol for fre
* add symbol to fre
* update symbol in swap
2021-09-02 08:01:25 -07:00
65944d0861
more token query changes
2021-09-02 16:55:10 +02:00
1644b79cb2
fix pool transactions symbols for swap tx, kinda
2021-09-02 16:33:32 +02:00
992c8ac33c
change IPFS gateway for loading image
2021-09-02 13:35:06 +02:00
6e0902f5d3
typings & typos
2021-09-01 17:52:17 +02:00
7965b74302
Merge branch 'main' into feature/account_page
2021-09-01 16:18:41 +02:00
Norbi
4123dae431
fix ocean symbol on Polygon ( #487 )
...
* updated Price component
* fixed on Pool Shares
* fixed on Pool
* fixed on Trade
* removed hardcoded data
* temp fixes
* fixes for subgraph2
* fixed token symbol in price for pools
* remove console.log
* remove comment default symbol
* remove temp values
* add tokens to query
* add token symbol
* remove console.log
Co-authored-by: Norbi <katunanorbert@gmai.com>
Co-authored-by: mihaisc <mihai@oceanprotocol.com>
2021-09-01 07:05:59 -07:00
b2bec2abe4
more getComputeJobs refactor
...
* move to compute utils
* abstract out more loops into separate methods
* fix results display
2021-09-01 16:03:52 +02:00
e3900e8326
more ComputeJobs refactor
2021-09-01 15:15:25 +02:00
e998dc777a
refactor that huge ComputeJobs index component
2021-09-01 15:01:39 +02:00
ed9930dfb3
refactor state, make use of existing Profile model
2021-09-01 14:30:55 +02:00
b30fcf0c4b
move Blockies into separate component
2021-09-01 14:07:28 +02:00
Bogdan Fazakas
f8ffcbac75
Account metadata header ( #776 )
...
* get all neded data for the header from 3box, aqua and subgraph
* fix tvl display error
* WIP metadata header styling
* added more styling for the header
* make page title optional so we can remove it on account page
* stroke change for svg images and default values
* more styling added to the header
* fixed linter
* added ocean balance to tvl
* update styling for statistcs
* fixed eror for go to my account from another account page
* updated styling for mobile use
* wip show more on explorer links and description
* properly display read more for explorer links and description
* replaced show more with 3box redirect on description
* change accounts default picture and check links length before display element
* use optional on links
* grid cleanup, new number unit, split up stats
* rename all the things, more profile header styling
* visual hierarchy, improve image loading experience
* layout flow & visual tweaks
* more description
* replaced account route with profile when accesing a profile by the eth address
* use account id from url if exists when fetching data
* bump @oceanprotocol/art to v3.2.0
* styling, fallbacks, edge case fixes
* clean up Publisher atom, link to profile page
* fixed issue when switching to my profile from another profile
* output accountId, make it copyable, remove stats icons
* render tweaks, markup cleanup
* add 3box reference
* mobile tabs spacing tweaks
* text flow and spacing tweaks
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-09-01 13:56:34 +02:00
3112a10930
Merge branch 'main' into feature/account_page
2021-09-01 11:19:06 +02:00
b717219592
Add support for Gaia-X Testnet ( #823 )
...
* limit to gaia-x
* hack in nodeUri
* hack in gaia-x network metadata
* network metadata tweaks
* bump packages
* rollback most hacks
* update values
* bump ocean.js to v0.17.3
Co-authored-by: mihaisc <mihai@oceanprotocol.com>
2021-08-31 16:56:48 +02:00
Norbi
3bf8be12e4
Fix Your Liquidity linked to wallet network ( #825 )
...
* get user pool tokens from subgraph
* fix errors
* replace consume price with spot price in liquidity calculations
* fix dependency error
2021-08-31 15:02:19 +02:00
Moritz Kirstein
9b94ed9f6d
change initial price type based on config ( #821 )
2021-08-31 01:22:42 -07:00
Norbi
1f332c4148
Web3Feedback UI messages fix ( #812 )
...
* show isBalanceSufficient warning only on Use tab
* show warning icon when both isAssetNetwork and isGraphSynced are false
* refactor display messages code fix order and icon issues
* moved isBalanceSufficient message handle from Web3Feedback to ButtonBuy
* more refactoring, improve feedback message change
* fix isBalanceSufficient for buying a compute job
* fix lint error
2021-08-31 09:47:55 +02:00
Norbi
c6f4220f37
handle no dids usecase in query ( #818 )
2021-08-31 09:26:17 +02:00
Norbi
238fd2bbe3
reduce description length inside AssetTeaser ( #815 )
2021-08-27 11:58:54 +02:00
Norbi
864107b028
Trade tooltip message is wrong ( #816 )
...
* fixed tooltip message for more ocean tokens than tokens from balance
* message fix for max datatoken usecase
2021-08-27 11:58:44 +02:00
Bogdan Fazakas
69f02afd59
merge branch main into feature/account-page and fixed merge conflicts
2021-08-25 09:15:31 +03:00
Bogdan Fazakas
ffb9c45764
Merge pull request #805 from oceanprotocol/issue710-account-published-page
...
Account history published page
2021-08-25 08:58:56 +03:00
Bogdan Fazakas
18badb7b17
allways display filters on published page
2021-08-24 16:55:32 +03:00
claudiaHash
9b0590384c
message changed for no network selected ( #809 )
2021-08-24 16:43:56 +03:00
Dimo Dzhurenov
bccb56a181
Update Number to Decimal ( #653 )
...
* update number to decimal
* Update FormTrade.tsx
* update Pool/index.tsx
* update Pool/utils.ts
* update FormAdd.tsx
* update bugs from switching to decimal
* fixed errors in Output.tsx
* rebase main
* Update FormTrade.tsx
* update Pool/index.tsx
* update Pool/utils.ts
* update FormAdd.tsx
* update bugs from switching to decimal
* fixed errors in Output.tsx
* remove duplication
* added missed conversion
* fix style error
* fixes
* added function return type
* add correct return type for function
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-08-24 10:11:01 +02:00
Bogdan Fazakas
d015279d94
display loading spinner on every fetch published assets call
2021-08-23 16:17:28 +03:00
a82ad003e2
fix fileinfo fetching without wallet connected ( #803 )
2021-08-23 12:15:13 +02:00
Bogdan Fazakas
54334bb6fd
display filter only when necessary
2021-08-23 12:11:28 +03:00
claudiaHash
6e3a9bc8b6
Remove 'Forever' timeout on edit compute dataset ( #795 )
...
* add different options for compute asst timeout
* fix edit timeout options on dataset change
2021-08-20 18:05:06 +03:00
Bogdan Fazakas
3afdaa236f
fixed lint error
2021-08-20 16:45:53 +03:00
Bogdan Fazakas
a36e32aa4b
added sort for published assets
2021-08-20 16:30:38 +03:00
Jamie Hewitt
a545f723e9
Add custom provider to publish form ( #707 )
...
* Creating custom provider box selection
* adding provider to Form publish validation schema
* validating custom provider URL
* WIP validation for custom provider
* validating provider uri
* adding success/ error messages
* conditional rendering of custom provider input
* remove console.log
* fixing textFormData
* Publishing custom provider URI in DDO
* Adding serviceEndpoint to Debug
* removing pre-checked default provider
* Refactoring to reduce code duplication
* removing console.log messages
* update submit text
* update submit text
* Placing custom provider field behind Advanced Settings
* removing provider field
* updating placeholder provider
* style for advanced setting button
* refactoring customProvider
* remocing template literal
* fixing linting errors
* restricting advanced publishing settings through env var
* updating example env
* adding custom provider to formAlgoPublish
* refactoring to reduce duplication
* Reducing duplication
* updating types and initial values
* Removing Custom provider input from main algorithm form
* Removing concole.log
* Chaning customProvider to providerUri
* changing customProvider to providerUri
* advanceSettings to PascalCase
* Removing unused useOcean()
* Using useSiteMetadata() hook
* Adding allowAdvancedPublishSettings to query
* Adding temporary console.log(ocean)
* Removing console.log
2021-08-20 15:49:15 +03:00
claudiaHash
e703f9b03d
Display highest liquidity assets fix ( #802 )
...
* correct offset set, empty result for no network selected
* network-only policy used, logs deleted
* cache and network policy used
* Update src/components/pages/Home.tsx
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-08-19 17:25:51 +03:00
Norbi
e500772d21
Add price impact indicator to the trade component ( #765 )
...
* WIP
* calculate price impact by subtracting tokens fiat values
* get and use spotPrice for price impact calculation, use Decimal
* set impact to 0 if input and output values are undefined
* move price impact to a new component
* turn price impact value color to red if grater than 5
* add tooltip to price impact and slippage
* removed fiat price
* change formula
* remove console.log
* don't block add liquidity button
* typos
* proper text alignment
Co-authored-by: mihaisc <mihai@oceanprotocol.com>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-08-18 12:46:27 +03:00
claudiaHash
dc17aa0101
Remove 'Forever' timeout for compute data sets from publish form ( #743 )
...
* timeout value fix
* change timeout options by access type
* fix timeout field value setting
* string replaced by constant
* timeout value changed for no timeout set
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-08-17 13:25:06 +03:00
Jamie Hewitt
6c6a5e2109
Fixing metadata history ( #794 )
...
* Moving UqlProvider to Asset
* Using chainId from DDO
* typos
* new strategy for subgraph query
* code comments
* unused imports cleanup
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-08-17 12:46:51 +03:00
fd06afc9f8
fix checkIsConsumable dependencies ( #788 )
2021-08-16 13:02:01 +03:00
claudiaHash
e2bb8fc042
Display the same string for timeout set to '1 month' ( #798 )
...
* same string displayed for 1 month
* existing function updated and used
2021-08-16 11:44:09 +03:00