timeglider / jquery_widget

Timeglider's JS Widget component. See README for details.
193 stars 41 forks source link

Is `enddate` visible anywhere? #16

Closed klauern closed 12 years ago

klauern commented 12 years ago

When I click on an event, I can see the start date and time, but I don't see anywhere that mentions the end. I see that the end does dictate the length of the shadow behind the event, so there does appear to be something showing an end time, but there's no place that specifically shows, "This event started on X, and ended on Y".

Am I missing something?

timeglider commented 12 years ago

No ------- you're not missing anything: I need to put the end date into the UI for events that are spans. I'll do my best to get to that in the next couple of weeks.

------ Michael

On Mon, Jul 11, 2011 at 1:40 PM, klauern < reply@reply.github.com>wrote:

When I click on an event, I can see the start date and time, but I don't see anywhere that mentions the end. I see that the end does dictate the length of the shadow behind the event, so there does appear to be something showing an end time, but there's no place that specifically shows, "This event started on X, and ended on Y".

Am I missing something?

Reply to this email directly or view it on GitHub: https://github.com/timeglider/jquery_widget/issues/16

timeglider commented 12 years ago

This is all set: end dates are now visible in the hover and modal pop-up.