Spark-NF / novel-updates-notifier

Add a notification icon and reading shortcuts for your Novel Updates reading list.
Apache License 2.0
4 stars 0 forks source link

dont force reload when marking chapter as read #3

Closed SaltatorMortis closed 5 years ago

SaltatorMortis commented 5 years ago

maybe to use the asynchonity to its fullest update the readinglist only 'onunload' of the window.

to visualize if a Novel has changes maybe the 'badge-primary' could be used color-coded (yellow pending, red failed, greed succeeded)

Spark-NF commented 5 years ago

Not sure about the onunload suggestion, but I guess that changing the read chapter shouldn't require a full list reload. Simply locking the relevant novel line and reloading it in the background should be enough.

SaltatorMortis commented 5 years ago

jeah your right a line updade would do it to.. my suggestion was simply only to markChapterRead and then only update the readinglist in the background upon closing of the popup.

i really need to work on my Idea to (understandable) suggestion process ps keep your work up and thanks