-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sdk-dapp-core migration #264
base: development
Are you sure you want to change the base?
Conversation
src/components/OutputContainer/components/TransactionOutput.tsx
Outdated
Show resolved
Hide resolved
src/components/OutputContainer/components/TransactionOutput.tsx
Outdated
Show resolved
Hide resolved
src/pages/Dashboard/widgets/PingPongRaw/hooks/useGetTimeToPong.ts
Outdated
Show resolved
Hide resolved
src/pages/Dashboard/widgets/Transactions/components/TransactionReceiver.tsx
Outdated
Show resolved
Hide resolved
src/pages/Dashboard/widgets/Transactions/components/TransactionSender.tsx
Outdated
Show resolved
Hide resolved
src/pages/Dashboard/widgets/BatchTransactions/BatchTransactions.tsx
Outdated
Show resolved
Hide resolved
src/pages/Dashboard/widgets/Transactions/components/TransactionReceiver.tsx
Outdated
Show resolved
Hide resolved
src/pages/Dashboard/widgets/Transactions/components/TransactionSender.tsx
Outdated
Show resolved
Hide resolved
src/components/OutputContainer/components/TransactionOutput.tsx
Outdated
Show resolved
Hide resolved
…ctor-2 Tm/feature/sdk dapp core/refactor 2
Added missing code
import { | ||
apiTimeout, | ||
environment, | ||
sampleAuthenticatedDomains, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bring back or use in promise.all @razvantomegea
apiTimeout, | ||
environment, | ||
sampleAuthenticatedDomains, | ||
walletConnectV2ProjectId |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use this walletConnectV2ProjectId @razvantomegea
…ctor-2 Added axios interceptors (#318)
vite.config.ts
Outdated
import { defineConfig } from 'vite'; | ||
import { nodePolyfills } from 'vite-plugin-node-polyfills'; | ||
import svgrPlugin from 'vite-plugin-svgr'; | ||
import tsconfigPaths from 'vite-tsconfig-paths'; | ||
|
||
export default defineConfig({ | ||
//TODO remove this when excluded from optional dependencies | ||
optimizeDeps: { | ||
exclude: ['@multiversx/sdk-dapp-core-ui'] // Prevent Vite from trying to pre-bundle it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove @DanutIlie ?
* Added unlock panel * resolve comments * close panel after login
anchor | ||
}); | ||
await provider?.login(); | ||
setOpen(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check
Migration guide
* extract connect logic * fix imports * remove sdk from name * Hide UnlockButton * resolve comments * fix login --------- Co-authored-by: Tudor Morar <tudor.morar@multiversx.com>
…-config Added wallet connect config
Upgrade sdk-dapp-core-ui
* Added notifications feed button * Refactor
No description provided.