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

home post pagination kinda broke 🥲 #110

Closed
vantage-ola opened this issue Jul 24, 2024 · 1 comment · Fixed by #120
Closed

home post pagination kinda broke 🥲 #110

vantage-ola opened this issue Jul 24, 2024 · 1 comment · Fixed by #120
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed important features needs to be worked on asap

Comments

@vantage-ola
Copy link
Owner

Home.tsx
the height and view port, restricts the user from reaching the end of the page.
<Flex mt={10} bg="dark" height="calc(100vh - 45px)"> {/* Adjust height to fit the viewport */}

@vantage-ola
Copy link
Owner Author

vantage-ola commented Jul 24, 2024

i have to find a decent way of structuring the homepage like reddit's homepage
The pagination issue affects other components in web/src/User/ it doesnt reach the end of the page. so it doesnt reload and ask for more data.

@vantage-ola vantage-ola added bug Something isn't working help wanted Extra attention is needed important features needs to be worked on asap labels Jul 24, 2024
@vantage-ola vantage-ola self-assigned this Aug 15, 2024
@vantage-ola vantage-ola linked a pull request Aug 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed important features needs to be worked on asap
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant