* add pbkdf2 browser implementation
* use webcrypto in pbkdf2
* rename pbkdf2 file
* use pbkdf2
* add changeset
* revert rename
* remove browser field from package.json
* use `resolve.alias` for pbkdf2 if test
* use `mode` in vite.config.ts
Co-authored-by: Felicio Mununga <felicio@users.noreply.github.com>
* 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
* export ColorHash type
* add getObjectsDifference helper
* fix CommunityDescription generated type
* add members to community module
* use members in sidebar
* add packages/status-js/src/client/chat.ts
* cache received but skipped waku messages
* comment missing Map type in generate proto type
* handle removed and added chats
* remove lodash
* use this.client.waku instead of this.waku in community.ts
* rename community props
* fix waku reference in Community
* fix community reference in chat
* handle chat.description changes
* fix references in ui
* revert use of contentTopic
* fix callback on fetch
* use clock to limit fetch
* fix use of clock for community description
* remove notes
* remove await
* use Object.keys() for diff in chats
* fix typo
* add decryption key in start()
* set content topics when adding decryption keys
* add getter with tmp name
* rename community handler to handleDescription
* return this.description !== undefined
* add options to constructor