This repository has been archived on 2025-07-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
hrafn/TODO

18 lines
712 B
Text

This is a list of things that still need doing. It includes short-, medium-, and long-term goals.
features:
* Make the buttons prettier
* Add a graphical options menu
* 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)
* Changing the active user needs to do more 'work'
** Refresh relevant pages
bugs:
* "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