mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
more todos
This commit is contained in:
parent
8764891b80
commit
882be1dbf6
@ -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
|
||||
|
||||
|
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user