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(home): add the screen #27

Merged
merged 6 commits into from
Nov 9, 2020
Merged

feat(home): add the screen #27

merged 6 commits into from
Nov 9, 2020

Conversation

mheob
Copy link
Contributor

@mheob mheob commented Nov 9, 2020

Resolves #4
Resolves #26

@mheob mheob self-assigned this Nov 9, 2020
@mheob mheob added the enhancement New feature or request label Nov 9, 2020
@codecov
Copy link

codecov bot commented Nov 9, 2020

Codecov Report

Merging #27 (5139e8d) into main (5f6fd70) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #27   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        17    +3     
  Lines           68        89   +21     
  Branches         4        17   +13     
=========================================
+ Hits            68        89   +21     
Impacted Files Coverage Δ
src/components/Settings/LegalList.tsx 100.00% <ø> (ø)
src/components/Settings/SettingsList.tsx 100.00% <ø> (ø)
src/components/Settings/SocialList.tsx 100.00% <ø> (ø)
src/components/Articles/ArticleList.tsx 100.00% <100.00%> (ø)
src/components/Articles/ArticlePreview.tsx 100.00% <100.00%> (ø)
src/components/Articles/CategoryList.tsx 100.00% <100.00%> (ø)
src/components/Articles/FeaturedCarousel.tsx 100.00% <100.00%> (ø)
src/components/Articles/NewsCarousel.tsx 100.00% <100.00%> (ø)
src/utils/styling.ts 100.00% <100.00%> (ø)
... and 4 more

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 5f6fd70...fa32bb3. Read the comment docs.

@mheob mheob added this to the Version 1 milestone Nov 9, 2020
@mheob mheob merged commit 4485351 into main Nov 9, 2020
@mheob mheob deleted the 4-create-home-screen branch November 9, 2020 17:03
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.

Filter out non "News" article Create the Home screen
1 participant