Matthew Hodgson
76c6d6d4d6
add target=_blank onto all HTML links, and apply GFM.css for CSS for markdown
7 years ago
David Baker
025b9e2fc8
depend on react sdk dev
7 years ago
Richard van der Hoff
c42d4f901b
Don't mark rooms as unread on m.room.member changes
...
A quick and hacky fix to issue #169 .
7 years ago
David Baker
816f20e068
comma
7 years ago
David Baker
bc2c744bed
more bits of read receipt animation implemented
7 years ago
Matthew Hodgson
68c1ddd5d2
replace react-loader with Spinner everywhere
7 years ago
Matthew Hodgson
cb887c699e
use gemini-scrollbar to provide fake scrollbars for the room list
7 years ago
Matthew Hodgson
87bb7c9b7b
upgrade to react 0.14
7 years ago
David Baker
0aa90d918c
bump js-sdk dep to develop
7 years ago
Matthew Hodgson
7fe7af6026
refactor out the sections of the RoomList into RoomSubLists. Start wiring up tags
7 years ago
Matthew Hodgson
fdfa0cbd0e
display search results correct; support HTML markup
7 years ago
David Baker
5c77395faa
v0.1.2
7 years ago
David Baker
e48e636c44
Bump js-sdk & react-sdk deps
7 years ago
Kegan Dougal
59d8cbe742
Use Modernizr to check for browser compatibility
...
Add a CompatibilityPage which is shown for incompatible clients. If they
continue on regardless, proceed as if it never happened.
7 years ago
David Baker
1dd707775a
Use new js-sdk modified time to avoid unnecessary member tile updates. Also avoid double-updating since we were setting state and then forcing an update which is redundant.
7 years ago
David Baker
53c8b9bcf7
no single quotes because windows
7 years ago
David Baker
2247d951d6
Add config file for default hs/is urls
7 years ago
David Baker
94a6f856d1
Use the new interface for providing conf call functionality. Doesn't shoe it in the right room yet.
7 years ago
David Baker
3ecf19df49
Disable caching on the local http server as commented
7 years ago
David Baker
796f424a3f
Didn't need these in the end
7 years ago
David Baker
f020f4397c
Switch to webpack
...
Webapck actually supports loading input source maps and generally seems a lot
more solid then browserify (even if their website has an annoying animated
logo).
7 years ago
David Baker
c21dd853f9
Update package.json for renamed skin
7 years ago
David Baker
7e72ee891a
More fixing up of vector skin
7 years ago
David Baker
09b81f46b0
Remove controllers that all come from react-sdk
7 years ago
David Baker
901574b56e
Update package.json
7 years ago
Matthew Hodgson
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
7 years ago
Kegan Dougal
772f987489
Unbreak npm start when running on Windows
7 years ago
David Baker
c8f3f5841c
Depend on develop js-sdk for now
7 years ago
Matthew Hodgson
c33899e93a
bump to the same react version as the custom app
7 years ago
David Baker
63d7ff3ed6
Build the logic too into the same hierarchy as it is unbuilt so it can be used either processed or unprocessed. Does involve having a dir called 'src' in the built products directory, and abusing jsx as a cross-platform version of cp (there is no jsx in the src dir).
7 years ago
David Baker
a00510c1ca
Linkify URLs
7 years ago
David Baker
53e9d030b7
See uploaded files
7 years ago
David Baker
36ecbfc87f
Upload files and images
7 years ago
David Baker
dff74f44de
Tweak the example build process. Move example -> examples/trivial to we can have more than one. Update README appropriately.
7 years ago
Matthew Hodgson
aaa38d95ba
s/themes/skins/g as we are always describing the whole UI layout here, whereas themes can sometimes just be small cosmetic tweaks (light-on-dark, dark-on-light etc)
7 years ago
David Baker
6fc1c54e66
Bump js-sdk version
7 years ago
David Baker
a022a4b9a6
Reshuffle to put "HTML" (JSX) and CSS together as a theme with logic elsewhere.
7 years ago
David Baker
5c56b201fc
sensible version of js-sdk
7 years ago
David Baker
125fa78bc6
Something starting to resemble a Matrix Client
7 years ago
David Baker
877873e730
Build (and watch-build) jsx->js and modular css -> (uglified) css bundle
7 years ago
David Baker
2ea9ed8d79
Add repository fields to package.json and add a README to the example
7 years ago
David Baker
c42733ec95
Basic structure of a react SDK and start of an implementation.
7 years ago