more todos
This commit is contained in:
parent
8764891b80
commit
882be1dbf6
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
- etc: test new parser extensively
|
||||||
- fix: loading items (by scrolling down) is glitching while feeds are refreshing
|
- 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() {
|
func (w *Worker) RefreshFeeds() {
|
||||||
log.Print("Refreshing feeds")
|
log.Print("Refreshing feeds")
|
||||||
|
// TODO: set the counter here?
|
||||||
go w.refresher()
|
go w.refresher()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue