Matthew Hodgson
cdc89c0623
add the concept of eventTileOps for managing widget visibility based on vdh's PR feedback
2016-04-08 21:42:42 +01:00
Matthew Hodgson
d107151f8a
rename `size` prop as `fileSize`, add comments, and honour explicit properties rather than mxEvent fields
2016-04-07 18:10:15 +01:00
Matthew Hodgson
48abc75665
Merge branch 'develop' into matthew/preview_Urls
2016-04-07 17:25:17 +01:00
Matthew Hodgson
41373f30f7
oops, name LinkPreviewWidget correctly
2016-04-04 00:33:15 +01:00
Matthew Hodgson
ad9d032f82
fix typo introduced in #1340
2016-04-04 00:17:50 +01:00
Matthew Hodgson
d7eb23db53
specify sizes and hyperlinks for non-event images
2016-04-04 00:16:52 +01:00
Matthew Hodgson
333f1e46ca
document properties and remove spurious 'view full screen' button
2016-04-03 23:57:44 +01:00
Matthew Hodgson
d414127f80
track whether widget should be hidden on the event, as well as persisting it in localStorage
2016-04-03 23:31:42 +01:00
Matthew Hodgson
ff2885087d
support cancelling and uncancelling previews
2016-04-03 02:50:51 +01:00
Matthew Hodgson
a5258978d6
Merge branch 'develop' into matthew/preview_urls
2016-04-03 02:07:03 +01:00
Matthew Hodgson
8c0a23dd8b
fix widget layout
2016-04-03 02:06:24 +01:00
Matthew Hodgson
d434ea55a8
Merge pull request #1332 from aviraldg/feature-emoji
...
😄 Emoji autocomplete and unicode emoji to image conversion using emojione.
2016-04-02 23:21:31 +01:00
Matthew Hodgson
4331fbf422
Merge pull request #1340 from aviraldg/fix-65
...
Show full-size avatar on MemberInfo avatar click
2016-04-02 23:20:39 +01:00
Aviral Dasgupta
cf17ea6254
Show full-size avatar on MemberInfo avatar click
...
fixes vector-im/vector-web#65
2016-04-03 00:53:17 +05:30
Matthew Hodgson
8247bb4a76
match style for markdown quotes
2016-04-02 00:36:53 +01:00
Matthew Hodgson
08a41bf093
improve layout for LinkPreviewWidget
2016-04-01 02:16:29 +01:00
Aviral Dasgupta
d7157696f4
styling for emojione emojis 😄
2016-04-01 06:22:13 +05:30
Richard van der Hoff
bf055688b7
Switch js-sdk and react-sdk back to develop
2016-03-31 16:35:38 +01:00
Matthew Hodgson
28b9892486
burndown generator
2016-03-30 21:25:18 +01:00
Matthew Hodgson
512a9125bf
fix zalgos in SenderProfile again, whilst maintaining limited-width name via inline-block. and without doubling emote vertical space...
2016-03-30 19:47:06 +01:00
Richard van der Hoff
00a92452e8
0.5.0
2016-03-30 13:31:09 +01:00
Richard van der Hoff
32576e97d5
Prepare changelog for v0.5.0
2016-03-30 13:31:09 +01:00
Richard van der Hoff
20f93e761b
Bump to react-sdk 0.4.0 and js-sdk 0.5.1.
2016-03-30 13:27:55 +01:00
Matthew Hodgson
bdf8f655fb
tweak animation and comment it out for now as it maxes out a whole core on my top-of-the-line MBP...
2016-03-30 01:36:44 +01:00
Matthew Hodgson
8603dd4bb4
Merge pull request #1292 from aviraldg/feature-pretty-placeholder
...
Prettier, animated placeholder :D
2016-03-30 01:28:34 +01:00
Matthew Hodgson
212a070a02
add a github issues graphing script
2016-03-30 01:23:44 +01:00
Richard van der Hoff
e15358f77e
Merge pull request #1307 from vector-im/rav/SimpleRoomHeader
...
RoomDirectory: use SimpleRoomHeader instead of RoomHeader
2016-03-29 23:26:09 +01:00
Richard van der Hoff
851b601d2c
Pass SimpleRoomHeader topic in as a named prop
2016-03-29 23:25:26 +01:00
Richard van der Hoff
f52a1cf311
Merge pull request #1277 from vector-im/rav/no_parse_languages
...
Tell webpack not to parse the highlight.js languages
2016-03-29 22:48:58 +01:00
Matthew Hodgson
0ddb2cf183
fix action vertical spacing
2016-03-29 17:10:11 +01:00
Richard van der Hoff
cf0340c1c7
RoomDirectory: use SimpleRoomHeader instead of RoomHeader
...
SimpleRoomHeader and RoomHeader are now separate things
(https://github.com/matrix-org/matrix-react-sdk/pull/252 ), so update Vector
accordingly.
2016-03-29 16:45:24 +01:00
Aviral Dasgupta
6c5b4a298b
Prettier, animated placeholder :D
2016-03-28 19:32:04 +05:30
Richard van der Hoff
c5c5e6d811
Tell webpack not to parse the highlight.js languages
...
Hopefully, this fixes https://github.com/vector-im/vector-web/issues/1046
without any side-effects.
It relies on the fact that the languages files are pretty simple - in
particular, they don't require any other modules. So we can tell webpack just
to suck them in as they are, rather than parsing them and causing an explosm.
2016-03-24 22:51:50 +00:00
Richard van der Hoff
2462ede539
Switch to dev versions of react-sdk and js-sdk
2016-03-24 17:39:49 +00:00
Richard van der Hoff
b6e4c59877
Merge pull request #1249 from vector-im/dbkr/disable_composer_if_no_permission
...
CSS for https://github.com/matrix-org/matrix-react-sdk/pull/247
2016-03-24 11:44:16 +00:00
Matthew Hodgson
0bc1624d4e
make senderprofile smaller
2016-03-24 01:19:55 +00:00
Matthew Hodgson
f81f7db6cd
fix layout problems exposed by #cats
2016-03-24 01:12:27 +00:00
Matthew Hodgson
9e95d2e4ac
make image event bodies display as blocks to avoid auto sizing, so we can measure their width to explicitly set their height
2016-03-24 00:13:03 +00:00
Richard van der Hoff
95a46ae201
Merge pull request #1254 from vector-im/rav/uridecode_fragment
...
URI-decode the hash-fragment
2016-03-23 22:59:46 +00:00
David Baker
8764b44325
Un-commit config change
2016-03-23 16:41:17 +00:00
Richard van der Hoff
090db5490b
URI-decode the hash-fragment
...
It looks like % characters in the hash-fragment are meant to be interpreted as
a URI-encoding, so we should decode them.
2016-03-23 15:58:00 +00:00
David Baker
cfcb050822
Add composer controls wrapper to set correct width on the composer controls wrapper div
2016-03-23 15:21:37 +00:00
David Baker
66e36e9d40
CSS for https://github.com/matrix-org/matrix-react-sdk/pull/247
2016-03-23 15:15:38 +00:00
Richard van der Hoff
4507117f89
0.4.1
2016-03-23 14:58:30 +00:00
Richard van der Hoff
cad48b62e4
Prepare changelog for v0.4.1
2016-03-23 14:58:30 +00:00
Richard van der Hoff
5138dc9fd8
Bump to react-sdk 0.3.1
...
Disables ScrollPanel debug.
2016-03-23 14:56:22 +00:00
Richard van der Hoff
c12a77bc15
0.4.0
2016-03-23 14:40:16 +00:00
Richard van der Hoff
695b5d950c
Prepare changelog for 0.4.0
2016-03-23 14:39:30 +00:00
Richard van der Hoff
17b2d14ffc
Release script for vector-web
2016-03-23 14:15:22 +00:00
Richard van der Hoff
752f8363a7
Bump to release versions of react-sdk and js-sdk
2016-03-23 14:14:07 +00:00