Felicio Mununga
9227a83810
fix test after rebase
2022-06-01 07:39:47 +02:00
Felicio Mununga
84749cee74
remove mocha
2022-06-01 06:56:10 +02:00
Felicio Mununga
12b5ae1953
add jest
2022-05-30 16:04:25 +02:00
Felicio Mununga
cda9b90f35
add .parcelrc
2022-05-30 00:49:26 +02:00
Felicio Mununga
a623bec029
remove js-waku from status-react
2022-05-25 14:42:01 +02:00
Pavel
b73831fa44
Use protons to generate TypeScript files ( #269 )
...
* feat(status-js): sync protos with status-go
* feat(status-js): set up protons
* feat(status-js): use protons to generate protos
* fix(status-js): remove buf configuration
2022-05-24 12:12:33 +02:00
Pavel Prichodko
ec506f9d59
chore: yarn.lock
2022-05-23 14:46:08 +02:00
Pavel
8ca305c0bc
Bump to js-waku@0.23.0 ( #263 )
2022-05-19 15:37:46 +02:00
Pavel
18586bd9e1
Use react-router-dom for routing ( #246 )
...
* feat(react): move chat and new-chat to routes
* feat(react): setup react router
* feat(react): use links in sidebar
* feat(react): add link to IconButton component
* feat(react): add router to config
2022-03-31 15:34:32 +02:00
Pavel
020df678b9
Add Design System ( #238 )
...
* feat(examples): add full height and remove wrapping div
* Remove Channel component in favour of options
* feat(react): add hook for keyboard shortcuts
* setup: sort only react related packages at the top
* Add radix-ui packages
* feat(system): add stitches config file
* feat(system): add Image primitive
* feat(system): add Avatar component
* feat(system): add Box primitive
* feat(system): add Flex primitive
* feat(system): add Grid primitive
* feat(system): add Tooltip component
* feat(system): add Icon primitive
* feat(system): add Button component
* feat(system): add IconButton component
* feat(system): add EthAddress component
* fix(system): pass down button props
* feat(system): add option to hide Icon from screen readers
* feat(system): add Heading component
* feat(system): add Text component
* feat(system): add TextInput component
* feat(system): add Dialog component
* feat(system): add VisuallyHidden primitive
* feat(system): add Menu primitive
* feat(system): add DropdownMenu component
* feat(system): add ContextMenu component
* refactor(system): Icon component prop name
* feat(system): add AlertDialog component
* feat(system): update Avatar default background color
2022-03-15 13:47:17 +01:00
Pavel
8bde2a6fc5
Upgrade js-waku to 0.18.0 ( #232 )
...
* Bump js-waku to 0.18.0
* Update nodes init function
2022-02-28 13:40:33 +01:00
Pavel Prichodko
dd038ef595
Add Node.js builtins to examples
2022-02-25 16:35:28 +01:00
Pavel
62411717d6
Add pre-commit git hooks ( #229 )
2022-02-24 23:27:22 +01:00
Pavel
9b3d437736
Improve ESLint monorepo configuration ( #228 )
...
* Unify ESLint configuration
* Add .eslintignore file
* Add Node and Jest ESLint plugins
* Fix linting issues
* Sort imports and type imports
2022-02-24 22:58:50 +01:00
Pavel
55793bf04f
Use Parcel for building of packages ( #227 )
...
* Use Parcel for building packages
* Make package exports explicit
* Fix missing dependencies
2022-02-24 16:44:09 +01:00
Pavel
040be085f4
Improve TypeScript monorepo configuration ( #226 )
...
* Unify TypeScript configuration
* Fix package.json target fields
2022-02-23 16:16:42 +01: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
3334108bdd
Move examples and migrate to Parcel ( #224 )
...
* Remove old examples
* Add Community and Channel examples
2022-02-23 15:32:08 +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
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
Szymon Szlachtowicz
180b2be276
Add no community chat ( #209 )
2022-01-31 09:10:19 +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
Szymon Szlachtowicz
964d468821
Fix webpack build warning ( #181 )
2022-01-11 09:27:32 +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
35cc40329e
Update js-waku version ( #158 )
2021-12-19 13:34:03 +01:00
Szymon Szlachtowicz
3c9d514b92
Handle chat response ( #147 )
2021-12-06 23:31:53 +01:00
Szymon Szlachtowicz
30984cdc05
Add private group chat handling ( #136 )
2021-11-26 12:24:37 +01:00
Franck Royer
5cbc4b90fb
Fix KDF algorithm
2021-10-19 11:26:18 +11: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
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
Franck Royer
dc616b5013
Upgrade js-waku to 13.1
2021-09-24 13:24:49 +10:00
Franck Royer
8f702928bc
Add encryption for chat groups
2021-09-23 15:42:15 +10:00
Franck Royer
bbf5cc6b00
Wrap chat message in ApplicationMetadataMessage
2021-09-23 14:33:09 +10:00
Franck Royer
6baf953e98
Test pass
2021-09-22 15:11:08 +10:00
Franck Royer
9c2f497c9e
Send and receive message
2021-09-22 15:05:36 +10:00
Franck Royer
4af46a8320
Sort typescript building with mocha
2021-09-15 12:05:33 +10:00
Franck Royer
a428453773
Upgrade to yarn 3.0.2
...
To get compatibility with typescript 4.4
2021-09-15 11:55:28 +10:00
Franck Royer
f95ca1decc
Setting up ws scripts
2021-09-14 16:02:01 +10:00
Franck Royer
fbbf02af01
Add messenger
2021-09-14 15:16:40 +10:00
Franck Royer
761c1feebd
Install formatting
2021-09-14 13:50:27 +10:00
Franck Royer
9a1f6a3286
Started building
2021-09-14 12:50:33 +10:00
Franck Royer
d72170cb11
Setup status-communities package
2021-09-13 15:54:05 +10:00
Franck Royer
8c513f3ebd
First commit
2021-09-03 17:58:45 +10:00