public
Fork of peterk/twoot
Description: An open source light-weight OS X twitter client based on jQuery and Fluid
Homepage: http://www.peterkrantz.com/2008/twitter-client-with-fluid-and-jquery/
Clone URL: git://github.com/drdrang/twoot.git
twoot / TODO.txt
100644 28 lines (24 sloc) 1.236 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TODO
----
 
+ Support nanoformats for locations + inline google maps
+ Fix linking of inline links with "~" in them (like http://c2.com/~ward/Dial-a-Door/)
+ Highlight tweets newer than an hour. Fade them to default color.
+ Round corners of avatars in hud black avatars theme.
 
DONE
----
 
+ Show successful status posting by turning status field green and then fade to default color.
+ Show message when fetching new tweets.
+ Enhance keyboard navigation; "r" for partial update
+ Growl notification patch by Carl Leiby added.
+ Fixed - Multiple usernames in tweet not linked.
+ Added profile image example in hud-black-avatars style.
+ Aditional style matching Fluid's HUD-black.
+ Add Twoot to Twitter client registry (should display "posted via Twoot").
+ Prevent flickring on reload.
+ Recalculate timestamps each minute.
+ Reload from last update instead of full feed reload (if possible via twitter api)
+ Use keychain for twitter username and password instead of editing js file.
+ Added new icon for the default style (butterflies are more lightweight than birds...)
+ Break long words to prevent sideways scrolling
+ Enable automatic reload every 65 secs
+ Clicking name should initiate new message to @name in message field.