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

feat(wallet): Wallet faq #486

Merged
merged 3 commits into from
Nov 5, 2024
Merged

feat(wallet): Wallet faq #486

merged 3 commits into from
Nov 5, 2024

Conversation

DiogoSoaress
Copy link
Member

@DiogoSoaress DiogoSoaress commented Nov 4, 2024

Copy link

github-actions bot commented Nov 4, 2024

Branch preview

✅ Deployed successfully in branch deployment:

https://wallet_faq--homepage.review.5afe.dev

@DiogoSoaress DiogoSoaress changed the base branch from main to wallet-landing-page November 4, 2024 15:46
@DiogoSoaress DiogoSoaress marked this pull request as ready for review November 4, 2024 15:48
@DiogoSoaress DiogoSoaress requested a review from iamacook November 4, 2024 15:48
"title": "FAQ",
"items": [
{
"title": "What is a Safe smart account?",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"title": "What is a Safe smart account?",
"title": "What is a Safe Smart Account?",

Copy link
Member Author

Choose a reason for hiding this comment

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

Applied in the CMS entry. You can verify in the PR deployment.

},
{
"title": "What networks are supported by Safe{Wallet}?",
"text": "Safe{Wallet} supports a wide range of blockchain networks, allowing you to manage your crypto assets across multiple platforms. The supported networks include Ethereum, Gnosis Chain, Polygon, Polygon zkEVM, BNB Chain, Arbitrum, Optimism, Base, Linea, zkSync Era, Scroll, X Layer, Celo, Avalanche, and Aurora. You can easily select the appropriate network when setting up your Safe Smart Account or when managing your funds within the Safe{Wallet} platform."
Copy link
Member

Choose a reason for hiding this comment

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

What do you think about populating this list from the Config Service?

Copy link
Member Author

Choose a reason for hiding this comment

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

I would rather find a solution through the CMS. Let me iterate on it and will ping you again to review.

Comment on lines 51 to 53
onClick={() => {
!expanded
}}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
onClick={() => {
!expanded
}}

Comment on lines 43 to 44
expanded={expanded}
onChange={handleChange}
Copy link
Member

Choose a reason for hiding this comment

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

Why is this being controlled? The Accordion doesn't need to be.

Copy link
Member Author

Choose a reason for hiding this comment

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

It was the way I found to setOpenMap and control which accordions are open by index.

@DiogoSoaress DiogoSoaress marked this pull request as draft November 4, 2024 15:57
@DiogoSoaress DiogoSoaress marked this pull request as ready for review November 5, 2024 16:17
@DiogoSoaress DiogoSoaress requested a review from iamacook November 5, 2024 16:22
@DiogoSoaress DiogoSoaress merged commit f140ac5 into wallet-landing-page Nov 5, 2024
4 checks passed
@DiogoSoaress DiogoSoaress deleted the wallet-faq branch November 5, 2024 17:25
@github-actions github-actions bot locked and limited conversation to collaborators Nov 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants