aboutsummaryrefslogtreecommitdiff
path: root/client/html/endless_pager.hbs
AgeCommit message (Collapse)Author
2016-05-18client/general: change templates extensionrr-
...from .Handlebars' (which the project no longer uses) .hbs, to a more generic .tpl. Additionally, replace hyphens with underscores for consistency.
2016-05-11client/events: improve event dispatchingrr-
This commit introduces timer-less retry system: 1. Any change to URL is going to stop listening to any messages. 2. If a message is sent and there's no handler that could pick it up, the message gets enqueued. 3. The message is sent again to the first handler that attaches itself to given event type. While in theory this is full of holes (no control over the first handler), in practice, it works quite well. Additionally, views.listenToMessages was attaching to completely wrong DOM node; this commit fixes this as well.
2016-04-14client/css: scale to device widthrr-
2016-04-13views/paging: add endless pagerrr-

© 2015 - 2026 Jakob L. Kreuze