Matthew Hodgson
|
4abc5d0d36
|
add comment
|
2016-04-08 20:21:12 +01:00 |
|
Matthew Hodgson
|
1d8b08040e
|
incorporate PR feedback
|
2016-04-07 18:58:50 +01:00 |
|
Matthew Hodgson
|
7884c13d0d
|
Merge branch 'develop' into matthew/preview_urls
|
2016-04-07 17:25:48 +01:00 |
|
Richard van der Hoff
|
8b8ee21765
|
Catch pageup/down and ctrl-home/end at the top level
Make the scroll keys work when the focus is outside the message panel.
|
2016-04-05 13:40:36 +01:00 |
|
Matthew Hodgson
|
1de4e0d2dd
|
label previews with the target URL if all else fails
|
2016-04-04 01:06:54 +01:00 |
|
Matthew Hodgson
|
96b0f42db2
|
support lightboxes for image previews
|
2016-04-04 00:18:18 +01:00 |
|
Matthew Hodgson
|
0eb7b627fc
|
ugly impl to track whether to hide the widget or not
|
2016-04-03 23:30:48 +01:00 |
|
Matthew Hodgson
|
e61c99f7f3
|
support cancelling previews
|
2016-04-03 02:50:36 +01:00 |
|
Matthew Hodgson
|
f9c914c40e
|
specify timestamps for historical previews
|
2016-04-03 01:21:56 +01:00 |
|
Matthew Hodgson
|
f195d2eb24
|
Merge branch 'develop' into matthew/preview_urls
|
2016-04-03 01:10:33 +01:00 |
|
Matthew Hodgson
|
2d289b321d
|
Merge branch 'develop' into matthew/preview_urls
|
2016-04-03 01:09:50 +01:00 |
|
Matthew Hodgson
|
2d3a237101
|
Merge pull request #258 from aviraldg/fix-219
File upload improvements
|
2016-04-02 23:07:50 +01:00 |
|
Aviral Dasgupta
|
0574a28e36
|
Add confirmation dialog for file upload
fixes vector-im/vector-web#92
|
2016-04-03 02:22:05 +05:30 |
|
Aviral Dasgupta
|
0eeaac88b4
|
Allow multiple files to be uploaded at once
fixes vector-im/vector-web#219
|
2016-04-03 01:26:50 +05:30 |
|
Aviral Dasgupta
|
31e09ebe63
|
Show full-size avatar on MemberInfo avatar click
fixes vector-im/vector-web#65
|
2016-04-03 00:54:23 +05:30 |
|
Matthew Hodgson
|
bffb482133
|
add FIXME
|
2016-04-02 02:46:19 +01:00 |
|
Matthew Hodgson
|
4388334e30
|
fix up scroll behaviour when loading widgets
|
2016-04-02 00:36:19 +01:00 |
|
Matthew Hodgson
|
62d04c38ef
|
fix typo and add linkify descriptions
|
2016-04-01 02:23:29 +01:00 |
|
Matthew Hodgson
|
4d959fc33b
|
improve layout and make thumbnails work
|
2016-04-01 02:16:11 +01:00 |
|
Matthew Hodgson
|
e6842eab94
|
WIP url previewing
|
2016-03-31 18:38:01 +01:00 |
|
Matthew Hodgson
|
f6f86958f5
|
tweak room settings wording
|
2016-03-31 14:20:50 +01:00 |
|
Matthew Hodgson
|
4380308393
|
my node choked on this trailing ,
|
2016-03-30 01:31:29 +01:00 |
|
Richard van der Hoff
|
49e75b7430
|
Merge pull request #252 from matrix-org/rav/RoomHeader
Refactor RoomHeader, and fix topic updates
|
2016-03-29 23:25:54 +01:00 |
|
Richard van der Hoff
|
1f2ba87ff5
|
Pass SimpleRoomHeader title in as a named property
... rather than a child
|
2016-03-29 23:21:17 +01:00 |
|
Richard van der Hoff
|
0d261c37c2
|
Update room header when room state changes
Force an update so that we see the latest state.
Fixes https://github.com/vector-im/vector-web/issues/1299
|
2016-03-29 16:31:13 +01:00 |
|
Richard van der Hoff
|
6422f7ecc8
|
Factor out separate RoomNameEditor and RoomTopicEditor components
|
2016-03-29 15:21:16 +01:00 |
|
Richard van der Hoff
|
abedb05268
|
Merge pull request #250 from matrix-org/rav/disable_composer_if_no_permission
Disable the message composer if we don't have permission to post
|
2016-03-29 15:15:58 +01:00 |
|
Richard van der Hoff
|
70133ae661
|
Factor out SimpleRoomHeader
Start cleaning up RoomHeader by factoring out a separate SimpleRoomHeader.
|
2016-03-29 12:51:46 +01:00 |
|
Matthew Hodgson
|
e068a92cde
|
Merge pull request #248 from matrix-org/matthew/fix-image-load-popping
Fix scroll offset popping around during image load by putting explicit height back on images
|
2016-03-29 00:48:31 +01:00 |
|
Matthew Hodgson
|
0a2678b917
|
Add warning if fixupHeight fails, and remove overzealous logging
|
2016-03-29 00:46:51 +01:00 |
|
Matthew Hodgson
|
a3dcd24e4a
|
fix event-recycling bug and mend history viz changes
|
2016-03-25 01:12:16 +00:00 |
|
Richard van der Hoff
|
c227b2279b
|
Minor fixes to image sizing
* use string refs instead of callback funcs
* Add a null-guard in case we don't have an image
|
2016-03-24 16:58:27 +00:00 |
|
Richard van der Hoff
|
cbf5b0eca3
|
Disable the message composer if we don't have permission to post
Rehashes dave's earlier PR which did the same thing
|
2016-03-24 13:57:21 +00:00 |
|
Richard van der Hoff
|
6ff41c40b6
|
Split a textinput component out of MessageComposer
Split the text entry section out of MessageComposer: it has a lot of stuff
which won't be needed if we disable input
|
2016-03-24 11:25:41 +00:00 |
|
Matthew Hodgson
|
5bd0303dda
|
make it work, seemingly
|
2016-03-24 01:12:51 +00:00 |
|
Matthew Hodgson
|
151a9994ba
|
WIP fix for image load popping
|
2016-03-24 00:13:32 +00:00 |
|
Matthew Hodgson
|
b81d901919
|
fix spinner when cancelling start chat from memberinfo
|
2016-03-23 18:17:49 +00:00 |
|
David Baker
|
e20c599273
|
Swap register & cancel buttons for matthew
|
2016-03-23 11:48:47 +00:00 |
|
Matthew Hodgson
|
c4eabe2eb4
|
hopefully fix https://github.com/vector-im/vector-web/issues/1242
|
2016-03-23 11:41:10 +00:00 |
|
David Baker
|
abe4df5f1c
|
Merge pull request #243 from matrix-org/dbkr/error_messages
Add better user-facing error messages
|
2016-03-22 17:41:00 +00:00 |
|
David Baker
|
4e9c37c069
|
Remove unused prop
|
2016-03-22 17:23:46 +00:00 |
|
David Baker
|
7f6eabe657
|
Fix doc for NeedToRegisterDialog and the place I copied it from
|
2016-03-22 17:20:22 +00:00 |
|
Matthew Hodgson
|
e23f496dfe
|
fix PowerSelector to support both controlled & uncontrolled variants
|
2016-03-22 17:17:46 +00:00 |
|
David Baker
|
88aa975271
|
Sensible error message if we can't invite because we're not allowed
|
2016-03-22 16:33:39 +00:00 |
|
David Baker
|
098f3e6561
|
Merge remote-tracking branch 'origin/develop' into dbkr/error_messages
|
2016-03-22 13:54:31 +00:00 |
|
Matthew Hodgson
|
c60a305284
|
oops, unbreak tags in roomsettings
|
2016-03-22 13:47:38 +00:00 |
|
David Baker
|
463212fb2a
|
Update error message
|
2016-03-22 13:19:29 +00:00 |
|
David Baker
|
6dce555865
|
Sensible error for setting room colours if you're a guest
|
2016-03-22 13:09:19 +00:00 |
|
David Baker
|
e311a963c1
|
Merge remote-tracking branch 'origin/develop' into dbkr/error_messages
|
2016-03-22 12:59:14 +00:00 |
|
David Baker
|
30b76d372c
|
Error messages for guests creating rooms
|
2016-03-22 12:58:12 +00:00 |
|