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

Feat new react-play: GitHub User Search #309

Merged
merged 35 commits into from
Jun 28, 2022
Merged

Commits on Jun 14, 2022

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

    TejasShekar committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    47e0d37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05c2857 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76b4d36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e42548 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9df0796 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d122db0 View commit details
    Browse the repository at this point in the history
  8. refactor: merged two states into one

    - states for loading and error are managed in one single state
    TejasShekar committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    71fcd96 View commit details
    Browse the repository at this point in the history
  9. refactor: reduced the data states

    states to manage API response for data and rate limits have been reduced to one state.
    TejasShekar committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    9718a05 View commit details
    Browse the repository at this point in the history
  10. refactor: minor refactor

    TejasShekar committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    d2c59c9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6438dff View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Add thumbnail image

    TejasShekar committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    72acd70 View commit details
    Browse the repository at this point in the history
  2. build: downgrade react-snap version

    - Doing this to see if the build becomes successful via vercel deployment
    TejasShekar committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    87b9b08 View commit details
    Browse the repository at this point in the history
  3. refactor: remove simple live chat play

    - Doing this step to see if the build errors are not being caused by this play (as vercel deploy logs show that build fails right after there is an error with firebase in the simple live chat app)
    TejasShekar committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    76688ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caf3735 View commit details
    Browse the repository at this point in the history
  5. Revert "refactor: remove simple live chat"

    This reverts commit caf3735.
    TejasShekar committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    a523178 View commit details
    Browse the repository at this point in the history
  6. Revert "refactor: remove simple live chat play"

    This reverts commit 76688ed.
    TejasShekar committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    fd00f5d View commit details
    Browse the repository at this point in the history
  7. Revert "build: downgrade react-snap version"

    This reverts commit 87b9b08.
    TejasShekar committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    b8cc34d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    c2c085a View commit details
    Browse the repository at this point in the history
  2. fix: Added rate limit API calls

    - Refactored API calls into their own functions.
    - Removed redundant and commented code.
    TejasShekar committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    41ce0d6 View commit details
    Browse the repository at this point in the history
  3. feat: added input for response size

    - Included all input inside form element.
    - Also made a few style changes to the form and its children elements.
    - updated API response
    TejasShekar committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    c3d912a View commit details
    Browse the repository at this point in the history
  4. Delete cover_image.png

    TejasShekar committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    41358a4 View commit details
    Browse the repository at this point in the history
  5. Update Readme.md

    TejasShekar committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    4cdceeb View commit details
    Browse the repository at this point in the history
  6. add cover image

    TejasShekar committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    1d4df71 View commit details
    Browse the repository at this point in the history
  7. fix: null time issue on error msg

    - Rate limit will now be fetched before fetching data
    TejasShekar committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e707c4d View commit details
    Browse the repository at this point in the history
  8. refactor: remove disable state from btn

    - This will eliminate the need for refreshing the page after the user has exhausted their search limits.
    TejasShekar committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    ae41127 View commit details
    Browse the repository at this point in the history
  9. refactor: minor changes

    TejasShekar committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    10a22af View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    bc23eac View commit details
    Browse the repository at this point in the history
  2. remove stylesheet

    TejasShekar committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    308b541 View commit details
    Browse the repository at this point in the history
  3. fix: import error

    TejasShekar committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    b70763c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    5b94372 View commit details
    Browse the repository at this point in the history
  2. refactor: negligible changes

    - added type attr for form button
    - prettier did its work on the other file.
    TejasShekar committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    086aea0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

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

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    735334b View commit details
    Browse the repository at this point in the history
  2. fix: remove id and getPlayById

    -redundant code
    TejasShekar committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    4fb5beb View commit details
    Browse the repository at this point in the history