1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-15 11:01:52 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
5ce917ba84 merge in develop 2015-12-13 14:47:53 +00:00
6ad6ed2a49 factor out room-leaving code into MatrixChat for now, and add a dedicated leave button in to the header bar for now 2015-12-13 13:49:28 +00:00
b7699c0544 Save scroll state when swapping to non-room pages too 2015-12-10 21:53:14 +00:00
d9782b35e1 Fix review comments
camelcasing and comments
2015-12-10 21:44:30 +00:00
00656fc1dc Preserve scroll offset when switching rooms
When we change rooms, save the scroll offset, and restore the scroll when we
switch back.

Hopefully this fixes https://github.com/vector-im/vector-web/issues/80.
2015-12-10 16:26:36 +00:00
b64e5d49cc Add magic flag to say 'dump pending events to the end' 2015-12-07 15:33:58 +00:00
636be0c003 Update getComponent paths 2015-12-01 15:45:11 +00:00
726c893663 Merge branch 'develop' into kegan/vector-components 2015-12-01 15:39:15 +00:00
d5819d54db Fix typos 2015-12-01 15:36:40 +00:00
784c1b63dc Move remaining vector molecules to components 2015-12-01 11:19:25 +00:00
1e694da460 Move MatrixChat and login components to react SDK.
Removed Modulator as it is no longer necessary in this form. ConferenceHandler
is injected in src/vector/index.js
2015-11-30 18:11:04 +00:00