1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

3 Commits

Author SHA1 Message Date
Chris Cummer
f650bb1698 Remove the app.Draw() gorountine
Prefer to have widgets force a draw when their data changes. This should
reduce draws (unless the user has a module installed that updates >=
1/sec, the old draw default).

This should also remove a source of some of the race conditions that
users were experiencing (though not all, there are still many).
2018-09-24 14:40:57 -07:00
Anand Sudhir Prayaga
3544eb8736 Make hackernews widget scrollable
* Add ability to scroll through the list of stories when they dont fit into the view
* Handle empty results gracefully
* Some code cleanup
2018-08-07 18:03:13 +02:00
Anand Sudhir Prayaga
5c529270eb Add hackernews module 2018-08-03 17:24:55 +02:00