Matthew Hodgson
|
43ab6074c9
|
sacrifice a herd of goats to correctly size the remote video element when on a call. turns out flexbox isn't smart enough to let us say that the minimum height of the element should be the (scaled) intrinsic height of the video stream, and that the max height should be ~80% of the height of the normal timeline. so we fudge it with JS instead, which turns out to work fine. after a lot of poking at flexbox i'm fairly convinced this is a fundamental limitation: the implicit height of the video tag can only be used as the minimum height of the auxPanel if you give up on the flexbox shrink/grow being able to constrain it too. there's a chance I made a mistake, but whatever, this works well enough.
|
2015-12-13 04:32:48 +00:00 |
|
Matthew Hodgson
|
b78add39f4
|
fix d&d ui
|
2015-12-12 16:35:40 +00:00 |
|
Matthew Hodgson
|
3b245f0131
|
discard stale search results
|
2015-12-11 03:22:44 +00:00 |
|
Matthew Hodgson
|
af3c43ca76
|
show result counts
|
2015-12-11 02:58:59 +00:00 |
|
Matthew Hodgson
|
f38c71d34b
|
update the UI whilst searching
|
2015-12-11 02:25:33 +00:00 |
|
Erik Johnston
|
5a1853210e
|
Handle the fact that newer homeservers return lists rather than dicts
|
2015-12-10 13:58:06 +00:00 |
|
Matthew Hodgson
|
08d7c0232a
|
svgize images
|
2015-12-06 22:07:49 +00:00 |
|
David Baker
|
6a67342d02
|
Comment + 1
|
2015-12-04 12:02:54 +00:00 |
|
David Baker
|
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 |
|
David Baker
|
c0391145e5
|
Merge pull request #45 from matrix-org/file_uploads
Improve file uploads
|
2015-12-03 10:57:55 +00:00 |
|
David Baker
|
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 |
|
Matthew Hodgson
|
aeb8e21b5d
|
better typing test :D
|
2015-12-02 17:38:02 +00:00 |
|
Kegan Dougal
|
673b01267a
|
Use LoginHeader everywhere
|
2015-12-01 16:29:58 +00:00 |
|
Kegan Dougal
|
784c1b63dc
|
Move remaining vector molecules to components
|
2015-12-01 11:19:25 +00:00 |
|
Kegan Dougal
|
02a71b20a9
|
Merge and move RoomView to /structures. Add Resend.js from vector.
|
2015-11-30 17:15:57 +00:00 |
|