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

Replace Lodash with built-in syntax, libraries, and some code #2851

Merged
merged 9 commits into from
Oct 4, 2021

Commits on Sep 29, 2021

  1. replace some of lodash with native functions

    The recursive cloning methods were retained as their individual npm packages
    live627 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    c95e6fc View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Re-imagine the debounced restartTimer() as a 'timeout trigger'

    Capture the behavior in a separate utility class.
    novemberborn committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    2598b0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ec13bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6a7330 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5d938d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b92e88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6254cd6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aea100f View commit details
    Browse the repository at this point in the history
  8. Fix how remaining files are calculated

    Or at least reduce the diff with the main branch.
    novemberborn committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    fd66bae View commit details
    Browse the repository at this point in the history