aboutsummaryrefslogtreecommitdiff
path: root/client/js/controllers/top_nav_controller.js
AgeCommit message (Collapse)Author
2016-06-13client/top-nav: trying out actual mvcrr-
2016-06-11client/general: ditch underscore for loopsrr-
2016-05-21client/general: refactor all the thingsrr-
- Move controls to the "controls/" directory - Make controls interface look similar to each other - Prefix "private" methods and attributes with underscore
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-11client/settings: add accountless settingsrr-
2016-04-11client/nav: add user avatarrr-
2016-04-08client/views: refactor renderingrr-
2016-04-08client/api: convert messages to eventsrr-
2016-04-06client/routing: move routing to controllersrr-
2016-04-06client/nav: fix link to user accountrr-
2016-04-01split files into client/ and server/rr-

© 2015 - 2026 Jakob L. Kreuze