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: native dApp support [LIVE-9527] #6328

Merged
merged 46 commits into from
Apr 2, 2024
Merged

feat: native dApp support [LIVE-9527] #6328

merged 46 commits into from
Apr 2, 2024

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    b3d28c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c911b68 View commit details
    Browse the repository at this point in the history
  3. feat: add account selector for dapp on webview

    reworked setDrawer types to better infer props from the component
    Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    fa8711d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f37b9e View commit details
    Browse the repository at this point in the history
  5. store selected account in store

    Wozacosta authored and Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d4f0e0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cccdb4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1b432d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a170054 View commit details
    Browse the repository at this point in the history
  9. derive currentnetwork from currentaccount, remove passing accountid a…

    …s a params to the webview
    Wozacosta authored and Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    736475d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7bb3b55 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d483d6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    66c9cc9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a24822a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e6a0914 View commit details
    Browse the repository at this point in the history
  15. accountsChanged bug fix

    Wozacosta authored and Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2a91101 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b623825 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2a4211b View commit details
    Browse the repository at this point in the history
  18. separate preloader for dapp

    Wozacosta authored and Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8d58709 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    49ec98f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    494e9a5 View commit details
    Browse the repository at this point in the history
  21. clearer name of local storage key

    Wozacosta authored and Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0100275 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    06d3fa8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1dbf3fc View commit details
    Browse the repository at this point in the history
  24. store current account with usedb

    Wozacosta authored and Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    dec449e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fb8211e View commit details
    Browse the repository at this point in the history
  26. feat: add ws support

    Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    09ccfff View commit details
    Browse the repository at this point in the history
  27. lld no accounts handling

    Wozacosta authored and Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    02a7689 View commit details
    Browse the repository at this point in the history
  28. optional access to histdb

    Wozacosta authored and Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6f476d5 View commit details
    Browse the repository at this point in the history
  29. handle no accounts screen mobile

    Wozacosta authored and Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e748d1b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    589d175 View commit details
    Browse the repository at this point in the history
  31. use data uri with png logo

    Wozacosta authored and Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    cd525a0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6828c3c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    39471dd View commit details
    Browse the repository at this point in the history
  34. fix types

    Wozacosta authored and Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7019d20 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6d7b5a2 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    40b5e88 View commit details
    Browse the repository at this point in the history
  37. fix: android

    Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9c92de7 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    30dc387 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    be8d0f4 View commit details
    Browse the repository at this point in the history
  40. chore: add changeset

    Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9b54d0d View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    b868777 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    c3d27f4 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    24a9278 View commit details
    Browse the repository at this point in the history
  44. refactor: following review comments

    Simplify some of the hooks and remove unneeded code
    Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e0799ce View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    4ba28a3 View commit details
    Browse the repository at this point in the history
  46. test: add basic dapp test

    Justkant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2b93b13 View commit details
    Browse the repository at this point in the history