Skip to content

Commit

Permalink
Message counter and more from Travis Jeffery
Browse files Browse the repository at this point in the history
  • Loading branch information
peterk committed Dec 24, 2008
1 parent fda04ce commit c1c95b7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions README.rst
Expand Up @@ -49,3 +49,8 @@ Create a comment on the `initial announcement page`_.
.. _initial announcement page: http://www.peterkrantz.com/2008/twitter-client-with-fluid-and-jquery/ .. _initial announcement page: http://www.peterkrantz.com/2008/twitter-client-with-fluid-and-jquery/




Contribututions
---------------

Travis Jeffery

5 changes: 3 additions & 2 deletions TODO.txt
@@ -1,14 +1,15 @@
TODO TODO
---- ----


+ Support nanoformats for locations + inline google maps
+ Fix linking of inline links with "~" in them (like http://c2.com/~ward/Dial-a-Door/) + Fix linking of inline links with "~" in them (like http://c2.com/~ward/Dial-a-Door/)
+ Show successful status posting by turning status field green and then fade to default color.
+ Highlight tweets newer than an hour. Fade them to default color. + Highlight tweets newer than an hour. Fade them to default color.

+ Round corners of avatars in hud black avatars theme.


DONE DONE
---- ----


+ Show successful status posting by turning status field green and then fade to default color.
+ Show message when fetching new tweets. + Show message when fetching new tweets.
+ Enhance keyboard navigation; "r" for partial update + Enhance keyboard navigation; "r" for partial update
+ Growl notification patch by Carl Leiby added. + Growl notification patch by Carl Leiby added.
Expand Down
4 changes: 2 additions & 2 deletions styles/hud-black/style.css
Expand Up @@ -32,13 +32,13 @@ body { font: 0.75em/1.5 'Lucida Grande', sans-serif; color: #eee; background-col
background-color: #1f1f1f; background-color: #1f1f1f;
} }
.tweet_text a { .tweet_text a {
color: #AE2DFF; color: #ff3;
} }
img.profile_image { img.profile_image {
display:none; /* Hide profile image */ display:none; /* Hide profile image */
} }
a.user { a.user {
color: #E12D8C; color: #e1c927;
text-decoration:none; text-decoration:none;
} }
span.time { span.time {
Expand Down
2 changes: 1 addition & 1 deletion twoot.htm
Expand Up @@ -8,7 +8,7 @@
<script type="text/javascript" src="twoot.js"></script> <script type="text/javascript" src="twoot.js"></script>
<link href="styles/hud-black/style.css" rel="stylesheet" type="text/css" /> <link href="styles/hud-black/style.css" rel="stylesheet" type="text/css" />
</head> </head>
<body> <body>
<div class="tweets"> <div class="tweets">
<div id="alert"><p></p></div> <div id="alert"><p></p></div>
<ul class="tweet_list"></ul> <ul class="tweet_list"></ul>
Expand Down
2 changes: 1 addition & 1 deletion twoot.js
Expand Up @@ -132,7 +132,7 @@ function checkStatus () {
}); });
} }
} }

// set up basic stuff for first load // set up basic stuff for first load
$(document).ready(function(){ $(document).ready(function(){


Expand Down

0 comments on commit c1c95b7

Please sign in to comment.