0x5bfa / FluentHub

A stylish yet powerful GitHub client for Windows
MIT License
1.08k stars 52 forks source link

Feature: Add page content caching service #248

Closed Lamparter closed 3 months ago

Lamparter commented 2 years ago

⏱️ Before you start...

📄 Description

Implement cache so if the user has no internet, FluentHub doesn't break immediately.

🗃️ Alternative solutions

None.

📸 Assets

None

0x5bfa commented 2 years ago

I'm not sure we should use cache. Cache is for not getting extra data. But shouldn't do like that due to it's characteristics of Octokit.GrapgQL.NET

arihant2math commented 1 year ago

Also switching between pages that include api calls takes a bit.

0x5bfa commented 1 year ago

Yes. I'm thinking of displaying the control first and displaying it as soon as an error occurs.