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

Extract the dropdown menu from VRF v2 cost calculator #1446

Merged
merged 25 commits into from
Sep 6, 2023

Commits on Sep 5, 2023

  1. extract-dropdown

    simkasss authored and Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d0d0331 View commit details
    Browse the repository at this point in the history
  2. remove mainChainName useState

    simkasss authored and Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9d4b0b5 View commit details
    Browse the repository at this point in the history
  3. improve useQueryString hook

    simkasss authored and Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6c4b725 View commit details
    Browse the repository at this point in the history
  4. improve getNetworkFromQueryString

    simkasss authored and Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    fb2aeb4 View commit details
    Browse the repository at this point in the history
  5. return null

    simkasss authored and Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    cb78bff View commit details
    Browse the repository at this point in the history
  6. Remove useless DropdownMenu component + fill dropdown input with late…

    …st selected network on reload
    Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    ce49d74 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    550db0f View commit details
    Browse the repository at this point in the history
  8. Fix bug where API call was made with undefined or null input

    Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    51ff59c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0894fc6 View commit details
    Browse the repository at this point in the history
  10. Implement throttle for API calls

    Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a4a5457 View commit details
    Browse the repository at this point in the history
  11. Remove logging

    Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8877cee View commit details
    Browse the repository at this point in the history
  12. WIP to fix API call rate limit bug

    Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d44a554 View commit details
    Browse the repository at this point in the history
  13. Fixed issue where loading text did not appear when a network was sele…

    …cted for the first time + Added condition to render costTable only when network is defined
    yacine-benichou authored and Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5afe392 View commit details
    Browse the repository at this point in the history
  14. Use env variables to get VRF calculator API url + clean code

    yacine-benichou authored and Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d279e1e View commit details
    Browse the repository at this point in the history
  15. Remove comments in methodCheckbox component

    yacine-benichou authored and Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    69d1013 View commit details
    Browse the repository at this point in the history
  16. Fix type errors in CostTable.test.ts file

    yacine-benichou authored and Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    39f7115 View commit details
    Browse the repository at this point in the history
  17. Empty commit

    Yacine Benichou authored and Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    2180713 View commit details
    Browse the repository at this point in the history
  18. account test

    Yacine Benichou authored and Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a1fc230 View commit details
    Browse the repository at this point in the history
  19. new email set

    Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1835a29 View commit details
    Browse the repository at this point in the history
  20. empty commit

    Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    25cb85b View commit details
    Browse the repository at this point in the history
  21. Empty commit

    Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b8757ab View commit details
    Browse the repository at this point in the history
  22. Use env variable in costTable test file

    Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b815856 View commit details
    Browse the repository at this point in the history
  23. Remove env variable use

    Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1d33c39 View commit details
    Browse the repository at this point in the history
  24. fix lint issue

    Yacine Benichou committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5d80d00 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    3c3e2aa View commit details
    Browse the repository at this point in the history