more todos

This commit is contained in:
Nazar Kanaev 2021-04-07 10:58:17 +01:00
parent 8764891b80
commit 882be1dbf6
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
- fix: sanitizer/readability clearing out svg?
https://preshing.com/20210315/how-cpp-resolves-a-function-call/
- fix: text is garbled in
https://www.tedinski.com/2019/11/17/book-status-update.html
- fix: focus on the newly added feed
- etc: test new parser extensively
- fix: loading items (by scrolling down) is glitching while feeds are refreshing

View File

@ -89,6 +89,7 @@ func (w *Worker) SetRefreshRate(minute int64) {
func (w *Worker) RefreshFeeds() {
log.Print("Refreshing feeds")
// TODO: set the counter here?
go w.refresher()
}