mybuddy/core
Christopher Charbonneau Wells c339062fba Use visibilityjs and momentjs to update a running timer when it's detail page becomes visible.
This commit is intended to improve the mobile experience by updating the timer detail page with the correct, current duration when, for example, a phone is unlocked after having been locked for a while with the timer detail page open.
2017-10-27 22:28:38 -04:00
..
migrations Add an actual duration field to relevant models. 2017-08-19 16:16:42 -04:00
static_src Use visibilityjs and momentjs to update a running timer when it's detail page becomes visible. 2017-10-27 22:28:38 -04:00
templates/core Use a from_db class method instead of a separate method to always provider a timer's current duration. 2017-10-27 21:33:26 -04:00
templatetags Implement generic, app-specific "icon" style names over FA. 2017-09-15 12:29:56 -04:00
tests Use a from_db class method instead of a separate method to always provider a timer's current duration. 2017-10-27 21:33:26 -04:00
__init__.py Initial commit. 2017-08-11 14:32:02 -04:00
admin.py Add slug field to Child. 2017-08-18 08:12:50 -04:00
forms.py Use form classes to set appropriate field attributes in date/time fields. 2017-09-17 15:48:23 -04:00
models.py Use a from_db class method instead of a separate method to always provider a timer's current duration. 2017-10-27 21:33:26 -04:00
urls.py Add tests utilities and core views tests. 2017-10-21 22:14:44 -04:00
utils.py Move "short" duration string function to graphs and exclude seconds. 2017-09-25 11:40:15 -04:00
views.py Add a Child detail view. 2017-10-20 15:23:26 -04:00