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

Mobile mint flow #108

Closed
4 tasks
carlos-kryha opened this issue Dec 11, 2023 · 0 comments
Closed
4 tasks

Mobile mint flow #108

carlos-kryha opened this issue Dec 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@carlos-kryha
Copy link
Contributor

Description

Allow users to use mobile for minting and viewing a KREAd character

Proposed Solution

  • Ensure Keplr wallet app can handle KREAd transactions
  • Implement create-character form mobile UI
  • Implement (limited) character page mobile UI
  • Adjust routing to separate mobile and desktop components

Acceptance criteria

User can mint a new character and see it on KREAd's frontend using keplr from a mobile device

Additional info

No response

@carlos-kryha carlos-kryha added the enhancement New feature or request label Dec 11, 2023
carlos-kryha added a commit that referenced this issue Dec 15, 2023
## Description

Adjusts routes based on `useIsMobile()` hook, if mobile is detected all
paths except `onboarding, connectWallet, character, createCharacter`
will redirect to `<MobileNotAvailable />`. This pr includes UI
components for the `character` and `createCharacter` routes.

## Related Issues
#108

## Screenshots (if applicable)


https://github.com/Kryha/KREAd/assets/97608823/ad674348-7cf8-4a1c-b191-44ffba25cfe3

## Checklist

Make sure all items are checked before submitting the pull request.
Remove any items that are not applicable.

- [x] The PR title is clear and concise.
- [x] Are there changes in the /fronted folder? Make sure `cd frontend
&& yarn build` runs successfully.;

## Additional Comments

Currently having issues connecting the Keplr app to Emerynet, so this PR
is purely UI and routing changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants