Skip to content

Commit

Permalink
Merge pull request #138 from multiversx/amg_fix_batch_buttons
Browse files Browse the repository at this point in the history
Add responsiveness for batch transaction buttons
  • Loading branch information
mgavrila authored Oct 10, 2023
2 parents 6ded1c3 + 63ef69b commit 7c8be20
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@fortawesome/fontawesome-svg-core": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"@fortawesome/react-fontawesome": "0.2.0",
"@multiversx/sdk-core": "12.9.0",
"@multiversx/sdk-dapp": "2.21.0",
"@multiversx/sdk-core": "12.11.0",
"@multiversx/sdk-dapp": "2.22.1",
"@multiversx/sdk-network-providers": "2.0.0",
"axios": "0.24.0",
"classnames": "2.3.2",
Expand All @@ -20,12 +20,11 @@
"react-router-dom": "6.16.0"
},
"scripts": {
"start": "vite dev",
"lint": "eslint --ext js,ts,tsx src",
"run-cypress": "npx cypress run",
"start-devnet": "yarn run copy-devnet-config & yarn start",
"start-testnet": "yarn run copy-testnet-config & yarn start",
"start-mainnet": "yarn run copy-mainnet-config & yarn start",
"start-devnet": "yarn run copy-devnet-config & yarn vite dev",
"start-testnet": "yarn run copy-testnet-config & yarn vite dev",
"start-mainnet": "yarn run copy-mainnet-config & yarn vite dev",
"copy-devnet-config": "cp ./src/config/config.devnet.ts ./src/config/index.ts",
"copy-testnet-config": "cp ./src/config/config.testnet.ts ./src/config/index.ts",
"copy-mainnet-config": "cp ./src/config/config.mainnet.ts ./src/config/index.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const BatchTransactions = () => {

return (
<div className='flex flex-col gap-6'>
<div className='flex gap-2 items-center'>
<div className='flex flex-col md:flex-row gap-2 items-start'>
<Button
data-testid='sign-auto-send'
onClick={signAndAutoSendBatchTransactions}
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1721,10 +1721,10 @@
resolved "https://registry.yarnpkg.com/@multiversx/sdk-bls-wasm/-/sdk-bls-wasm-0.3.5.tgz#2e83308fdc7a0928c6d5a7f910d796fd8eb2d90b"
integrity sha512-c0tIdQUnbBLSt6NYU+OpeGPYdL0+GV547HeHT8Xc0BKQ7Cj0v82QUoA2QRtWrR1G4MNZmLsIacZSsf6DrIS2Bw==

"@multiversx/sdk-core@12.6.0":
version "12.6.0"
resolved "https://registry.yarnpkg.com/@multiversx/sdk-core/-/sdk-core-12.6.0.tgz#10bd8f12f1449361b21aa2efd38861f45099b38b"
integrity sha512-aJjSn8EzaYXalUuvAuxOTPtv8GDbimJlSYNRLjCsToyfwGAyS9cRllmq2d1I2nlrR89YgAsOL9qp+sI5DA7yBw==
"@multiversx/sdk-core@12.11.0":
version "12.11.0"
resolved "https://registry.yarnpkg.com/@multiversx/sdk-core/-/sdk-core-12.11.0.tgz#83123c1cbcb66655f83e114be407eecf92889353"
integrity sha512-rQRvjx6f1AE8TK5LObxthP7hCUCf6bc9QBAmiOJJ1Na5VS1iPhm5jDqnlCa7oieMb1HYdHQAEkoWNSsPKe/8vA==
dependencies:
"@multiversx/sdk-transaction-decoder" "1.0.2"
bech32 "1.1.4"
Expand All @@ -1735,10 +1735,10 @@
keccak "3.0.2"
protobufjs "7.2.4"

"@multiversx/sdk-core@12.9.0":
version "12.9.0"
resolved "https://registry.yarnpkg.com/@multiversx/sdk-core/-/sdk-core-12.9.0.tgz#e5b4f0f485bda0c6e19fc774c60774fa078b1e12"
integrity sha512-NFmzTvL5rvKyTL8xIN/1HRGpNSHeOZUzHEQuvla3e6VxhPmfLkuB4JoVNmJ2EXCeZkBIx2ZqZHUtWdnDg2WbzQ==
"@multiversx/sdk-core@12.6.0":
version "12.6.0"
resolved "https://registry.yarnpkg.com/@multiversx/sdk-core/-/sdk-core-12.6.0.tgz#10bd8f12f1449361b21aa2efd38861f45099b38b"
integrity sha512-aJjSn8EzaYXalUuvAuxOTPtv8GDbimJlSYNRLjCsToyfwGAyS9cRllmq2d1I2nlrR89YgAsOL9qp+sI5DA7yBw==
dependencies:
"@multiversx/sdk-transaction-decoder" "1.0.2"
bech32 "1.1.4"
Expand All @@ -1749,10 +1749,10 @@
keccak "3.0.2"
protobufjs "7.2.4"

"@multiversx/sdk-dapp@2.21.0":
version "2.21.0"
resolved "https://registry.yarnpkg.com/@multiversx/sdk-dapp/-/sdk-dapp-2.21.0.tgz#710a1d3f6bb95eb6e7e498fa60b2a841084adb14"
integrity sha512-xYTpmRUHUKxU74eB5zOBLnPccMQEV8VugZpJEHrYFGZWcYi5gL2UaptAo+6p/dCNcrHK5tf3PVuwQC2qixTIAw==
"@multiversx/sdk-dapp@2.22.1":
version "2.22.1"
resolved "https://registry.yarnpkg.com/@multiversx/sdk-dapp/-/sdk-dapp-2.22.1.tgz#e10e206122687829b8dc7d398770ca5351f7525e"
integrity sha512-RFUO30aoLo5bZrJpKrb3j+h0G73uCLgybeMjCUZVf8wkur/qs65lBmmurn8l6L5qOyLZLbzxitMwmOzWQ8losg==
dependencies:
"@multiversx/sdk-core" "12.6.0"
"@multiversx/sdk-extension-provider" "3.0.0"
Expand Down

0 comments on commit 7c8be20

Please sign in to comment.