Commit Graph

13 Commits

Author SHA1 Message Date
Felicio Mununga 482874a462
update launch.json 2022-11-28 02:58:40 +01:00
Felicio Mununga d4bec26bcc
add chrome debugging config 2022-11-20 21:33:10 +01:00
Felicio Mununga 3b3bcd1c2a
update launch.json to allow stepping into symlinked dependecies 2022-11-18 20:46:31 +01:00
Felicio Mununga 6f965e737a
Update launch.json 2022-09-19 10:47:33 +02:00
Felicio Mununga 45f0c9f706
Indicate unread chats and mentions (#303)
* 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`
2022-09-16 15:49:20 +02:00
Pavel 81153a3d98
Move to ESM, Vite, Vitest and Turborepo (#286)
* 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
2022-06-28 16:40:39 +02:00
Felicio Mununga 774f75fec9
remove more debug references 2022-06-10 18:23:37 +02:00
Pavel Prichodko 90e1213797
add vscode-jest to workspace recommendation 2022-06-10 13:10:49 +02:00
Pavel Prichodko b6ba097eae
add more recommended extensions 2022-06-09 14:45:28 +02:00
Pavel Prichodko 62bd4650a3
add idToContentTopic 2022-06-04 13:09:49 +02:00
Pavel Prichodko 35daa97188
setup: add launch.json 2022-05-29 16:52:34 +02:00
Pavel de6837b0f5
Update packages to @status-im (#223)
* Downgrade to yarn v1

* Rename status-communities to status-core

* Rename chat-sdk to status-react

* Rename packages in examples

* Update readme

* Remove changelog

* Add extensions recommendations

* Update gitignore

* Rename package imports
2022-02-23 15:03:14 +01:00
Szymon Szlachtowicz e6e8217fc2
Add react chat packages (#11) 2021-09-24 13:36:26 +02:00