Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bloominstituteoftechnology/HTTP-AJAX
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Smithface/HTTP-AJAX
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 19 files changed
  • 1 contributor

Commits on Feb 12, 2018

  1. initial commit; working on building Friends.js

    having trouble coming up with a high-quality solution for dealing with 3 changing inputs on 1 form
    Smithface committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    904267f View commit details
    Browse the repository at this point in the history
  2. need to add axios

    all the JSX looks good, though I have yet to test it; need to add axios so I can import the friend info
    Smithface committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    548a363 View commit details
    Browse the repository at this point in the history
  3. added componentDidMount

    not sure if the port is going to be 5000, not sure if the data I'm looking for will be under response.data
    Smithface committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    12c011f View commit details
    Browse the repository at this point in the history
  4. removed random default React stuff

    about to add axios to react app
    Smithface committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    0da5efe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    247d323 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acdb857 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. now uses axios.post to update list

    page has to refresh on submission in order for new 'friend' to be added (not sure if this is a bad thing)
    Smithface committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    0f61a2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4f6aa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5edaf63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62f16a8 View commit details
    Browse the repository at this point in the history
  5. small adjustments

    need to figure out how to tell friendlist to update state when submitting on FriendForm
    Smithface committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    80f8f74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99be722 View commit details
    Browse the repository at this point in the history
  7. form now resets on submit

    Smithface committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    633ffca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd52187 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1794ce1 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

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