update TODO

add an icon for the All states filter
This commit is contained in:
Damien Churchill 2008-09-27 12:00:58 +00:00
commit 80659e882e
2 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,8 @@
Implement the Options Menu Implement the Options Menu
partially complete partially complete
Implement the connection manager Implement the connection manager
Implement the torrent creator
Obey the "queue new torrents to top" option
[bugs] [bugs]
If a torrent is removed from the core it continues to try and get details If a torrent is removed from the core it continues to try and get details

View file

@ -100,6 +100,7 @@ body {
#status #info #upspeed {background-image:url(/pixmaps/seeding16.png)} #status #info #upspeed {background-image:url(/pixmaps/seeding16.png)}
#status #info #dht {background-image:url(/pixmaps/dht16.png)} #status #info #dht {background-image:url(/pixmaps/dht16.png)}
#labels .all { background-image: url('/pixmaps/dht16.png'); }
#labels .downloading { background-image: url('/pixmaps/downloading16.png'); } #labels .downloading { background-image: url('/pixmaps/downloading16.png'); }
#labels .seeding { background-image: url('/pixmaps/seeding16.png'); } #labels .seeding { background-image: url('/pixmaps/seeding16.png'); }
#labels .queued { background-image: url('/pixmaps/queued16.png'); } #labels .queued { background-image: url('/pixmaps/queued16.png'); }