wsloth / Index

The Index is a simple Hacker News reader app which is focused on making you read less, by only showing you the top stories of the last 24 hours.
10 stars 9 forks source link

Improve comment section experience #3

Open wsloth opened 2 years ago

wsloth commented 2 years ago

Right now, the comments sometimes overlap other comments. I have the feeling this is because of the fact they are rendered in an overlay sliding panel, but I could be wrong.

An additional is that the comments take a lot of time and resources to render. I'd like to implement a lazy-loading mechanism, where comments are only fetched from the API when the user starts scrolling down to them.

There's lots more to improve, but I think these things would be a start1

adhamjongsma commented 2 years ago

Hey Wessel! Do you mind if I take a look at this one?

wsloth commented 2 years ago

@adhamjongsma of course, feel free to pick it up! 😁 Great to hear from you, and let me know if you need any help. Might not be the easiest to pick up!

adhamjongsma commented 2 years ago

Amazing. If I run into any problems I'll give you a shout. Just having fun looking through the code. I've been meaning to get into flutter, but never found an excuse. :)