vantage-ola / tracknow

Share your racing moments.
https://tracknow.vercel.app/
MIT License
4 stars 3 forks source link

home post pagination kinda broke 🥲 #110

Closed vantage-ola closed 2 months ago

vantage-ola commented 2 months ago

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 commented 2 months ago

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.