element-web-Github/src
Richard van der Hoff 8641dab756 Don't stop scrolling at the read-up-to mark.
We want to keep things scrolling up after the read-up-to mark hits the middle
of the screen. Do this by giving the ScrollPanel a stickyBottom (provided we're
not in old history) instead of updating the scroll position when RRs arrive.

Also, when we switch back to a room, if there was no special scroll state, jump
to the end of the timeline instead of the RR mark.
2016-02-09 11:08:26 +00:00
..
components Don't stop scrolling at the read-up-to mark. 2016-02-09 11:08:26 +00:00
AddThreepid.js Implement adding email addresses to your profile. 2016-01-19 16:36:54 +00:00
Avatar.js Show User avatar URLs 2016-01-15 17:31:32 +00:00
CallHandler.js
component-index.js Split out invite memberlist logic into its own component 2016-02-08 15:05:35 +00:00
ContentMessages.js
ContextualMenu.js
DateUtils.js
dispatcher.js
email.js Implement adding email addresses to your profile. 2016-01-19 16:36:54 +00:00
encryption.js
Entities.js Add a tile to the invitee list which represents an email tile 2016-01-22 17:20:52 +00:00
extend.js
GuestAccess.js
HtmlUtils.js
index.js
linkify-matrix.js
MatrixClientPeg.js Log when sessions are saved/restored/not found 2016-02-05 13:32:01 +00:00
MatrixTools.js
Modal.js
Notifier.js
ObjectUtils.js Split out alias settings into its own component: AliasSettings 2016-02-02 12:46:14 +00:00
PasswordReset.js Remove generateClientSecret and use the one the js sdk gives us. 2016-01-18 17:50:27 +00:00
Presence.js Merge branch 'develop' into kegan/guest-access 2016-01-07 13:21:06 +00:00
ratelimitedfunc.js Style things from PR comments 2016-02-05 09:51:09 +00:00
Resend.js
RoomListSorter.js
Signup.js M_INVALID_USERNAME to be consistent with param name 2016-01-15 10:08:16 +00:00
SignupStages.js
Skinner.js
SlashCommands.js merge develop 2016-01-17 23:31:21 +00:00
TabComplete.js Add a Command class; add Entry.getFillText() 2016-01-14 14:39:58 +00:00
TabCompleteEntries.js Add a Command class; add Entry.getFillText() 2016-01-14 14:39:58 +00:00
TextForEvent.js make roomsettings actually work, including alias editing. (using staged UX rather than direct manipulation). loads of tweaks and fixes across the board 2016-01-17 02:48:55 +00:00
Tinter.js fix another NPE; apparently some stylesheets don't have href attributes (wtf?) 2016-01-24 11:46:25 +00:00
Unread.js Your own messages should not count as unread 2016-01-28 11:12:56 +00:00
UserActivity.js Better date syntax 2016-01-14 16:15:07 +00:00
UserSettingsStore.js Merge branch 'develop' into kegan/guest-access 2016-01-07 13:21:06 +00:00
Velociraptor.js Some null checks in animation code 2016-01-08 16:47:13 +00:00
VelocityBounce.js
WhoIsTyping.js