1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-24 06:02:08 +03:00
Commit Graph

269 Commits

Author SHA1 Message Date
af3c43ca76 show result counts 2015-12-11 02:58:59 +00:00
f38c71d34b update the UI whilst searching 2015-12-11 02:25:33 +00:00
ee0f0e332a Remove redundant 'waiting_for_paginate' 2015-12-10 22:08:35 +00:00
a863839063 Don't try to fiddle with the scroll state in search mode 2015-12-10 22:04:52 +00:00
669fae48ea Merge remote-tracking branch 'origin/develop' into rav/preserve_room_scroll 2015-12-10 21:53:59 +00:00
d9782b35e1 Fix review comments
camelcasing and comments
2015-12-10 21:44:30 +00:00
1a3fb9aca9 Preserve scroll position when backfilling
Save the scroll state whenever the user does a scroll operation, and use that
to update the scroll after a backfill completes.
2015-12-10 21:34:10 +00:00
a1d88722aa Avoid kicking off two pagination requests at once
Make sure that we don't end up with two concurrent pagination requests by
firing off the second from the completion handler of the first. This ends up
making the code a bit simpler.
2015-12-10 20:53:21 +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
5a1853210e Handle the fact that newer homeservers return lists rather than dicts 2015-12-10 13:58:06 +00:00
08d7c0232a svgize images 2015-12-06 22:07:49 +00:00
6a67342d02 Comment + 1 2015-12-04 12:02:54 +00:00
141d757a01 Don't recalculate atBottom here - we do it in onScroll and it should only be necessary to do it once. Also remove the magic 150px leeway. 2015-12-04 12:00:55 +00:00
c0391145e5 Merge pull request #45 from matrix-org/file_uploads
Improve file uploads
2015-12-03 10:57:55 +00:00
e8f5131ed6 Make file uploads cancelable, make them not go weird if you change rooms, error if they fail and move upload status bar out into its own component. 2015-12-02 18:16:16 +00:00
aeb8e21b5d better typing test :D 2015-12-02 17:38:02 +00:00
673b01267a Use LoginHeader everywhere 2015-12-01 16:29:58 +00:00
784c1b63dc Move remaining vector molecules to components 2015-12-01 11:19:25 +00:00
02a71b20a9 Merge and move RoomView to /structures. Add Resend.js from vector. 2015-11-30 17:15:57 +00:00