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

add pagination #73

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

add pagination #73

wants to merge 16 commits into from

Conversation

ij5
Copy link

@ij5 ij5 commented Aug 28, 2022

Implemented pagination.
Posts will be devided into 10.

image

@bartlomieju bartlomieju requested a review from ije August 29, 2022 09:40
components.tsx Outdated Show resolved Hide resolved
blog.tsx Outdated Show resolved Hide resolved
blog.tsx Show resolved Hide resolved
type: "forward" | "backward" | "both";
tag: string | null;
}
function Pagination({ index, type, tag }: PaginationProps) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the UI is not good, i will add a mockup later

@ij5 ij5 requested a review from ije August 31, 2022 05:53
@ij5
Copy link
Author

ij5 commented Aug 31, 2022

Resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants