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

Hide UI inputs until contract is deployed #233

Commits on May 14, 2020

  1. Check if Contract.address is set before displaying any

    UI input elements.
    
    Update some html/css to hide input elements by default,
    and display a welcome message instead.
    nathan-lapinski committed May 14, 2020
    Configuration menu
    Copy the full SHA
    e216eab View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Update HelloWorld template to display a welcome message until

    the contract has been deployed.
    nathan-lapinski committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    5c3d16e View commit details
    Browse the repository at this point in the history
  2. Update Crypto Pizza template to display welcome message

    until contract has been deployed
    nathan-lapinski committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    c234e6c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Add welcome message to Coin template. Refactor all templates

    to follow a welcome content / main content structure.
    nathan-lapinski committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    a3f6d4c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

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