Skip to content

Feature item routing #66

Merged
merged 25 commits into from
Oct 19, 2020
Merged

Feature item routing #66

merged 25 commits into from
Oct 19, 2020

Commits on Oct 8, 2020

  1. Downgrade history for compatibility with react-router

    Justin Campbell committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    b050e70 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature-ItemRouting' of github.itap.purdue.edu:ECN/webq…

    …ueue2 into feature-ItemRouting
    Christian Thomas Elfreich committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    8429c9e View commit details
    Browse the repository at this point in the history
  3. npm

    Christian Thomas Elfreich committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    91b3100 View commit details
    Browse the repository at this point in the history
  4. added Router component

    Christian Thomas Elfreich committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    84bc19a View commit details
    Browse the repository at this point in the history
  5. Added routes for items

    Christian Thomas Elfreich committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    a91daff View commit details
    Browse the repository at this point in the history
  6. added row click handler to include updating history

    Christian Thomas Elfreich committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    ec0cdc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. refactored api data fetching to App, configured route to set active i…

    …tem and sidebar on render
    Christian Thomas Elfreich committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    17a9860 View commit details
    Browse the repository at this point in the history
  2. updated style guide documentation

    Christian Thomas Elfreich committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    4d7c3f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Formatting check

    campb303 authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    499108d View commit details
    Browse the repository at this point in the history
  2. Formatting checks

    Justin Campbell committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    673076d View commit details
    Browse the repository at this point in the history
  3. Fix position of ItemViewAppBar

    Justin Campbell committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    f0f0874 View commit details
    Browse the repository at this point in the history
  4. Update ItemTable docs

    Justin Campbell committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    3f4a16c View commit details
    Browse the repository at this point in the history
  5. Update ItemTable docs

    Justin Campbell committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    ce3b844 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Revert "Update ItemTable docs"

    This reverts commit ce3b844.
    Justin Campbell committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    d715315 View commit details
    Browse the repository at this point in the history
  2. Revert "Update ItemTable docs"

    This reverts commit 3f4a16c.
    Justin Campbell committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    08e669f View commit details
    Browse the repository at this point in the history
  3. Revert "Fix position of ItemViewAppBar"

    This reverts commit f0f0874.
    Justin Campbell committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    2ef841e View commit details
    Browse the repository at this point in the history
  4. Revert "Formatting checks"

    This reverts commit 673076d.
    Justin Campbell committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    8d1bd3a View commit details
    Browse the repository at this point in the history
  5. Revert "Formatting check"

    This reverts commit 499108d.
    Justin Campbell committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    fc12499 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. updated to utilize useHistory hook, and removed unneccesary documenta…

    …tion attributes
    Christian Thomas Elfreich committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    4e3715e View commit details
    Browse the repository at this point in the history
  2. Updated documentation, fixed styling bug, and update to use useTheme …

    …hook
    Christian Thomas Elfreich committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    3299840 View commit details
    Browse the repository at this point in the history
  3. updated to no longer use props, and updated to use useTheme() hook

    Christian Thomas Elfreich committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    7a5df3f View commit details
    Browse the repository at this point in the history
  4. removed extraneous property

    Christian Thomas Elfreich committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    af479df View commit details
    Browse the repository at this point in the history
  5. fixed imports

    Christian Thomas Elfreich committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    2359520 View commit details
    Browse the repository at this point in the history
  6. updated component calls to match new properties, renamed data hooks, …

    …removed debugging lines, updated matching function, and removed useHistory
    Christian Thomas Elfreich committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    c4a28a3 View commit details
    Browse the repository at this point in the history
  7. Updated dark mode

    Christian Thomas Elfreich committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    a021813 View commit details
    Browse the repository at this point in the history