summaryrefslogtreecommitdiff
path: root/javascripts
AgeCommit message (Collapse)Author
2013-03-12update to latest batmanJohn Tajima
2012-12-16Prevents duplicate widget event notificationsTim Santeford
2012-12-04Display 'last updated' using user's locale. Closes #10Scott Gerring
2012-11-14Set explicit delay for AnimatedNumber filter. Firefox doesn't run ↵Daniel Beauchamp
SetInterval unless there is a delay specified. Closes #6
2012-10-30Added new widgets, and made them more flexible. Ready for 0.1.3!Daniel Beauchamp
2012-10-11Provide a way to get the query params given to a dashboard.Daniel Beauchamp
2012-09-17Updated the animated setter to better work with null values.Daniel Beauchamp
2012-09-17Added a debug mode that lets you see all messages coming in.Daniel Beauchamp
2012-08-24Widgets now have a formatted 'updatedAtMessage'. For stuff like 'Last ↵Daniel Beauchamp
updated at 18:00'
2012-08-24Keep track of updatedAt server side, instead of on widgets.Daniel Beauchamp
2012-08-24You no longer need to call 'super' inside your onData callbacks for widgets.Daniel Beauchamp
Also, every widget now has a 'updatedAt' property that gets updated when data comes in.
2012-08-13Updated to use sprockets! Ah, much cleaner.Daniel Beauchamp