Since activate-link breaks when a label contains an empty link, we crafted a workaround to avoid creating empty links.
This commit is contained in:
3
TODO
3
TODO
@ -10,11 +10,10 @@ features:
|
||||
* 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 relavant pages
|
||||
** 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
|
||||
* If an @ appears anywhere in a status update, links after it try to resolve to user: links... need to work on my regexes
|
||||
|
Reference in New Issue
Block a user