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

Sockets - Evelynn #16

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    d471a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebdb285 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    716f1a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7aeb26d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60d79ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4840022 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18f9087 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d34b865 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    03d1a72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    151f806 View commit details
    Browse the repository at this point in the history
  3. added lastLine state to Game and pass to RecentSubmission as props so…

    … that RecentSubmission is displayed
    evelynnkaplan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    c9126d7 View commit details
    Browse the repository at this point in the history
  4. added returnRecentSubmission function to only return a RecentSubmissi…

    …on component if the poem in state has at least 1 line
    evelynnkaplan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    a613451 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31586f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6789dec View commit details
    Browse the repository at this point in the history
  7. removed a console.log

    evelynnkaplan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    5a123ec View commit details
    Browse the repository at this point in the history
  8. implemented callback so that when Reveal Poem button is clicked, the …

    …submission form component is hidden
    evelynnkaplan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    447bda8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e565d5b View commit details
    Browse the repository at this point in the history
  10. removed small typo

    evelynnkaplan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    f0a8d3c View commit details
    Browse the repository at this point in the history
  11. class for input field is toggled on and off based on the value of tha…

    …t input - red for empty string
    evelynnkaplan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    311b841 View commit details
    Browse the repository at this point in the history
  12. removed console.log

    evelynnkaplan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    f17f4fd View commit details
    Browse the repository at this point in the history