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

DeepLinks #112

Merged
merged 4 commits into from
Feb 1, 2022
Merged

DeepLinks #112

merged 4 commits into from
Feb 1, 2022

Conversation

AtanasKrondev
Copy link
Contributor

@AtanasKrondev AtanasKrondev commented Jan 10, 2022

  • Connect wallet through deeplinks on mobile.
  • Change allowance
  • Swap tokens

@CedrikNikita:

  • now this PR is capable of all contract actions via deeplinks

fixes #61
refactoring within this PR is part of #113

@github-actions
Copy link
Contributor

Deployed to https://pr-112-dex-ui.stg.aepps.com

@AtanasKrondev AtanasKrondev force-pushed the feature/deeplinks branch 2 times, most recently from 70287d4 to e834f56 Compare January 14, 2022 22:24
@AtanasKrondev AtanasKrondev changed the title Feature/deeplinks DeepLinks Jan 14, 2022
@AtanasKrondev AtanasKrondev marked this pull request as ready for review January 14, 2022 22:26
@AtanasKrondev AtanasKrondev force-pushed the feature/deeplinks branch 2 times, most recently from 0d0bcae to 4bd57a8 Compare January 16, 2022 20:09
Copy link
Contributor

@CedrikNikita CedrikNikita left a comment

Choose a reason for hiding this comment

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

First of all, this should be properly rebased to avoid last commit.
There is no need to create a whole entity "universal". We just need to initialize initRouter, initFactory, initWae after sdk was initialized.
I don't like the way we just copy paste all of the methods in the aeternity module to use deeplinks. Even with this approach Pr doesn't fulfill all the functionality that aeternity module have.
And it doesn't work.

src/store/index.js Outdated Show resolved Hide resolved
src/lib/utils.js Outdated Show resolved Hide resolved
src/App.vue Outdated Show resolved Hide resolved
@CedrikNikita CedrikNikita merged commit 2e18b38 into main Feb 1, 2022
@CedrikNikita CedrikNikita deleted the feature/deeplinks branch February 1, 2022 05:35
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.

On mobile view use deeplinks for signatures & connection
3 participants