Bogdan Fazakas
165a9b0fb3
Feature/wagmi ( #1912 )
...
* wagmi + ethers + web3modal setup
* refactor wallet components
* fallback providers, more config
* kick out useWeb3
* remove all useWeb3 imports
* more web3.js usage removal
* isAddress utils replacement
* restore add token / add network
* less accountId changes
* web3 legacy tinkering, utils/web3 → utils/wallet
* legacy web3 object for ocean.js
* graph sync fix, remove custom network switching code
* package updates, merge fixes
* downgrade to ethers v5
* fix project id
* switch to ConnectKit
* connectkit theming
* add existing chains to wagmi
* rewrite getPaymentCollector()
* kick out getPaymentCollector completely, use wagmi hooks instead
* Revert "kick out getPaymentCollector completely, use wagmi hooks instead"
This reverts commit 54c7d1ef1a2dec0b1575a685125ba78336b30f59.
* switch getPaymentCollector
* calcBaseInGivenDatatokensOut reorg
* wip integrate ocean lib 3.0.0
* update orbis components to use wagmi instead of web hooks
* more oceanjs integration updates
* more refactors
* fix build
* update ocean lib
* fix publish
* fix order fixed rate
* remove logs
* debug and stop infinite cycle orbis connect
* fix orbis dm connection
* mock use network and fix some more tests
* mock wagmi switch network
* mock wagmi useProvider createClient and connectKit getDefaultClient
* fix jest tests
* try storybook fix
* cleanups and bump ocean lib
* fix order
* bump lib to next.5 and add more modal style
* bump ocean.js lib to 3.0.0
---------
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2023-05-29 13:28:41 +03:00
Marco Elissa
8fd3eaf8de
Encrypted Direct Messaging module ( #1870 )
...
* add orbis context
* new changes
* Add orbis floating chat
* adding orbis function
* load orbis conversations
* update message button in profile
* minor fix conversation styles
* update orbis version
* adding details conditional
* updating post comment function
* Update send message button style
* Fix send message button css
* udpate orbis
* update posts and floating function
* Add chatbox emoji
* Add Emoji Picker Theme
* useDarkMode emoji fix
* remove next dynamic on emoji picker
* show conversation title from participant
* update callbackMessage.
* Update Emoji Picker
* Add Emoji Picker to Postbox
* rename FloatingChat to DirectMessages
* create some global orbis components
* update package-lock.json
* change any type
* change Blockie to Avatar component
* fix type errors
* fix infinite loop when no comment found
* Hide send message button on ownAccount profile
* Delete unused component
* minor changes
* update orbis comment and DM components
* fix load older messages on DM scroll
* fixed orbis createPost
* update optional wallet signs
* add return value on connect
* add padding bottom to compensate DM component
* add conditional connect and sign button
* update direct message component
* update get notifications logic
* rerun npm install
* rerun npm install
* temporary push
* rerun npm install
* add new custom hooks
* run npm install
* update flow on address changed
* update custom DID string
* remove lit auth signatures on resetStates()
* add hasLit condition on getMessages
* add removeCeramicSession function
* useLocalStorage to store notifications
* minor bug fix
* update styles for conversation details
* use getEnsName util
* update create conversation flow
* rerun npm install
* update typescript
* update orbis sdk version
* temporary push
* revisions
* update orbis version
* update notifs count and conversation creation flow
* update orbis types
* add toast after copy address
* add message decryption refresh button
* rerun npm install
* remove comment from asset page
* test push
* remove lit-auth-signature on wallet changed
* update orbis SDK to v0.4.14
* update copy
* update Orbis SDK to v0.4.17
* update copy
* create new DM button component and add to asset
* add send button and remove emojiPicker
* Revert "Merge branch 'main' into orbis"
This reverts commit 3cdaf54827cff997ad8af6459f4d56cd49c66862, reversing
changes made to 02f2acb774855716e0f5bd4d3046d463c3e6c395.
* Revert "Revert "Merge branch 'main' into orbis""
This reverts commit a5a32b1534fdd0758ec4a399e4e0c259cfdb22f8.
* update new conversation flow
* update intro message
* minor fix typo
* remove unused package and fixed outdated versions
* remove comment component and restructured folders
* update orbis-sdk
* small cleanup
* direct message button style updates
---------
Co-authored-by: Nuary Pradipta <nuary.pradipta@gmail.com>
Co-authored-by: Dollar Bull <ramadhanakhri@gmail.com>
Co-authored-by: Bogdan Fazakas <bogdan.fazakas@gmail.com>
2023-04-05 09:22:57 +03:00
mihaisc
85a9a21a1c
remove cookies ( #1900 )
2023-03-21 16:19:52 +02:00
mihaisc
4e9bc54333
add posthog ( #1899 )
...
* add posthog
* update url
* change provider location
* tests
* final
2023-03-21 14:47:48 +02:00
1b612e4194
package updates & technical debt cleanup ( #1771 )
...
* package updates
* bump Next.js
* update for Next.js v13 new `Link` behavior
* see https://nextjs.org/docs/upgrading#link-component
* test tweaks, simplify getNetworkDisplayName()
* modify codeclimate excludes
* test tweaks and cleanup
* more cleanup
* switch to Node.js v18
* back to Node.js v16
* temporarily run CI against Node.js v16 & v18
* update codeowners
* fixtures fixes for asset price
* switch to Node.js v18
* package updates
* remark updates, typescript and test fixes
* fix
* test run fixes
* yet another lockfileVersion update
* package updates
* test run fixes
2022-12-01 09:09:40 +00:00
Jamie Hewitt
97e0921e1e
Unsupported Network Tooltip ( #1331 )
...
* Moving isSupportedOceanNetwork to Web3 context
* Removing page title and replacing it with a warning message
* Creating Error state in title for the wrong network
* Creating UnsupportedNetwrok component
* Adding different networks into tooltip
* Adding button + styling
* Adding change netwrok function
* Adding Change Network tooltip to submit page
* Reducing code duplication
* Removing unnecessary changes
* Fixing logic for checking which chainIds are supported
* Simplifying isSupportedOceanNetwork check logic
* Default to not showing unsupported network message when no wallet is connected
* Always showing available networks in tooltip
* Adding info icon to action button
* adding padding to AvailableNetworks component
* Changing label to list components
* Changing brand-white to currentColor
* Revert "Changing brand-white to currentColor"
This reverts commit 278f0d4ab9e38f23985b2f29f7ff11625a7d14d7.
* CHanging --brand-white to currentColor
* Info Icon in currentColor
* Changing NetworkOptions component name to Network
* Simplifying tooltip logic in title
* Removing unused classname
* Fixing repeating <ul> issue
* Removing unused class
* Refactoring AvailableNetworks component into src/components/Publish
* Moving tooltip message into content/publish/index.json
* Reducing duplication in css
* Removing duplication of infoIcon css styles
* Tidying up logic in setIsSupportedOceanNetwork useEffect
* Updating setIsSupportedOceanNetwork effect dependancies
* merge fixes for new MarketMetadata context
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-04-22 02:54:04 +02:00
mihaisc
d1e21b7f03
Various fixes in the pool component ( #1327 )
...
* remove legacy check to prevent rug pull
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* various fixes
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove old prop
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove old prop
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* add expected output to remove
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove console.logs
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix max calculations
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* refactors
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* temp fixes for build
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fixes
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* local calc for pice and liquidity
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove var
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix profile liquidity
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* global context, opc fee
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* comment
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* various fixes
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* refactor global context
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove nesting from market context
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix build
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix undefined appConfig
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* direct import of appConfig & siteContent
* this never changes on run time, so we should never have to wait for it and have it in js bundle at all times
* in utility methods, import directly
* for components, import directly in MarketMetadata context and pass through
* remove screen CSS fixes
* put back auto-fetching indicator, move manual refresh action behind debug
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-04-22 02:38:35 +02:00
3729c63581
migrate to Next.js ( #935 )
...
* migrate to Next.js
* migrate scripts
* generate markdown pages
* make all the markdown work
* fix profile, fix image loading
* git+ssh → git+https, again
* bump packages
* maybe windows build fix
* add public to gitignore
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* Next.js v12! Webpack 5! No build hacks anymore
* json import fixes
* fixes
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-10-27 11:30:32 +01:00
6f9bf0176f
refactor Next.js pages into Gatsby pages
2020-06-30 12:56:50 +02:00
mihaisc
5f14e431da
transactions, job details
2020-06-02 12:15:21 +03:00
mihaisc
dd297800da
compute
2020-05-19 11:57:49 +03:00
mihaisc
20be794f6d
Merge branch 'master' into hooks
2020-05-13 18:34:33 +03:00
mihaisc
391d5f2742
partial tests fix,hook implementation fix
2020-05-13 12:17:22 +03:00
mihaisc
fe61e586da
react hooks
2020-05-11 19:29:47 +03:00
maxieprotocol
7d0e33ea41
init and replace global styles based on ocean's web site color palette
2020-05-11 17:31:42 +02:00
alexcos20
ebd5ba9495
first commit
2020-05-07 09:03:30 +03:00