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

Added delete button to select compiled contracts #269

Merged
merged 12 commits into from
Oct 8, 2024

Commits on Sep 11, 2024

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

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    411140f View commit details
    Browse the repository at this point in the history
  2. move compile contracts component outside of of conditional check for …

    …selectedContracts, as this was causing react hook errors whenever selectedContracts was changed from within the compiled contracts component.
    ashleendaly committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2f2a526 View commit details
    Browse the repository at this point in the history
  3. lint

    ashleendaly committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    77154b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be40946 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ec36cb View commit details
    Browse the repository at this point in the history
  6. - change the selected contract to an appropriate value when deleting …

    …a selected contract.
    
    - if there are no compiled contracts, i.e. if someone deletes all contracts, then do not return the select component.
    ashleendaly committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5ef0a29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    796e1a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    d182ab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    204c1bf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into 268-add-ability-to-clean-old-contract-art…

    …ifacts
    
    # Conflicts:
    #	.github/workflows/prod-build-and-deploy.yml
    #	.scarb-version
    varex83 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a2869bf View commit details
    Browse the repository at this point in the history
  4. fix: scarb changes

    varex83 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5ecb468 View commit details
    Browse the repository at this point in the history