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

Add success state to OperatorAddressMappingCard #261

Merged
merged 9 commits into from
Oct 26, 2022

Commits on Oct 5, 2022

  1. Add success state to OperatorAddressMappingCard

    We now want to display the `OperatorAddressMappingCard` when the operator is
    successfully mapped to staking provider. We display the pair in the card.
    michalsmiarowski committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    88b0f4c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

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

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    955aeb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4402d03 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Change variable name

    We wnat to display the success state of the OperatorMappingCard not when all of
    the apps are mapped but when tbtc and random beacon are mapped (not necessarily
    PRE). That's why we change the variable name:
    
    areAllAppsMappedSuccessfuly -> shoudlDisplaySuccessState
    michalsmiarowski committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    5b8ad8b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

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

Commits on Oct 24, 2022

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

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    ed0ce57 View commit details
    Browse the repository at this point in the history
  2. Use getSakingAppLabel function

    Use `getSakingAppLabel` function in OperatorAddressMappingCard
    michalsmiarowski committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    d818bfa View commit details
    Browse the repository at this point in the history