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

create CamBadge component and add pending transaction badge to KeyRow component #243

Open
wants to merge 6 commits into
base: suite
Choose a base branch
from

Commits on Sep 19, 2024

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

Commits on Sep 22, 2024

  1. refactor(CamBadge): optimize variant styles and add theme support

    - Refactored the getVariantStyles function in the CamBadge component to optimize the styling for different variants.
    - Added theme support to the getVariantStyles function to dynamically apply the appropriate styles based on the current theme.
    
    fix(LoggedInAccount): update transaction status and handle pending transactions
    
    - Updated the useEffect hook in the LoggedInAccount component to dispatch the 'Signavault/updateTransaction' action when the active network changes.
    - Cloned the walletStore.Signavault data using lodash to prevent mutation.
    - Updated the useEffect hook to check for pending transactions in the walletStore.Signavault data and set the hasPendingTx state accordingly.
    
    fix(SelectNetwork): adjust position of variant badge
    
    - Adjusted the position of the variant badge in the SelectNetwork component to align it properly with the network chip.
    Ysrbolles committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    699c17e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    924422c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 25, 2024

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

Commits on Sep 26, 2024

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