8 Commits

Author SHA1 Message Date
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 R
7581693fe6
Rename packages (#190)
To set under @waku npmjs organisation.
2022-01-14 12:44:41 +01:00
Szymon Szlachtowicz
e03b020397
Load community key from env (#175) 2022-01-05 13:51:12 +01:00
Szymon Szlachtowicz
30984cdc05
Add private group chat handling (#136) 2021-11-26 12:24:37 +01:00
Szymon Szlachtowicz
3095396988
Add floating example (#70) 2021-10-14 13:11:09 +02:00
Maria Rushkova
c9246acd1e
Add input style and emojis (#17) 2021-09-29 14:49:38 +02:00
Maria Rushkova
a7cec73346
Add Components (#13) 2021-09-27 13:21:23 +02:00
Szymon Szlachtowicz
e6e8217fc2
Add react chat packages (#11) 2021-09-24 13:36:26 +02:00