Skip to content
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

The Task renderer should cache previous state, instead of being blank while the ToDoist data loads #252

Open
n567 opened this issue Oct 20, 2023 · 0 comments
Labels
✨ feature New feature or request

Comments

@n567
Copy link

n567 commented Oct 20, 2023

The Task renderer is not caching the previous state of the ToDoist data. This means the task Renderer is blank for nearly 10 seconds every time the renderer is viewed, and the user has to wait for it to load the data from ToDoist every time.

The Renderer should cache the previously loaded state and display this instantly, until the new refreshed data is ready to display, then swap the data over. It's preferable to have slightly out of date data, than no data at all every time you go to look at a ToDoist list in a note.

Alternative: wait 10 seconds for a data refresh every time before being able to see data from the ToDoist Plugin.

@n567 n567 added the ✨ feature New feature or request label Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant