* add activityCenter.ts
* use `process.env.VITEST`
* add `isMention` and `isReply`
* use activityCenter.ts
* fix initial `count`
* add `Badge` component
* add "Launch via Vite Node"
* remove comments
* remove `console.log`
* add comments
* type hook
* reverse order of notifications
* remove `activityCenter` from `provider.tsx`
* set `count`'s default value
* ref `ChatMessage` by id instead of object reference
* Revert "ref `ChatMessage` by id instead of object reference"
This reverts commit 1284386d22.
* use `isAuthor`
* 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>
* 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