Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

WIP: Convert the UI to be React based #1

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open

WIP: Convert the UI to be React based #1

wants to merge 26 commits into from

Commits on Dec 11, 2016

  1. Adding react_rails

    wbushey committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    e094bd1 View commit details
    Browse the repository at this point in the history
  2. First React component

    wbushey committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    0f70e8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f32d4b7 View commit details
    Browse the repository at this point in the history
  4. Using jquery-rails version of jQuery

    Using jquery-ui-rails
    wbushey committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    c454904 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cf5d40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63a4c3b View commit details
    Browse the repository at this point in the history
  7. More development of the Field component

    Finished display of Field
    wbushey committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    34a554e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59c6ee4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41b11a6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9e61111 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    244c7ae View commit details
    Browse the repository at this point in the history
  12. Fields can display errors

    wbushey committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    fd3b154 View commit details
    Browse the repository at this point in the history
  13. Starting the Edit Profile view in React

    Readding connection pool dependency
    wbushey committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    d608018 View commit details
    Browse the repository at this point in the history
  14. Working shipping options

    wbushey committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    3b9b322 View commit details
    Browse the repository at this point in the history
  15. Created Survey form partial

    DRYed up form partials
    Added a couple of missing translations
    Fields pass on required and private attributes
    A few display tweaks
    wbushey committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    e17776d View commit details
    Browse the repository at this point in the history
  16. Removing unneeded server side partials

    Rendering Edit Profile via React
    wbushey committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    b54c1a0 View commit details
    Browse the repository at this point in the history
  17. Replaced display of location search with React component

    Named partials partials
    wbushey committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    a4061cf View commit details
    Browse the repository at this point in the history
  18. Implemented LocationSearchView

    Moved most map related JS into a ThingMap class
    Add spec helper to mock out Google Maps library during tests
    wbushey committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    dc7f124 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d2b22d1 View commit details
    Browse the repository at this point in the history
  20. Updating .gitignore and setting up working environment

    Matthew Cox authored and wbushey committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    7818b2f View commit details
    Browse the repository at this point in the history
  21. Fixes #23

    Matthew Cox authored and wbushey committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    8047543 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a16324f View commit details
    Browse the repository at this point in the history
  23. Component Fields can take onStateChange callbacks (#35)

    * All field components accept a callback function for state change
    * Addressing warnings about keys and proptypes
    Fixes #33
    wbushey committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    2a27441 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    69904e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. Configuration menu
    Copy the full SHA
    f96ff50 View commit details
    Browse the repository at this point in the history
  2. Fixing Gemfile

    wbushey committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    eb041cf View commit details
    Browse the repository at this point in the history