Commit Graph

10 Commits

Author SHA1 Message Date
Szymon Szlachtowicz f531ccc0f7
Bump js-waku version to 0.16.0 (#217) 2022-02-04 10:01:49 +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
Pavel 509a3a3d6b
Add eslint-plugin-react-hooks (#215) 2022-02-02 15:59:40 +01:00
Franck R 7581693fe6
Rename packages (#190)
To set under @waku npmjs organisation.
2022-01-14 12:44:41 +01:00
Maria Rushkova d1692d7993
Add agreement modal (#180) 2022-01-11 10:44:53 +01:00
Maria Rushkova 094976642a
Login flow (#163)
* Add button styles

* Fix UserCreation styles

* Extract addWrapper

* Fix UserCreationModal styles

* Add next step modal

* Change UserLogo styles

* Add colorWheel to You user

* Add qrcode.react package

* Fix profile icon

* Add icons

* Add Status modal for mobile

* Extract input styles

* Add Status modal for desktop

* Change paste function

* Extract login instructions
2021-12-28 12:34:54 +01:00
Szymon Szlachtowicz 3c9d514b92
Handle chat response (#147) 2021-12-06 23:31:53 +01:00
Szymon Szlachtowicz 3f5e31f794
Add preview links (#29) 2021-10-07 09:46:51 +02:00
Maria Rushkova c9246acd1e
Add input style and emojis (#17) 2021-09-29 14:49:38 +02:00
Szymon Szlachtowicz e6e8217fc2
Add react chat packages (#11) 2021-09-24 13:36:26 +02:00