mongodb-labs / edda

A log visualizer for MongoDB - This Repository is NOT a supported MongoDB product
232 stars 28 forks source link

UI (JavaScript): add scrolling time bar #30

Closed samantharitter closed 12 years ago

samantharitter commented 12 years ago

This is mostly working now, but it is displaying kind of oddly. It only scrolls partway along the bar, and then stops.

samantharitter commented 12 years ago

Would be nice to have arrows that you could use to click through the frames one by one, instead of having to slide the slider by small increments

kaushal commented 12 years ago

The scroll bar sort of works... It is no ideal, but should be good enough for this release. Closing the issue.

samantharitter commented 12 years ago

mmm I think that if it's really difficult to go from frame to frame (which it is...) then the slider isn't really good enough... Can we try putting in arrows so that even if the slider isn't ideal, users can click through frames?

kaushal commented 12 years ago

There was a problem with finding the size of the frames and setting that as the max value for the slider. Previously it was being read as "undefined", now it is actually reading the size of the frames dictionary.

It works now.