Maxime Petazzoni wrote:

2) The way you let the user page through different parts of a given
month is easy to miss.  It took me a while to notice that the "1 2 3
4" links were up at the top.  Adding "next" and "prev" links at the
top and bottom would solve that problem.


I've added Previous and Next links to the page selector. How is it ?

Nice.  Thanks.

3) In the AJAX UI visiting a link doesn't result in it being marked
as "visited" in the same way that visiting a link in the non-AJAX UI
does.  If there's some CSS/JavaScript magic that can fix that it
would be a good thing, as it's useful when searching through large
amounts of mail to see where you've already looked.


I've already took a look to this problem, and I don't think we can
solve them. Switching a link (a <a> markup) to the Css meta-class
:visited does not seem to be possible in Javascript.

Furthermore, changing link's color could be good, but they will
disappear as soon as you reload the AJAX browsing interface ...

That's too bad, but hey, if it can't be done then it can't be done.

-garrett

Reply via email to