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
Szymon Szlachtowicz
c810a2943e
Update react chat example readme ( #210 )
2022-01-31 22:43:32 +01:00
Szymon Szlachtowicz
bcb41c6110
Add loading state and rename chat component ( #205 )
2022-01-27 12:13:12 +01:00
Maria Rushkova
e76eb76ef6
Add input to creation ( #194 )
...
* Add input to chat creation
* Set chat min-width
2022-01-18 14:06:53 +01:00
Szymon Szlachtowicz
c6c81e1ea2
Check dapp url before metamask login ( #191 )
2022-01-17 00:16:12 +01:00
Franck R
7581693fe6
Rename packages ( #190 )
...
To set under @waku npmjs organisation.
2022-01-14 12:44:41 +01:00
Szymon Szlachtowicz
964d468821
Fix webpack build warning ( #181 )
2022-01-11 09:27:32 +01:00
Szymon Szlachtowicz
e03b020397
Load community key from env ( #175 )
2022-01-05 13:51:12 +01:00
Maria Rushkova
a23e489adc
Logout modal ( #170 )
...
* Fix mention in input
* Extract buttons style
* Add logout modal
2022-01-04 16:03:51 +01:00
Szymon Szlachtowicz
8794782a4e
Refactor emoji picker ( #169 )
2022-01-04 10:39:15 +01:00
Szymon Szlachtowicz
a90696a8f4
Add loading saved identity ( #167 )
2022-01-03 10:42:06 +01:00
Szymon Szlachtowicz
3c9d514b92
Handle chat response ( #147 )
2021-12-06 23:31:53 +01:00
Szymon Szlachtowicz
ff733a15fc
Add name and member handling in group chats ( #144 )
2021-12-03 11:51:55 +01:00
Maria Rushkova
49417a5c25
Sending request form ( #141 )
2021-11-29 18:04:07 +01:00
Maria Rushkova
593bc563f0
Add message style ( #138 )
2021-11-29 12:54:57 +01:00
Szymon Szlachtowicz
9592f7eab3
Add loading history in group chats ( #139 )
2021-11-29 10:30:10 +01:00
Szymon Szlachtowicz
30984cdc05
Add private group chat handling ( #136 )
2021-11-26 12:24:37 +01:00
Szymon Szlachtowicz
81a14fcb9a
Improve profile modal ( #132 )
2021-11-18 16:34:26 +01:00
Szymon Szlachtowicz
3079487c02
Change community to one with image ( #130 )
2021-11-16 15:21:35 +01:00
Szymon Szlachtowicz
42dc2c53a9
Use new test community ( #121 )
2021-11-08 15:26:47 +01:00
Szymon Szlachtowicz
7c3f256e61
Introduce online status broadcast ( #99 )
2021-10-28 09:47:14 +02:00
Szymon Szlachtowicz
bb710034c3
Use community api ( #84 )
2021-10-19 13:12:44 +02:00
Szymon Szlachtowicz
1ac0ebca18
Don't reload on showing chat ( #79 )
2021-10-18 12:51:20 +02:00
Szymon Szlachtowicz
1bc239fa71
Fix message loading and narrow notifications ( #74 )
2021-10-15 13:54:48 +02:00
Szymon Szlachtowicz
3095396988
Add floating example ( #70 )
2021-10-14 13:11:09 +02:00
Szymon Szlachtowicz
3f5e31f794
Add preview links ( #29 )
2021-10-07 09:46:51 +02:00
Maria Rushkova
aa034e963f
Add resizing provider ( #31 )
2021-10-04 08:49:21 +02:00
Szymon Szlachtowicz
0f9572cbfb
Use history in messaging ( #21 )
2021-09-30 10:44:32 +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