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

feat(InfiniteScroll): added InfiniteScroll component #35

Merged
merged 9 commits into from
Apr 25, 2024

Commits on Apr 19, 2024

  1. feat: added new component for infinite scroll

    Ayushi Sharma committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6ec1c85 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. feat: fixed filter functionality

    Ayushi Sharma committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    c040fc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. feat(InfiniteScroll): added useCallback in fetchMore func

    Ayushi Sharma committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    66b1701 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. feat(InfiniteScroll): make contentRef prop optional if not present ta…

    …ke reference of infinite-list div
    Ayushi Sharma committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5dbb2ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9056b4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e297069 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. feat: overload component height if provided in props

    Ayushi Sharma committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5a2df37 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. feat: make default height (100%-0px)

    Ayushi Sharma committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6324665 View commit details
    Browse the repository at this point in the history
  2. feat: move containerElem inside useEffect

    Ayushi Sharma committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    10de210 View commit details
    Browse the repository at this point in the history