635041470f
There is no MatrixChat in the sdk anymore (well, only a controller). Advertise the Component Broker instead.
David Baker2015-09-10 15:07:34 +01:00
a124e53a9a
Component broker loading files never really worked very well anyway, and now it can't work because they're all defined elsewhere.
David Baker2015-09-10 15:06:42 +01:00
6cc88e4ef3
Remove stuff that's going into the base skin
David Baker2015-09-09 16:57:55 +01:00
e1a6ede17b
Ignore all module caches and make the built js the default include root
David Baker2015-09-08 18:45:00 +01:00
ce9fcdbbb5
Old, useless README from the trivial react-sdk example
David Baker2015-09-08 17:06:19 +01:00
980c71076e
Start moving back to basing off react sdk: move vector out of examples dir
David Baker2015-09-08 17:02:24 +01:00
ee4da24b84
Merge pull request #148 from vector-im/matthew/login
David Baker2015-09-07 10:47:25 +01:00
737fc74756
Merge branch 'matthew/login' into matthew/userlist
Matthew Hodgson2015-09-01 02:13:52 +03:00
027ab6ee99
fix login layout on tall screens; limit dialog box width; wait a full second to re-query new HS details
Matthew Hodgson2015-09-01 01:55:13 +03:00
ab068cc372
improve login, including checkbox fix for advanced options, rechecking when you change server, avoiding flickering when you change HS, better error/spinner layout, and trimming whitespace
Matthew Hodgson2015-08-31 19:30:24 +01:00
5bab440a1f
temporarily pin flux to 2.0, as 2.1 switches to ES6 and Babel which breaks our Dispatcher.js which fails to correctly extend the new Flux dispatcher, presumably due to using our noddy extend.js rather than an ES6-compatible one
Matthew Hodgson2015-08-29 20:28:07 +01:00
ef027706b9
Offer to join a room if you're not in it
David Baker2015-08-20 16:47:25 +01:00
2351ad997c
More places where we assumed sender would not be null
David Baker2015-08-20 11:46:54 +01:00
cb25740961
Fix exception when accepting room invites
David Baker2015-08-20 11:43:08 +01:00
e3798e1b85
WIP fixing up the member list - just needs CSS and testing
Matthew Hodgson2015-08-15 03:06:21 +01:00
001d1c50ef
factor out MRoomMemberTile, MCallInviteTile, MCallAnswerTile and MCallHangupTile to just use EventAsTextTile and thus reduce duplication enormously
Matthew Hodgson2015-08-14 00:28:37 +01:00
fec266f1c0
Move avatars into their own components so I can add functionality like custom default avatars and onerror sources without having to add it in 13 separate places. Add the aforementioned features.
David Baker2015-08-13 19:30:02 +01:00
b580fba7db
Rooms with notifs turned off should still go bold.
David Baker2015-08-13 16:43:59 +01:00
8bb836ad49
Assuming this was meant to be temporary
David Baker2015-08-12 18:26:43 +01:00
eb36a2b242
If we were loaded with a room alias, don't lose that alias when we try to load the corresponding room.
David Baker2015-08-12 17:06:45 +01:00
bf10a03ab1
revert part of 0eceb737 as we need the auxpanel to have overflow: auto, not overflow: visible (initial)...
Matthew Hodgson2015-08-12 01:30:05 +01:00
566c0437c0
provide a way to hide the notification nag toolbar
Matthew Hodgson2015-08-12 00:42:04 +01:00
efcc2061b8
Hopefully port over ndarilek's accessibility changes to Vector (albeit with list elements contained within RoomView)
David Baker2015-08-10 15:17:15 +01:00
3519555710
Again, no point displaying scrollbars unless they're actually necessary
David Baker2015-08-07 16:48:48 +01:00
0eceb737de
Remove scrollbars by removing overflow: scroll in places. Add a title for hover over on long (or otherwise) topics.
David Baker2015-08-07 16:01:39 +01:00