* add new GitHub Action for CI
* add yarn flag
* use actions v3
* add ci badge (lol)
* cache lint and format scripts
* add more steps
* remove unused component
* fix lint errors
* remove unsued eslint plugins
* fix example hot module replacement
* add turbo
* migrate to vite
* use turbo for running scripts
* migrate testing to vitest
* set yarn in settings.json
* set noEmit in base tsconfig
* update yarn.lock
* move protos to src
* remove relative paths from status-js
* remove unused files
* update declaration dir
* use vite-node as a debugging runtime
* fix test
* unify tests
* fix test case typo
* 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