kabisa / kudos-frontend

The frontend for the Kudos-o-Matic! (Mobile / Desktop)
2 stars 0 forks source link

Fix PullToRefresh not working as intended causing issues in touch scroll #132

Closed sandercamp closed 10 months ago

sandercamp commented 10 months ago

What

The feed page implements src/components/PullToRefresh.js functionality to allow a refresh when "pulling" at the top of the page on touch screens. This depends on the scroll position of some element. Due to the refactoring this wasn't working as intended anymore, triggering refreshes at other scroll positions

Why

Explain why these things are changes. This explanation is for your colleagues and your future self.

Code Review

Please consider the following checklist when reviewing this Pull Request.
More background and details here.

codeclimate[bot] commented 10 months ago

Code Climate has analyzed commit 8532901e and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 33.3% (50% is the threshold).

This pull request will bring the total coverage in the repository to 12.8% (0.0% change).

View more on Code Climate.