sleepyfran / readder

📖 Read articles from your favourite website based on how much time you have
https://sleepyfran.github.io/readder/
20 stars 2 forks source link

Allow the user to navigate between compatible articles in the reader #15

Closed sleepyfran closed 2 years ago

sleepyfran commented 5 years ago

Right now we load multiple posts that are compatible with the user's filters but we only show one and we don't allow the user to navigate between them. We should add arrows on the edges of the screen to take the user one article forward or backward in the compatible articles list.

danielharvilik commented 5 years ago

@sleepyfran Hey, is this available?

sleepyfran commented 5 years ago

Sure thing, @danielharvilik 😀

danielharvilik commented 5 years ago

Is there anything to know specificly about code ? Or guide which file should be changed?

sleepyfran commented 5 years ago

Not really, I'd recommend to just take a look around at how things are organised and try to follow the same patterns. Of course if you have any doubt you can ask here and I'll try my best to explain it. There's no guide at the moment either, I'd recommend you to take care of another issue that might be a little bit more friendly for newcomers like #14 and after you become a little bit more familiar with the code you can tackle this one :)

danielharvilik commented 5 years ago

Allright thanks for replying, #14 What that issue really mean?