1. 05 Oct, 2020 1 commit
    • Andrew Fontaine's avatar
      Refactor Strategy Component to Break Out Parameter · fea17513
      Andrew Fontaine authored
      By splitting out strategy into one sub-component per strategy, we should
      be able to make it easier to add more strategies down the road.
      
      Strategy sub-components are responsible for knowing how they alter the
      strategy object, and emit it upward when changes are made.
      
      The parent strategy component keeps a map between strategy types and
      their components, utilizing Vue's `component` component to dynamically
      display the correct sub-component in the DOM.
      fea17513
  2. 02 Oct, 2020 39 commits