Skip to content
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

EVM and Zero login buttons looks the same #713

Closed
wants to merge 1 commit into from

Conversation

Viterbo
Copy link
Collaborator

@Viterbo Viterbo commented Dec 8, 2023

Fixes #712

Description

The Native section for login buttons was refactored so now both EVM and Native sections look the same

Login-Buttons.webm

Test scenarios

  • go to this link
  • switch between EVM and Native
  • Press Telos Cloud and back in both sections

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have cleaned up the code in the areas my change touches
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings
  • I have removed any unnecessary console messages
  • I have included all english text to the translation file and/or created a new issue with the required translations for the currently supported languages
  • I have tested for mobile functionality and responsiveness
  • I have added appropriate test coverage

@Viterbo Viterbo linked an issue Dec 8, 2023 that may be closed by this pull request
Copy link

netlify bot commented Dec 8, 2023

Deploy Preview for wallet-staging ready!

Name Link
🔨 Latest commit 056dee9
🔍 Latest deploy log https://app.netlify.com/sites/wallet-staging/deploys/65732497380e530007984e72
😎 Deploy Preview https://deploy-preview-713--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.

Copy link

netlify bot commented Dec 8, 2023

Deploy Preview for wallet-develop-mainnet ready!

Name Link
🔨 Latest commit 056dee9
🔍 Latest deploy log https://app.netlify.com/sites/wallet-develop-mainnet/deploys/6573249731b3c40008bb513b
😎 Deploy Preview https://deploy-preview-713--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.

@Viterbo Viterbo self-assigned this Dec 8, 2023
Comment on lines +152 to +157
// TODO: What should we do with this Authenticator?
// new OreIdAuthenticator([chain], {
// appId: process.env.OREID_APP_ID_NATIVE,
// plugins: { popup: WebPopup() },
// },
// AuthProvider.Google),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

What should I do with this Authenticator?
It's the ORE-ID (old Cloud Wallet)

Copy link
Contributor

@donnyquixotic donnyquixotic Dec 12, 2023

Choose a reason for hiding this comment

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

We can remove it

@Viterbo Viterbo marked this pull request as draft December 12, 2023 23:49
@Viterbo
Copy link
Collaborator Author

Viterbo commented Jan 15, 2024

I close this PR because is included in #728

@Viterbo Viterbo closed this Jan 15, 2024
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.

Standardize the login buttons
2 participants