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

Allow content and comments to be precached for offline viewing #360

Closed
wildlyinaccurate opened this Issue May 13, 2017 · 2 comments

Comments

Projects
None yet
2 participants
@wildlyinaccurate

wildlyinaccurate commented May 13, 2017

I use Lobsters a lot on my phone while I take the subway, and wish I could read the links and comments while I'm offline. Using service workers we could add functionality (perhaps behind an account setting) that pre-caches all of the links on the first page, as well as the comments for each link.

What do you think about this? I'd be happy to do the work and open a PR. I just wouldn't want to throw a load of code at you if you don't like the idea.

@jcs

This comment has been minimized.

Show comment
Hide comment
@jcs

jcs May 15, 2017

Contributor

Sorry but I don't think that would be used by enough users to warrant all the extra baggage to support it.

Contributor

jcs commented May 15, 2017

Sorry but I don't think that would be used by enough users to warrant all the extra baggage to support it.

@jcs jcs closed this May 15, 2017

@wildlyinaccurate

This comment has been minimized.

Show comment
Hide comment
@wildlyinaccurate

wildlyinaccurate May 15, 2017

No problem. Let me know if you change your mind -- I'd be happy to help out.

wildlyinaccurate commented May 15, 2017

No problem. Let me know if you change your mind -- I'd be happy to help out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment