21 Commits

Author SHA1 Message Date
fryorcraken.eth
2f0c60c99c
chore(web-chat): bump js-waku to 0.26.0 2022-09-12 19:10:33 +10:00
fryorcraken.eth
aabe28a348
build(web-chat): bump js-waku to next 2022-09-05 15:23:49 +10:00
fryorcraken.eth
41aace02f7
doc(web-chat): update readme, protons is used 2022-09-02 15:04:26 +10:00
dependabot[bot]
d1d7971b28
build(deps-dev): bump @types/react from 17.0.49 to 18.0.18 in /web-chat
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.49 to 18.0.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-02 14:44:19 +10:00
fryorcraken.eth
5b82c8e963
test(web-chat): remove tests
Not really used and some issues with jest.
2022-09-02 14:29:28 +10:00
fryorcraken.eth
e4c001d901
fix: unique key in message list 2022-09-02 14:24:20 +10:00
fryorcraken.eth
491062154b
feat: use filter+light push instead of relay
The node already leaks IP by using store. There would be some advantages to use relay to send messages but not as much as if only relay was used.
2022-09-02 14:24:20 +10:00
fryorcraken.eth
fa4c9ed042
chore(deps): re-add process for React env check 2022-09-02 14:24:19 +10:00
fryorcraken.eth
f0038c4ef7
fix: update homepage 2022-09-02 14:24:19 +10:00
fryorcraken.eth
3a28c7854c
chore: replace protobufjs with protons 2022-09-02 14:24:17 +10:00
fryorcraken.eth
5c1063528e
fix: use js-waku's and libp2p's new API 2022-09-02 14:23:43 +10:00
fryorcraken.eth
11659ada59
chore(deps): bump js-waku to @next 2022-09-02 14:23:10 +10:00
fryorcraken.eth
7f4ae0b7b2
chore(deps): remove polyfill deps 2022-09-02 14:22:17 +10:00
fryorcraken.eth
f49f6d81ce
chore(deps): remove cra-webpack-rewired 2022-09-02 14:22:17 +10:00
fryorcraken.eth
9117d84636
build(web-chat): remove the peer deps config 2022-08-08 13:20:58 +10:00
fryorcraken.eth
c89219994d
test(web-chat): add spelling file 2022-08-08 11:26:39 +10:00
fryorcraken.eth
df077dec3e
fix: lock webpack version 2022-08-08 11:13:28 +10:00
fryorcraken.eth
a1d83ae85e
fix: install missing dependencies 2022-08-08 11:13:28 +10:00
fryorcraken.eth
8d9f0ac03a
fix: downgrade to avoid peer dep conflict with @livechat/ui-kit 2022-08-08 11:13:27 +10:00
fryorcraken.eth
c5505aeffa
fix: use pnpm for web-chat
To better handle missing peer dependencies.
2022-08-08 11:13:27 +10:00
Franck Royer
9efb96091f
First commit 2022-06-17 10:48:15 +10:00