Skip to content

Conversation

@pmjanus
Copy link
Contributor

@pmjanus pmjanus commented Apr 4, 2025

Fixes #123
Description
This PR removes the filter for duplicated symbol tokens. Also removes unused code and fixes some wrong indentations.

Fixes #118
Description
This PR fixes the message displayed when instead of actually sending a signed transaction the cleos authenticator is used.

@netlify
Copy link

netlify bot commented Apr 4, 2025

Deploy Preview for wallet-testnet ready!

Name Link
🔨 Latest commit f12044d
🔍 Latest deploy log https://app.netlify.com/sites/wallet-testnet/deploys/67f00cf460d4e70008b8e6c2
😎 Deploy Preview https://deploy-preview-855--wallet-testnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Apr 4, 2025

Deploy Preview for wallet-develop-mainnet ready!

Name Link
🔨 Latest commit f12044d
🔍 Latest deploy log https://app.netlify.com/sites/wallet-develop-mainnet/deploys/67f00cf4bcce780008a083cd
😎 Deploy Preview https://deploy-preview-855--wallet-develop-mainnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Apr 4, 2025

Deploy Preview for wallet-mainnet ready!

Name Link
🔨 Latest commit f12044d
🔍 Latest deploy log https://app.netlify.com/sites/wallet-mainnet/deploys/67f00cf467b57f000868d925
😎 Deploy Preview https://deploy-preview-855--wallet-mainnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Apr 4, 2025

Deploy Preview for wallet-staging ready!

Name Link
🔨 Latest commit f12044d
🔍 Latest deploy log https://app.netlify.com/sites/wallet-staging/deploys/67f00cf41f03fb0008f81551
😎 Deploy Preview https://deploy-preview-855--wallet-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@pmjanus pmjanus requested a review from Copilot April 10, 2025 13:04
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (3)

src/pages/native/balance/SendConfirm.vue:134

  • [nitpick] Verify that the success message for CLEOS transactions is clear to users, as it is different from the standard broadcast case.
if (transaction.wasBroadcast) {

src/i18n/en-us/index.js:533

  • [nitpick] Ensure that the message is consistent with the application's tone and provides clear guidance for the next steps.
execute_cleos_command: 'Execute your transaction in CLEOS to proceed',

src/pages/native/BalanceInfo.vue:268

  • Since the duplicate token filtering logic has been removed, please confirm that the UI or subsequent processing handles potential duplicate tokens appropriately.
const tokens = userCoins.data.tokens.filter((token) => {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants