e3b02a295c
Check conf user/rooms a bit more efficiently
Kegan Dougal
2015-09-11 16:14:30 +01:00
77401e215e
First working outbound conference calling
Kegan Dougal
2015-09-11 15:49:47 +01:00
f3b9f8c799
WIP reworking of skinning and app integration process
David Baker
2015-09-11 15:42:11 +01:00
9b73d6ed6d
react-tools is dead. Long live Babel.
David Baker
2015-09-10 15:28:30 +01:00
a06e1f23ea
Spurious react-loader require
David Baker
2015-09-10 15:08:26 +01:00
635041470f
There is no MatrixChat in the sdk anymore (well, only a controller). Advertise the Component Broker instead.
David Baker
2015-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 Baker
2015-09-10 15:06:42 +01:00
6cc88e4ef3
Remove stuff that's going into the base skin
David Baker
2015-09-09 16:57:55 +01:00
e1a6ede17b
Ignore all module caches and make the built js the default include root
David Baker
2015-09-08 18:45:00 +01:00
ce9fcdbbb5
Old, useless README from the trivial react-sdk example
David Baker
2015-09-08 17:06:19 +01:00
980c71076e
Start moving back to basing off react sdk: move vector out of examples dir
David Baker
2015-09-08 17:02:24 +01:00
8fbce5fce8
de-tab
David Baker
2015-09-08 16:17:06 +01:00
ee4da24b84
Merge pull request #148 from vector-im/matthew/login
David Baker
2015-09-07 10:47:25 +01:00
737fc74756
Merge branch 'matthew/login' into matthew/userlist
Matthew Hodgson
2015-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 Hodgson
2015-09-01 01:55:13 +03:00
8214ee8fad
fix blinking when toggling advanced
Matthew Hodgson
2015-09-01 01:35:47 +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 Hodgson
2015-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 Hodgson
2015-08-29 20:28:07 +01:00
ef027706b9
Offer to join a room if you're not in it
David Baker
2015-08-20 16:47:25 +01:00
2351ad997c
More places where we assumed sender would not be null
David Baker
2015-08-20 11:46:54 +01:00
cb25740961
Fix exception when accepting room invites
David Baker
2015-08-20 11:43:08 +01:00
e3798e1b85
WIP fixing up the member list - just needs CSS and testing
Matthew Hodgson
2015-08-15 03:06:21 +01:00
80c3b2c8a3
match the design
Matthew Hodgson
2015-08-14 21:14:05 +01:00
a2e7c4aa77
WIP for fixing the popovers
Matthew Hodgson
2015-08-14 19:15:41 +01:00
25a4f1fde0
comment out ugly thumbnail bg for now
Matthew Hodgson
2015-08-14 17:43:37 +01:00
cb7f1aa916
ctrl-alt-num to change rooms
Matthew Hodgson
2015-08-14 16:30:19 +01:00
1176168960
escape key to cancel imageview popup
Matthew Hodgson
2015-08-14 15:50:37 +01:00
24630f598f
fix errors with alt-up/down
Matthew Hodgson
2015-08-14 15:50:26 +01:00
316a28838f
let's wrap when you go off the beginning
Matthew Hodgson
2015-08-14 15:51:57 +01:00
960a38fe43
Don't try loading -ve room indices
David Baker
2015-08-14 15:44:21 +01:00
87feb6b076
Revert accidental commit
David Baker
2015-08-14 15:37:41 +01:00
c5e33352b0
You can't just use React classes as normal static classes :(
David Baker
2015-08-14 15:24:34 +01:00
e1efb165fd
make file thumbnails match the design
Matthew Hodgson
2015-08-14 14:44:10 +01:00
12e53f5046
Ditch envify as it doesn't actually seem to work. Just setting the env var works fine though.
David Baker
2015-08-14 14:11:47 +01:00
4851adf3b0
fix up the look & feel for unread messages warning to make it more visible
Matthew Hodgson
2015-08-14 13:53:32 +01:00
9ed5ca3ccb
implement a pretty droptarget when uploading files
Matthew Hodgson
2015-08-14 13:20:39 +01:00
88095d4360
cursor: pointer for toolbar buttons
Matthew Hodgson
2015-08-14 13:03:15 +01:00
7bdf612ad5
argh 2
David Baker
2015-08-14 11:25:54 +01:00
6d390ebd2f
Argh
David Baker
2015-08-14 11:24:41 +01:00
ca09758210
Fix onerror handlers
David Baker
2015-08-14 10:31:45 +01:00
e5099ce3b7
Don't clobber the ready state if the sdk isn't ready yet
David Baker
2015-08-14 10:31:09 +01:00
a3879b507a
Fix default avatars
David Baker
2015-08-14 10:30:47 +01:00
7a8537f3dc
Don't show blank EventAsText tiles
David Baker
2015-08-14 10:30:14 +01:00
001d1c50ef
factor out MRoomMemberTile, MCallInviteTile, MCallAnswerTile and MCallHangupTile to just use EventAsTextTile and thus reduce duplication enormously
Matthew Hodgson
2015-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 Baker
2015-08-13 19:30:02 +01:00
b580fba7db
Rooms with notifs turned off should still go bold.
David Baker
2015-08-13 16:43:59 +01:00
8bb836ad49
Assuming this was meant to be temporary
David Baker
2015-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 Baker
2015-08-12 17:06:45 +01:00
18be8530fe
put key='' on the right element
Matthew Hodgson
2015-08-12 01:45:04 +01:00
cf77a96ac5
make text buttons in the header look clickable with a pointer
Matthew Hodgson
2015-08-12 01:33:25 +01:00
5153954a28
put cancel & save buttons into the roomheader
Matthew Hodgson
2015-08-12 01:30:23 +01:00
bf10a03ab1
revert part of 0eceb737 as we need the auxpanel to have overflow: auto, not overflow: visible (initial)...
Matthew Hodgson
2015-08-12 01:30:05 +01:00
566c0437c0
provide a way to hide the notification nag toolbar
Matthew Hodgson
2015-08-12 00:42:04 +01:00
2ffa450e31
don't try to show negative power levels
Matthew Hodgson
2015-08-12 00:41:46 +01:00
8fd26509ac
remove spurious dead code
Matthew Hodgson
2015-08-12 00:41:20 +01:00
3fc4aee269
lots of missing -webkit-flex for safari
Matthew Hodgson
2015-08-11 21:00:33 +01:00
a20b4d2d2c
If we have a current room on load, we should display it!
David Baker
2015-08-11 17:24:12 +01:00
be5aaeaad7
Don't try to fill space if we don't have a message wrapper
David Baker
2015-08-11 17:20:31 +01:00
18c56a171e
Focus composer on alt-up/down
David Baker
2015-08-11 14:43:52 +01:00
b44d19d305
Call initial release 0.1.0 and this release 0.1.1
David Baker
2015-08-10 18:19:30 +01:00
a9fc47efd7
changelog, authors and contributing files
David Baker
2015-08-10 18:09:35 +01:00