Cable-Desktop/js/views
lilia 9af18ce6ae Encapsulate page layout js
The layout class is the only class that should have knowledge of
page-level constant markup, such as #gutter and #contacts, and
should be pretty much the only place we find elements by id (with
the exception of template elements).

This change removes references to #gutter from views. Rather than
hardcoding assumptions about page layout, view elements should
ask the layout to insert themselves into the main content area by
calling Whisper.Layout.setContent.
2014-08-31 17:46:01 -07:00
..
conversation_list_item_view.js Fix some markup issues 2014-08-25 18:59:22 -07:00
conversation_list_view.js Fix some markup issues 2014-08-25 18:59:22 -07:00
conversation_view.js Encapsulate page layout js 2014-08-31 17:46:01 -07:00
list_view.js New layout/design 2014-07-27 11:35:48 -10:00
message_list_view.js Refactor components for the main content section 2014-08-25 18:54:55 -07:00
message_view.js get frontend rendering with new markup/css 2014-07-27 12:16:58 -10:00
new_message_button.js Encapsulate page layout js 2014-08-31 17:46:01 -07:00
notifications.js Thread model and UI improvements 2014-05-26 15:33:45 -07:00