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

Migrate Redux to Mobx #118

Draft
wants to merge 37 commits into
base: dev
Choose a base branch
from
Draft

Migrate Redux to Mobx #118

wants to merge 37 commits into from

Commits on Jun 17, 2021

  1. Add mobx dependency

    ewc340 committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    12bd63a View commit details
    Browse the repository at this point in the history
  2. Add mobx store skeleton

    ewc340 committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    0d82ab9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b78ece7 View commit details
    Browse the repository at this point in the history
  4. Add RootStore context and hook

    ewc340 committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    bb59063 View commit details
    Browse the repository at this point in the history
  5. Add Dummy component

    ewc340 committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    01f880e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Include bootstrap updates with mobx migration (#119)

    * Bootstrap version updated to 1.5.2
    
    * what am i doing
    
    * Changed Graph to Container and smPush/smPull to xs
    
    * replaced Label with Badge, Navbar.header with Navbar, and Navbar.Form pullRight with Navbar
    
    * ConsoleOutput done. Fixing typescript errors on ConfigBox
    
    * straight up removed smPush and smPull
    
    * Fixed bsStyle for button and changed to variant in UpdateBox
    
    * upgrade bootstrap in Editor, upgrade glyphs to FA
    
    * ConsoleOutput done. ConfigBox has one more error
    
    * ConsoleOutput done. ConfigBox almost done (validation error left)
    
    * updated Gamepad.tsx and GamepadList.tsx
    
    * Working on Formik, added isValid props to Form.Control
    
    * add PeripheralGroup component w collapse hook
    
    * rid leftover old bootstrap
    
    * last second bootstrap fixes
    
    * fix bootstrap mostly
    
    * Fixed editor bsSize, fixed swapped editor/peripherals, added margin to peripherals
    
    * add default font value
    
    * Added margin to gamepadlist, ordered peripherals/gamepad/editor correctly
    
    * Dnav background
    
    * Added margin to top of App
    
    * look, a dark theme!
    
    Co-authored-by: meshankhosla <[email protected]>
    Co-authored-by: Thomas Lee <[email protected]>
    Co-authored-by: Andrew Dacayanan <[email protected]>
    Co-authored-by: Saketh Panchumarthy <[email protected]>
    5 people authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    fbe7282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4464f95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de8acc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. fix errors

    HaileyJang committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    c498f9b View commit details
    Browse the repository at this point in the history
  2. Merge dev and fix conflicts

    ewc340 committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    0242a7e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'migrate-redux-to-mobx' of https://github.com/pioneers/dawn

     into migrate-redux-to-mobx
    HaileyJang committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    aa6425a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

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

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    7911573 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0f2fe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    050d65b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06e216b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

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

Commits on Aug 6, 2021

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

Commits on Aug 12, 2021

  1. Work on peripheral

    HaileyJang committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    c8db2eb View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Start on sagas

    HaileyJang committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    69ecd52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20fb3c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Keep editing peripheral

    HaileyJang committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    c585644 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Done with peripherals?

    HaileyJang committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    cf7efce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31943bc View commit details
    Browse the repository at this point in the history
  3. Lint info store

    ewc340 committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    ebfc803 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c7cb90 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Fix merge conflicts

    ewc340 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    777494b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1492bce View commit details
    Browse the repository at this point in the history
  3. Update store utils

    ewc340 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    6f32b2f View commit details
    Browse the repository at this point in the history
  4. Refactor and lint stores

    ewc340 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    151e111 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

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

Commits on Jan 6, 2022

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

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    d1b8221 View commit details
    Browse the repository at this point in the history
  2. Some store updates

    ewc340 committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    75739a7 View commit details
    Browse the repository at this point in the history
  3. Component updates

    ewc340 committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    52ead4e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    4377929 View commit details
    Browse the repository at this point in the history
  2. Small tweaks

    ewc340 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    eb0acd1 View commit details
    Browse the repository at this point in the history