Commit Graph

724 Commits

Author SHA1 Message Date
Szymon Szlachtowicz 2b2a82828d
Get user list from community (#86) 2021-10-20 14:37:19 +02:00
Maria Rushkova ea10e1f335
Add btn hover styles (#85) 2021-10-19 17:22:40 +02:00
Szymon Szlachtowicz bb710034c3
Use community api (#84) 2021-10-19 13:12:44 +02:00
Franck Royer e8a754f418
Merge pull request #83 from status-im/community-test 2021-10-19 15:00:37 +11:00
Franck Royer a3ade13a6f
Instantiate all Chats when importing community 2021-10-19 14:55:35 +11:00
Franck Royer 647eaac722
`Community.instantiateCommunity` already retrieve description 2021-10-19 14:04:10 +11:00
Franck Royer c4512a0840
Run live data test locally but not in CI
Running in CI would mean the CI breaks if there are issues with the waku
prod fleet.
2021-10-19 14:03:44 +11:00
Franck Royer 373603067c
Decrypt and correctly unwrap Community Description messages 2021-10-19 11:27:22 +11:00
Franck Royer e25f3c0b44
Return proto wrapper instead of proto class 2021-10-19 11:26:43 +11:00
Franck Royer 5cbc4b90fb
Fix KDF algorithm 2021-10-19 11:26:18 +11:00
Franck Royer 501d9d50d4
Add getters 2021-10-19 11:25:31 +11:00
Franck Royer 9c2ee46db0
New emoji field 2021-10-19 11:25:02 +11:00
Maria Rushkova 5609c9540d
Link modal redesign (#82)
* Redesign link modal

* Add cursor pointer
2021-10-18 22:41:23 +02:00
Maria Rushkova c929c26172
Refactor components (#81) 2021-10-18 16:35:32 +02:00
Szymon Szlachtowicz a34dbeeb32
Save identity in local storage (#80) 2021-10-18 14:57:31 +02:00
Szymon Szlachtowicz 1ac0ebca18
Don't reload on showing chat (#79) 2021-10-18 12:51:20 +02:00
Szymon Szlachtowicz 35d32b9292
Use prod and static (#78) 2021-10-18 11:00:23 +02:00
Maria Rushkova 5dc0bd335b
Add height provider (#75) 2021-10-15 16:30:41 +02:00
Szymon Szlachtowicz 345e5772e7
Refactor refBreak (#76) 2021-10-15 14:48:59 +02:00
Szymon Szlachtowicz 7ec7344b74
Fix tests timeout (#77) 2021-10-15 14:46:10 +02:00
Szymon Szlachtowicz 1bc239fa71
Fix message loading and narrow notifications (#74) 2021-10-15 13:54:48 +02:00
Szymon Szlachtowicz 6bd351ed41
Fix channel transition from narrow (#73) 2021-10-15 13:23:27 +02:00
Maria Rushkova 6fa1eddbc7
Fix narrow scrolling (#72) 2021-10-15 11:24:22 +02:00
Szymon Szlachtowicz a88eb5690f
Fix narrow topbar (#71) 2021-10-15 10:09:31 +02:00
Szymon Szlachtowicz 3095396988
Add floating example (#70) 2021-10-14 13:11:09 +02:00
Szymon Szlachtowicz 85932c1dd2
Improve loading previous messages (#68) 2021-10-13 14:02:32 +02:00
Szymon Szlachtowicz 7bb7f059b8
Add link modal and fix input (#67) 2021-10-12 14:58:28 +02:00
Maria Rushkova 2a38552281
Add offline indicator (#66) 2021-10-12 12:06:59 +02:00
Szymon Szlachtowicz f7916f283f
Refactor useMessenger and ChatInput (#65) 2021-10-12 10:16:11 +02:00
Oleksandr 125fea98c0
Fix chat input max height (#64) 2021-10-12 10:02:58 +02:00
Szymon Szlachtowicz 19478f245c
Refactor image context menu (#63) 2021-10-12 09:37:28 +02:00
Maria Rushkova 2b0a50282c
Add loading messages button (#58) 2021-10-11 17:09:41 +02:00
Maria Rushkova fab6113163
Context menu (#62) 2021-10-11 17:02:31 +02:00
Szymon Szlachtowicz 296f6856fc
Refactor image modal (#61) 2021-10-11 14:54:06 +02:00
Maria Rushkova 173e400e80
Add modal for images (#60) 2021-10-08 17:40:53 +02:00
Szymon Szlachtowicz a722e8527a
Add emit self pubsub config (#59) 2021-10-08 16:01:37 +02:00
Szymon Szlachtowicz 771392c960
Load new messages when reaching top (#57) 2021-10-08 11:11:31 +02:00
Szymon Szlachtowicz c52a7963d2
Load messages until message is found or 30 days (#56) 2021-10-08 10:21:59 +02:00
Maria Rushkova 5ffd8a537d
Add theme Provider (#53) 2021-10-08 10:16:49 +02:00
Franck Royer 02647e967d
Merge pull request #55 from status-im/integrate-community 2021-10-08 15:03:30 +11:00
Franck Royer 964f322ee2
Add interface to join chat using `Chat` 2021-10-08 14:56:00 +11:00
Franck Royer d645eadba4
Merge pull request #42 from status-im/create-community 2021-10-08 14:51:19 +11:00
Franck Royer 907eacaa6c
Export more types from root 2021-10-08 14:41:28 +11:00
Franck Royer d677958a22
Move test near file 2021-10-08 14:29:11 +11:00
Franck Royer aef476cc4d
Correct chat id 2021-10-08 14:29:11 +11:00
Franck Royer 9d9723d137
Instantiate chat from community 2021-10-08 14:29:11 +11:00
Franck Royer 4fc7d6cc62
Enforce function return types
Very useful for proto wire types as all fields are optional but not
always reflected in the generated type.
2021-10-08 14:29:11 +11:00
Franck Royer 2ee6b74787
Instantiate Community and retrieve details 2021-10-08 14:29:11 +11:00
Franck Royer 43ecd31e76
Generation of content topic is the same for chats and communities 2021-10-08 14:29:10 +11:00
Franck Royer 9f6abaf952
Create util mod with `bufToHex` that includes 0x prefix
As this is how the string is represented for Community id.
2021-10-08 14:29:10 +11:00