From 882be1dbf629285f73233754d5745c3b3271fe2d Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Wed, 7 Apr 2021 10:58:17 +0100 Subject: [PATCH] more todos --- doc/todo.txt | 5 +++++ src/worker/worker.go | 1 + 2 files changed, 6 insertions(+) diff --git a/doc/todo.txt b/doc/todo.txt index 26f1a28..9062ed2 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -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 diff --git a/src/worker/worker.go b/src/worker/worker.go index 523b0fe..28e2e68 100644 --- a/src/worker/worker.go +++ b/src/worker/worker.go @@ -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() }