This repository has been archived on 2019-12-04. You can view files and clone it, but cannot push or open issues or pull requests.
hrafn/TODO

20 lines
730 B
Plaintext
Raw Normal View History

2010-04-16 02:53:16 +00:00
This is a list of things that still need doing. It includes short-, medium-, and long-term goals.
features:
2010-05-18 22:05:27 +00:00
* Make the buttons prettier
2010-04-16 02:53:16 +00:00
* Add a graphical options menu
* Status bar icon
2010-05-19 20:10:25 +00:00
2010-04-22 14:59:08 +00:00
* Support viewing a list of friends and unfollowing them
* Support creating new lists and adding users to it (as well as removing users and deleting lists)
2010-05-19 20:10:25 +00:00
* Changing the active user needs to do more 'work'
** Refresh relevant pages
2010-05-18 22:05:27 +00:00
bugs:
2010-05-18 18:23:17 +00:00
* "ValueError: list.remove(x): x not in list" when trying to close a tab (error recurred after adding conversation support). Tabs can be reordered, then closed, as a workaround.
* Links must be right-clicked on to activate - can't left-click on the link directly. This seems to be a pygtk issue