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

11 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
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
66b69471d0 Properly scope Config to the wtf package and remove it as a dependency from everywhere else 2018-06-16 14:59:22 -07:00
Hossein Mehrabi
f33b756d02 removed useless condition in Refresh 2018-06-08 10:59:47 +04:30
Chris Cummer
ce38c3f754 Remove the sleeps from the cryptocurrecy modules. Don't need them 2018-06-06 15:18:19 -07:00
Chris Cummer
092419d5b2 Clean up the formatting of the text in Bittrex module 2018-06-04 20:45:33 -07:00
Hossein Mehrabi
887239b97f replaced updateInterval with refreshInterval 2018-06-04 20:59:07 +04:30
Hossein Mehrabi
f8a3b57414 better variable names 2018-06-04 06:57:37 +04:30
Hossein Mehrabi
0386cf88ec avoid panics 2018-06-04 06:29:58 +04:30
Hossein Mehrabi
6fd06db338 added bittrex module 2018-06-04 06:02:31 +04:30