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(categoryOverview): create the category overview screen #15

Merged
merged 2 commits into from
Oct 29, 2020

Conversation

mheob
Copy link
Contributor

@mheob mheob commented Oct 29, 2020

closes #5

mheob added 2 commits October 29, 2020 15:35
- For this I gave the category model a more meaningful name.
- Also I create a new Button component with our own styles.
- In the theme file I do not set paddings. So scroll views can set up to the edges.
This commit includes the needed functionality and stylings.

TODO: Lazy loading and infinite scroll to gather ALL posts (see #14)
@mheob mheob self-assigned this Oct 29, 2020
@mheob mheob added the enhancement New feature or request label Oct 29, 2020
@mheob mheob added this to the Version 1 milestone Oct 29, 2020
@mheob mheob merged commit 0d8076c into main Oct 29, 2020
@mheob mheob deleted the 5-create-category-screen branch October 29, 2020 15:19
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.

Create the Category screen
1 participant