mirror of https://github.com/status-im/chat.git
update readme & info
This commit is contained in:
parent
ba9fd1202d
commit
187348bbd1
|
@ -1,12 +1,12 @@
|
||||||
## Status Web Chat
|
## Status Web Chat
|
||||||
|
|
||||||
[Click here to access status-web](https://status-im.github.io/chat/build/). note that no plugins are required, just a compatible browser. Currently recommended is Chrome.
|
[Click here to access status-web](https://status-im.github.io/chat/build/). note that no plugins are required, just a compatible browser. Currently recommended are Chrome and
|
||||||
|
Firefox.
|
||||||
|
|
||||||
**Note: This is a proof of concept, and an alpha version. There will be bugs. If you you're looking for something more stable try the [status desktop app](https://status.im/get_desktop/).**
|
**Note: This is a proof of concept, and an alpha version. There will be bugs. If you you're looking for something more stable try the [status desktop app](https://status.im/get_desktop/).**
|
||||||
|
|
||||||
known issues:
|
known issues:
|
||||||
- Desktop *Chrome* only for now. There is an UI issue in firefox which causes the page to reload.
|
- Only tested in CHrome & Firefox. Reportedly works on android mobile browsers but not on ios (to be confirmed). In theory it should work on any webrtc enabled browser.
|
||||||
- Reportedly works on android mobile browsers but not on ios (to be confirmed). In theory it should work on any webrtc enabled browser.
|
|
||||||
- Direct chats and chat history is currently disabled.
|
- Direct chats and chat history is currently disabled.
|
||||||
|
|
||||||
what you can do:
|
what you can do:
|
||||||
|
|
|
@ -45,10 +45,10 @@ const Login = ({ setupKeyringController, keyStore, wipeKeyStore, connect }) => (
|
||||||
<StatusJSLogo />
|
<StatusJSLogo />
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<strong>Note: This is a proof of concept, and an alpha version. There will be bugs. If you you're looking for something more stable try the <a href="https://status.im/get_desktop/">status desktop app</a>.</strong>
|
note that no plugins are required, just a compatible browser. Currently recommended are Chrome and Firefox.<br />
|
||||||
|
<strong>Note: This is a proof of concept, and an alpha version. There will be bugs. If you're looking for something more stable try the <a target="_blank" href="https://status.im/get_desktop/">status desktop app</a>.</strong>
|
||||||
<br />known issues:
|
<br />known issues:
|
||||||
<br />- Desktop <strong>Chrome</strong> only for now. There is an UI issue in firefox which causes the page to reload.
|
<br />- Only tested in Chrome & Firefox. Reportedly works on android mobile browsers but not on ios (to be confirmed). In theory it should work on any webrtc enabled browser.
|
||||||
<br />- Reportedly works on android mobile browsers but not on ios (to be confirmed). In theory it should work on any webrtc enabled browser.
|
|
||||||
<br />- Direct chats and chat history is currently disabled.
|
<br />- Direct chats and chat history is currently disabled.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue