* 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`
* 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