Kegan Dougal
|
450b2d4d67
|
Move CreateRoom to react-sdk
|
2015-11-30 10:55:52 +00:00 |
|
Kegan Dougal
|
cf6b5461cc
|
Move and merge CreateRoom
|
2015-11-30 10:55:15 +00:00 |
|
Matthew Hodgson
|
cd040ae0dd
|
fix zalgo properly! remove ugly regexp hacks for detecting combining diacritics and instead set the right font ordering, as Arial combines nicely with Myriad Pro whilst Helvetica doesn't. (Myriad Pro itself has no combining diacritic characters)
|
2015-11-30 01:13:59 +00:00 |
|
Matthew Hodgson
|
28b85bb226
|
remove unnecessary zalgo hacks
|
2015-11-30 01:12:41 +00:00 |
|
Matthew Hodgson
|
96aa42471d
|
fix messagecomposer layout when switching between rooms on FF
|
2015-11-30 01:12:32 +00:00 |
|
Matthew Hodgson
|
ba090a6ad5
|
only dispatch user_activity event if the mouse actually moves (rather than the DOM moving under the mouse)
|
2015-11-29 15:39:10 +00:00 |
|
Matthew Hodgson
|
9a64dc27fc
|
improve layout for search results, fix syntax highlighting quirks in sublime, and don't crash on zero results
|
2015-11-29 13:32:13 +00:00 |
|
Matthew Hodgson
|
af6bd53d38
|
revert 23d45d7f33 and apply a better fix which works for both chrome & FF
|
2015-11-29 13:18:37 +00:00 |
|
Matthew Hodgson
|
bed7d50ab8
|
reactor the highlighting code to avoid duplication and make it more coherent
|
2015-11-29 13:00:58 +00:00 |
|
Matthew Hodgson
|
ca6cdfafd3
|
clean up spurious whitespace
|
2015-11-29 13:00:37 +00:00 |
|
Matthew Hodgson
|
c96fa7f15d
|
fix autoplay on chrome and remove loop for m.video
|
2015-11-29 12:34:01 +00:00 |
|
Matthew Hodgson
|
01f0e61d6e
|
fix search ordering; add room labels; hide input areas if searching
|
2015-11-29 04:41:17 +00:00 |
|
Matthew Hodgson
|
d6b188751a
|
s/autoplay/autoPlay/
|
2015-11-29 03:25:55 +00:00 |
|
Matthew Hodgson
|
0b483c4707
|
rename searchTerms to highlights, and support highlighting multiple search terms
|
2015-11-29 03:22:01 +00:00 |
|
Matthew Hodgson
|
3cc1b1ad82
|
fix unwanted vertical scrollbar issue and typo
|
2015-11-29 03:21:21 +00:00 |
|
Matthew Hodgson
|
fc02331cd3
|
fix CSS for search timestamps
|
2015-11-29 03:20:19 +00:00 |
|
Matthew Hodgson
|
e43edee9bb
|
call highlighted search terms highlights, and uphold them if provided by synapse
|
2015-11-29 03:19:51 +00:00 |
|
Matthew Hodgson
|
f028b343b0
|
HTML and Markdown emotes.
|
2015-11-28 22:34:45 +00:00 |
|
Matthew Hodgson
|
52376091cb
|
resize the composer when you change rooms
|
2015-11-28 22:20:14 +00:00 |
|
Matthew Hodgson
|
9befe243b5
|
combine M{Text,Notice,Emote}Message into a generic TextualMessage component
|
2015-11-28 21:12:02 +00:00 |
|
Matthew Hodgson
|
8de94d45b1
|
swim like a salmon and manually update skindex for a generic TextualMessage type
|
2015-11-28 21:11:37 +00:00 |
|
Matthew Hodgson
|
832da3aa8e
|
support del tags for markdown
|
2015-11-28 12:44:10 +00:00 |
|
Matthew Hodgson
|
9e97160c85
|
fix inline <code/> blocks
|
2015-11-27 16:20:37 +00:00 |
|
Kegan Dougal
|
07001ae35e
|
Remove unused files
|
2015-11-27 16:11:58 +00:00 |
|
Kegan Dougal
|
0ef7c8d16d
|
Use the right name
|
2015-11-27 15:43:16 +00:00 |
|
Kegan Dougal
|
5ba1ef5203
|
Move velocity stuff / contextual menu from Vector to React.
|
2015-11-27 15:37:40 +00:00 |
|
Kegan Dougal
|
df86e85492
|
Move ContextualMenu to React SDK
|
2015-11-27 15:37:00 +00:00 |
|
Kegan Dougal
|
05c9b44b81
|
Move velocity stuff to react sdk
|
2015-11-27 15:34:26 +00:00 |
|
Kegan Dougal
|
1825b0317e
|
Add components which were previously in vector
|
2015-11-27 15:02:32 +00:00 |
|
Kegan Dougal
|
a5d00c73b2
|
Move HtmlUtils to react SDK
|
2015-11-27 15:01:06 +00:00 |
|
Kegan Dougal
|
40b974f22d
|
Move all Event/Message Tiles to React SDK.
|
2015-11-27 14:35:16 +00:00 |
|
Kegan Dougal
|
f969ccb50c
|
Move and merge RoomTile/MemberTile to react SDK. Keep DND stuff in vector as RoomDNDView.
|
2015-11-27 11:52:29 +00:00 |
|
Kegan Dougal
|
4a2fe426bf
|
Move and merge RoomTile and MemberTile. Extract DND stuff.
DND stuff lives in Vector. RoomTile on its own is UNTESTED and will probably
break since we don't conditionally check for onDragXXX function props.
|
2015-11-27 11:50:33 +00:00 |
|
Kegan Dougal
|
b007edca63
|
Merge and move RoomHeader/RoomSettings into React SDK
|
2015-11-27 10:42:25 +00:00 |
|
Kegan Dougal
|
bf46ce19e0
|
Merge and move RoomHeader/RoomSettings
|
2015-11-27 10:42:03 +00:00 |
|
Kegan Dougal
|
3ce29622ed
|
Move and merge MemberInfo to React SDK
|
2015-11-26 17:49:55 +00:00 |
|
Kegan Dougal
|
11efb1ede4
|
Move and merge MemberInfo
|
2015-11-26 17:49:39 +00:00 |
|
Kegan Dougal
|
1a6afc2ef0
|
Move and merge UserSelector
|
2015-11-26 17:38:01 +00:00 |
|
Kegan Dougal
|
6e9e314f24
|
Move and merge UserSelector
|
2015-11-26 17:37:40 +00:00 |
|
Kegan Dougal
|
6dea8e7256
|
Move and merge MessageComposer
|
2015-11-26 17:31:37 +00:00 |
|
Kegan Dougal
|
206c45e703
|
Move and merge MessageComposer
|
2015-11-26 17:31:10 +00:00 |
|
Kegan Dougal
|
7595071e6a
|
Move and merge ProgressBar
|
2015-11-26 17:21:35 +00:00 |
|
Kegan Dougal
|
75afc3a7de
|
Move and merge ProgressBar
|
2015-11-26 17:21:08 +00:00 |
|
Kegan Dougal
|
fdad00790e
|
Move and merge Change* components to React SDK. Update references.
|
2015-11-26 17:11:26 +00:00 |
|
Kegan Dougal
|
fc7707971e
|
Move and merge Change Avatar|DisplayName|Password components
|
2015-11-26 17:10:36 +00:00 |
|
Kegan Dougal
|
9ecf5bed64
|
Nuke old CallView controller
|
2015-11-26 16:48:32 +00:00 |
|
Kegan Dougal
|
ff9608c914
|
Move and merge voip molecules. Inject the ConferenceHandler as a prop
This keeps the vector conf logic munge separate from react SDK.
|
2015-11-26 16:39:58 +00:00 |
|
Kegan Dougal
|
6c9f3303c6
|
Convert voip molecules to components
Don't pull in VectorConferenceHandler; instead accept a prop which meets a
conference handler interface.
|
2015-11-26 16:38:56 +00:00 |
|
Kegan Dougal
|
172735a837
|
Move create_room atoms to components
|
2015-11-26 15:44:42 +00:00 |
|
Kegan Dougal
|
49e5f18f62
|
Move and merge create_room atoms to react SDK
|
2015-11-26 15:43:57 +00:00 |
|