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

Organize mobile guide URL collection, add missing links. Closes LEA-1916 #789

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

tigranpetrossian
Copy link
Contributor

The task at hand is to add few missing links to guides, namely:

Changed how we store the collection of URLs as well, to make it a bit more legible, as this list is likely to grow.

Keeping as a draft until relevant guides are added to the website.

Copy link

linear bot commented Dec 30, 2024

// TODO: On Framer but no direct link from App
export const LEATHER_GUIDES_MOBILE_SWITCH_NETWORKS = `${LEATHER_GUIDES_URL}/mobile-switch-networks`;
export const LEATHER_GUIDES_MOBILE_ADD_WALLET = `${LEATHER_GUIDES_URL}/mobile-add-wallet`;
export enum GuideLinks {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Any reason for enum vs plain object?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

None, other than consistency with other similar usages. I much prefer objects actually.

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.

2 participants