-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Milestone
Description
Build an infinite scroll component that will be used for listeds and candidates.
The production version will read directly from FfaListingsModule but for this issue Do Not wire in live ajax calls or the vuex module. Use canned data for now. Make sure to write specs.
Start with either listed or candidates, get that to work, generalize and then drop the component into the second tab.
Most infinite scroll implementations track an id or page number. This component does needs to track any such index.
Reactions are currently unavailable