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

**Feature:** TopbarSelect hooks #943

Merged
merged 14 commits into from
Mar 11, 2019

Commits on Feb 28, 2019

  1. useDebounce Hook

    JoshRosenstein committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    f776e59 View commit details
    Browse the repository at this point in the history
  2. useEventListener Hook

    JoshRosenstein committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    d9c7259 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42f329a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a621acc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff4e8dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    858ecec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84a0fac View commit details
    Browse the repository at this point in the history
  8. Add debounce Examples

    JoshRosenstein committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    d77995b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. remove comment

    JoshRosenstein committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    70ce1e7 View commit details
    Browse the repository at this point in the history
  2. Update README

    JoshRosenstein committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    cca15d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Configuration menu
    Copy the full SHA
    ddd19a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a06235 View commit details
    Browse the repository at this point in the history
  3. Optimize TopbarSelect- Remove Hooks

    Originally, i created the hooks to mimic the original code, however, now i question if the original implentation to capture window resize and use of debounce was even necessary.
    JoshRosenstein committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    ce04e93 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

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