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(article): add infinite scrolling #36

Merged
merged 3 commits into from
Nov 16, 2020
Merged

feat(article): add infinite scrolling #36

merged 3 commits into from
Nov 16, 2020

Conversation

mheob
Copy link
Contributor

@mheob mheob commented Nov 16, 2020

Resolves #14

@mheob mheob added the enhancement New feature or request label Nov 16, 2020
@mheob mheob added this to the Version 1 milestone Nov 16, 2020
@mheob mheob self-assigned this Nov 16, 2020
@codecov
Copy link

codecov bot commented Nov 16, 2020

Codecov Report

Merging #36 (2f54d21) into main (21e6a6e) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #36   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           18        18           
  Lines           94        94           
  Branches        19        19           
=========================================
  Hits            94        94           
Impacted Files Coverage Δ
src/components/Articles/ArticleList.tsx 100.00% <100.00%> (ø)
src/components/Articles/ArticlePreview.tsx 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 21e6a6e...2f54d21. Read the comment docs.

@mheob mheob merged commit b2c694f into main Nov 16, 2020
@mheob mheob deleted the 14-add-infinite-scroll branch November 16, 2020 13:51
mheob pushed a commit that referenced this pull request Dec 3, 2020
# 1.0.0 (2020-12-03)

### Features

* **article:** add a rounded logo as placeholder ([#31](#31)) ([c4fbb59](c4fbb59))
* **article:** add infinite scrolling ([#36](#36)) ([b2c694f](b2c694f))
* **article:** create the article screen ([#20](#20)) ([065e8de](065e8de)), closes [#17](#17) [#18](#18) [#19](#19)
* **categories:** create the categories screen ([#13](#13)) ([52488a4](52488a4))
* **categoryOverview:** create the category overview screen ([#15](#15)) ([0d8076c](0d8076c)), closes [#14](#14)
* **home:** add the screen ([#27](#27)) ([4485351](4485351))
* **settings:** add the settings and legal screens ([#25](#25)) ([5f6fd70](5f6fd70))
@mheob
Copy link
Contributor Author

mheob commented Dec 3, 2020

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@mheob mheob added the released label Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an infinite scroll to gather ALL posts on scrolling
1 participant