You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-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.
11 years ago
..
conversation_list_item_view.js Fix some markup issues 11 years ago
conversation_list_view.js Fix some markup issues 11 years ago
conversation_view.js Encapsulate page layout js 11 years ago
list_view.js New layout/design 11 years ago
message_list_view.js Refactor components for the main content section 11 years ago
message_view.js get frontend rendering with new markup/css 11 years ago
new_message_button.js Encapsulate page layout js 11 years ago
notifications.js Thread model and UI improvements 11 years ago