Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Fix: debounce fetch apps #1021

Merged
merged 28 commits into from
Jul 30, 2020
Merged

Fix: debounce fetch apps #1021

merged 28 commits into from
Jul 30, 2020

Commits on Jun 16, 2020

  1. Fix: debounce fetch apps

    nicosampler committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    04776f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

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

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    da85abe View commit details
    Browse the repository at this point in the history
  2. add use-lodash-debounce hook to test debounce functionality

    I'm planning to remove this dependency, as it requires to also install `lodash.debounce`. I prefer to implement it ad-hoc.
    fernandomg committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    bc6be07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f30977 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2046e87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46cd3a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28e5b26 View commit details
    Browse the repository at this point in the history
  7. remove logging

    fernandomg committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    6ba3f9d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fafd94f View commit details
    Browse the repository at this point in the history
  9. refactor AddAppForm

    reorganize code
    fernandomg committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    41c3fdd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa8b216 View commit details
    Browse the repository at this point in the history
  11. fix: change any to unknown

    fernandomg committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    7313e78 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    285521e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    cfe908d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfef944 View commit details
    Browse the repository at this point in the history
  3. refactor: rename agreement to agreementAccepted

    also, moved `initialValues` to a constant `INITIAL_VALUES` outside the component
    fernandomg committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    d679bf9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c6c9cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c80db53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3edd9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41330c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8df4101 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fff6c44 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

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

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    9c4d4ae View commit details
    Browse the repository at this point in the history
  2. fix: getAppInfoFromOrigin return type

    also, removed the expected type for the `getAppInfoFromOrigin` calls as it is inferred
    fernandomg committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    cafafc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

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