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

14 Commits

Author SHA1 Message Date
Anand Sudhir Prayaga
c8b6eb2b60 Fix references to old Github repo location with new one 2018-11-28 14:47:06 +01:00
Chris Cummer
a48d15079a Remove RefreshedAt from TextWidget
This attribute is used for absolutely nothing. It doesn't need to exist.
2018-10-11 17:12:29 -04:00
Chris Cummer
a993b88ccf Fixes a crashing bug in the Twitter widget 2018-10-02 12:50:54 -07:00
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
Chris Cummer
ad431ee3a7 Move common nav controls into MultiSourceWidget 2018-09-01 17:37:09 -07:00
Chris Cummer
e760561027 Twitter module supports subscribing to multiple screen names 2018-09-01 17:05:52 -07:00
Chris Cummer
0cdaf5c2d3 Add the MultiSourceWidget concept 2018-09-01 12:57:03 -07:00
Chris Cummer
2af0fe51c6 Twitter widget properly unescapes HTML entities 2018-08-30 08:27:20 -07:00
Chris Cummer
fb61cd5de2 Twitter widget now displays tweet times in relative, humanized terms 2018-08-24 17:22:45 -07:00
Chris Cummer
c738fa9eac Add hashtag colouring to Twitter widget 2018-08-23 11:28:01 -07:00
Chris Cummer
d5017cd06c Improve the display of tweets in the Twitter widget 2018-08-22 13:44:12 -07:00
Chris Cummer
049061bbf4 Wrap the text in the Twitter module 2018-08-01 14:28:12 -07:00
Kenny Wu
f8ac387d79 Make text blue like twitter 2018-07-31 20:27:27 -07:00
Kenny Wu
39fc6fdab3 Add twitter module - Single Application account only at the moment 2018-07-31 19:54:40 -07:00