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/stylesheets
lilia 2861fa26a7 Implement infinite scrolling message lists
Only load the most recent messages when initially rendering a
conversation. Scrolling to the top of a message list loads older
messages.

This required some slight refactoring of how we insert message elements
into the dom. If the message is added to the end of the collection,
append it at the end. Otherwise, assume it is an older message and
prepend it.

When adding elements to the top, reset the scrollPosition to its
previous distance from scrollHeight. This keeps the current set of
elements fixed in the viewport.

// FREEBIE
10 years ago
..
_bootstrap.scss Include bootstrap via sass 11 years ago
_conversation.scss Implement infinite scrolling message lists 10 years ago
_global.scss Implement infinite scrolling message lists 10 years ago
_index.scss Remove unused styles 10 years ago
_intlTelInput.scss Create install flow 10 years ago
_shame.scss Add sass stylesheets 11 years ago
_variables.scss Display unreadCount badges in conversation list 10 years ago
manifest.css Implement infinite scrolling message lists 10 years ago
manifest.scss Reorganize stylesheets and global styles 11 years ago
options.css Fixes #394 10 years ago
options.scss Fixes #394 10 years ago