Commit Graph

5722 Commits

Author SHA1 Message Date
Iuri Matias 2f816a66f4 release candidate 0.7.0 RC 6 2022-10-07 14:17:50 -04:00
Alexandra Betouni 874ebbde56 fix(SearchPopup): displaying comm channel's emojis
Closes #7702
2022-10-07 14:10:06 -04:00
Alexandra Betouni 93785d7da2 fix(Community): big space in invite friends popup
Closes #7707
2022-10-07 13:40:09 -04:00
Iuri Matias eac5a278a4 fix: Communities: the search of messages doesn't work 2022-10-07 13:39:21 -04:00
Igor Sirotin 66714b73d5 fix(chat): Fixed invitations sending to multiple users 2022-10-07 13:16:21 -04:00
MishkaRogachev 547b41bf6b Fix(Communities): Fix cropped list in invite users to community popup
Close #7798
2022-10-07 13:11:46 -04:00
Iuri Matias b78a700040 release candidate 0.7.0 RC 5 2022-10-06 14:52:43 -04:00
MishkaRogachev adaf4a9ee2 Fix(Communities): Change cursor shape on hovering ColorPicker
Close #7778
2022-10-06 14:52:08 -04:00
Boris Melnik 8b6b0493df fix(Communities): Fix elide for communtiy public key
Closes: #7777
2022-10-06 11:10:42 -04:00
Michał 3f5e360641 Revert "fix(ChatMessagesView): unbreak closing reply bubble"
This reverts commit d7710ce135.
2022-10-06 11:07:28 -04:00
Iuri Matias b3f063a759 release candidate 0.7.0 RC 4 2022-10-05 18:45:16 -04:00
Iuri Matias 8f266e1f45 fix: bump status-go to fix go-waku queries 2022-10-05 18:45:00 -04:00
Iuri Matias cc809a4f87 release candidate 0.7.0 RC 3 2022-10-05 14:04:49 -04:00
Boris Melnik a22e167e6e fix(StatusChatInput): Move formatting menu from scroll
Closes: #7751
2022-10-05 14:00:37 -04:00
Iuri Matias b373aff065 update status-go 2022-10-05 10:51:40 -04:00
Richard Ramos 1aed053399 feat: correct storenode query behavior and remove useless menu item 2022-10-05 10:22:16 -04:00
Lukáš Tinkl 550b8fd04a fix(ChatMessagesView): Loading spinner and scroll to bottom button overlap
- remove the extra spinner (ok'ed by John and Benj)
- use the more modern StatusIcon, w/o the unconditional ColorOverlay
- some minor cleanup

Closes: #7645
2022-10-05 10:11:37 -04:00
Boris Melnik 66f288ec97 fix(StatusMessageReply): Remove overwrite for text height
Closes: #7750
2022-10-05 10:05:10 -04:00
Iuri Matias 14523729ea release candidate 0.7.0 RC 2 2022-10-04 15:35:32 -04:00
Igor Sirotin 7ce11939b1 fix(chat): Connected font sizes to Theme properties 2022-10-04 15:31:02 -04:00
Lukáš Tinkl 2f5bcb4d0a fix: Reply to sticker adds message advising user to upgrade
Closes #7724
2022-10-04 15:30:15 -04:00
Alexandra Betouni 4ece8966ae fix(Community): big space in invite friends popup
Closes #7707
2022-10-04 15:29:01 -04:00
Michał Cieślak 949807d87a fix(InsertDetailsView): use force flag for getColorHashAsJson to skip ENS check
Closes: #7671
2022-10-04 15:28:01 -04:00
Boris Melnik 40ce2b6f15 fix(Fleet): Change default fleet to status.prod
Closes: #7736
2022-10-04 15:17:18 -04:00
Michal Iskierko 80b7f5f43b fix(@desktop/chat): Fix sending request to ens account.
Fix #7699
2022-10-04 15:16:13 -04:00
Boris Melnik 658b71552f Fix(AppSearch): Exclude not joined community from updates handling
Closes: #7701
2022-10-04 15:09:27 -04:00
Lukáš Tinkl c273a52ce1 fix(StatusGifPopup): fix GIF search reset
- react on text changes, not when a key is released; fixes #7728
- if the search is empty, reset back to Trending; fixes ##7727
2022-10-04 15:02:30 -04:00
Igor Sirotin c590cbf368 fix(ContactVerificationRequestPopup): Fixed user's public key 2022-10-04 15:01:23 -04:00
Iuri Matias bc4ab1a34f release candidate 0.7.0 2022-09-29 11:22:11 -04:00
Michał Cieślak b34b9fb347 fix(Popups): clipping area fixed in various popups
Closes: #7601
2022-09-29 10:39:07 -04:00
Stefan 898b928ce2 chore(debug): use WAKUV2_PORT environment variable to change Waku V2 port
The environment variable overrides libp2p protocol TCP port and
discovery v5 UDP with the same value
2022-09-29 16:17:42 +02:00
Stefan 39527a5739 fix(wallet): fix never fetching transactions
The RootStore was calling checkRecentHistory on the wallet section View
instead of the transaction View.

Still the workflow is broken due to the 20 minutes timer that calls
the checkRecentHistory and hangs the the main thread (UI) for a long time

Fixes: #7266
2022-09-29 10:45:27 +02:00
Michał Cieślak b984b04c70 fix(ContactsColumnView): Removed margin when the list positioned not at the end
Closes #7526
2022-09-29 00:23:55 +02:00
Michał Cieślak f48aee2e44 fix(UserListPanel): Removed margin when the list positioned not at the end
Closes #7526
2022-09-29 00:23:55 +02:00
PavelS c931f716e8 fix(@desktop/chat): adjust chat input logic to allow emojis
Fixes #7622
2022-09-28 15:02:50 -04:00
Michal Iskierko f40ef4613e fix(@desktop/communities): Show only not community members
Fix #7477
2022-09-28 18:09:40 +02:00
Michal Iskierko d14fc486b5 fix(@desktop/contacts): Do not show pending identity request when user is verified.
Fix #7376
2022-09-28 10:56:14 -04:00
Noelia dcd77e3bf7 fix(Chat/Verify Identity): Identity verification typo
Changed hardcoded name to the corresponding `userDisplayName` parameter.

Fixes #7538
2022-09-28 10:54:03 -04:00
Lukáš Tinkl 2fd9877ba5 fix(StatusChatInfoButton): space between # and channel name
lower the spacing to better match the designs

Closes #7592
2022-09-28 10:53:07 -04:00
Khushboo Mehta d65f0fa55e fix(@desktop/wallet): Added squish tests for transactions and transaction details
fixes #7215
2022-09-28 09:55:41 -04:00
Igor Sirotin 010bdc9956 feat(CreateChatView): Support pasting chat key 2022-09-28 09:55:25 -04:00
Michal Iskierko 3bcd26b6ae fix(@desktop/general): Fix sections switching shortcuts
Ctrl+n shortcut changes enabled section.

Fix #7478
2022-09-28 09:42:14 -04:00
PavelS 06b6b9258b fix(@desktop/chat): add message sent and delivered handlers
Fixes #7367
2022-09-28 15:44:05 +03:00
Alexandra Betouni fc3daa1451 (StatusSectionLayout): removed big space between header and content
Closes 7312
2022-09-28 15:37:52 +03:00
Alexandra Betouni 654519f5dd fix(ProfilePopup): fixed display name on block popup
Closes #7521
2022-09-28 15:37:29 +03:00
Khushboo Mehta db429b4961 fix(@desktop/wallet): Fix the emoji and text placement in the SendModal
fixes #7427
2022-09-28 14:25:58 +02:00
Noelia 751d61df8b fix(Communities/Settings): Cropped bottom panel in Community Overview
Footer buttons anchored to `leftPanel` bottom.
Improved list view alignment.

Fixes #7322
2022-09-28 12:01:58 +02:00
Alexandra Betouni d45230a6f7 fix(CreateChatView): disable confirm button if no tags added
Closes #7493
2022-09-28 12:53:16 +03:00
Sale Djenic f17003e5f2 test(@desktop/wallet): tests for adding wallet accounts updated according to the latest changes (`Authentication` flow) 2022-09-27 20:15:34 +02:00
Sale Djenic c5a81455e8 fix(@desktop/keycard): change password disabled for a keycard user 2022-09-27 20:15:34 +02:00