mkermani144 / wanna

💡✔ Wanna is an implementation of a 21st-century to-do list app.
https://wanna.js.org
MIT License
199 stars 30 forks source link

New ideas do not appear if the list window is already full #270

Open kekukui opened 5 years ago

kekukui commented 5 years ago

If the list of ideas is long enough to fill the current window, new ideas do not appear immediately on creation. You must switch to Tasks and then back to Ideas to force a refresh of the list display.

mkermani144 commented 5 years ago

It's for performance reasons. If there are a lot of tasks/ideas, rendering the whole list will take a significant time and harms UX, hence the trick of lazy loading.