Commit Graph

13 Commits

Author SHA1 Message Date
Felicio Mununga 22e884b72a
use yarn in readme 2022-11-17 18:44:25 +01:00
Felicio Mununga 25e8c76f26
update examples/with-next dependencies 2022-11-17 17:59:01 +01:00
Felicio Mununga fc0e2305e8
Install `js-waku@^0.30.0` 2022-11-14 23:06:34 +01:00
Felicio Mununga 478553959b
Update README.md 2022-10-11 17:46:10 -05:00
Felicio Mununga ba4d71eaf0
Update README.md 2022-10-11 08:47:46 -05:00
Pavel Prichodko c95b5b4c4c
fix readme formatting 2022-10-10 19:46:50 -05:00
Felicio Mununga 92d772b1c8
Update README.md (#318)
* delete readme

* rm readme

* update readme

* update readme

* update

* Update README.md

* Update README.md

* update readme

Co-authored-by: Pavel <14926950+prichodko@users.noreply.github.com>
2022-10-10 19:11:35 -05:00
Pavel 6fc6410b32
Setup GitHub Actions (#287)
* add new GitHub Action for CI

* add yarn flag

* use actions v3

* add ci badge (lol)

* cache lint and format scripts

* add more steps

* remove unused component

* fix lint errors

* remove unsued eslint plugins
2022-06-29 16:46:51 +02:00
Pavel 4fb78c3f96
Improve Prettier monorepo configuration (#225)
* Add prettier configuration files

* Move prettier command to monorepo root

* Format all files
2022-02-23 15:49:00 +01:00
Pavel de6837b0f5
Update packages to @status-im (#223)
* Downgrade to yarn v1

* Rename status-communities to status-core

* Rename chat-sdk to status-react

* Rename packages in examples

* Update readme

* Remove changelog

* Add extensions recommendations

* Update gitignore

* Rename package imports
2022-02-23 15:03:14 +01:00
Franck R 030a33f95a
Rename DappConnect to Waku Connect (#213)
* Rename DappConnect to Waku Connect

* Remove redundant qualifier on CommunityChat

* Rename `Chat` to `ChatRoom`

There are two components:
- `CommunityChatRoom` (prev. `Chat`) contains the chat room, channels,
 members.
-`CommunityChat` wrap `ChatRoom` is the various provider.

A consumer would most likely use `CommunityChat` directly.
If they want to swap a provider, they'd use `CommunityChatRoom`

* Rename `GroupChat` to `GroupChatRoom`

* Rename `DappConnectGroupChat` to `GroupChat`

There are two components:
- `GroupChatRoom` (prev. `GroupChat`) contains the chat room, members.
- `GroupChat` wrap `GroupChatRoom` is the various provider.

A consumer would most likely use `GroupChat` directly.
If they want to swap a provider, they'd use `GroupChatRoom`.

* Remove DappConnect qualifier
2022-02-03 08:51:05 +01:00
Franck Royer a08a491332
Use this repo for chat SDK only 2021-09-13 15:54:42 +10:00
Franck Royer 8c513f3ebd
First commit 2021-09-03 17:58:45 +10:00