Commit Graph

10725 Commits

Author SHA1 Message Date
Jonathan Rainville bd43c662a5 Release candidate 2.31.0 RC3 2024-10-31 11:04:29 -04:00
Anastasiya cca5ca2d80
chore(@e2e): fix condition for emoji path (#16678) 2024-10-31 11:02:15 -04:00
Khushboo-dev-cpp faa3a41465
fix(@wallet/desktop): No feedback after token approval. Once the approval is confirmed the Swap dialog becomes editable again, with the Swap button enabled (#16666)
fixes #16569
2024-10-31 10:59:08 -04:00
dlipicar 183a349a0c
chore(status-go): bump status-go to get erc1155 transfer fix (#16674)
Fixes #16664
2024-10-31 10:56:05 -04:00
saledjenic 1cbc58ec34
fix: cant fetch fees when releasing ens name, token is not set, as well as value (#16677)
There are a few things improved in this commit:
- the account the username was bought with is selected for releasing
- if the account was removed in meantime, we warn user displaying a popup message
- ETH token is selected
- 0 value is set

Fixes #16611
2024-10-31 10:55:18 -04:00
Anastasiya b00d402429
chore(@ci): increase timeout for autotests for 4 minutes by default (#16661)
This reverts commit 2cfae413195b0b921af1606012d1a9432bd02c40.

chore(@e2e): enable toast verification for accepting contact request
2024-10-31 10:26:34 -04:00
Sale Djenic 815278fb01 fix: links do not work in the terms of name registration popup
Fixes #16658
2024-10-31 14:27:58 +01:00
Jonathan Rainville f94e8ac464 Release candidate 2.31.0 RC2 2024-10-29 14:10:58 -04:00
Jonathan Rainville 9a74a777f5
fix(mentions): fix wrong user list given to mentions model (#16615)
Fixes #16602

This was broken when we refactored the members to use a single model for public channels. Those public channels then didn't have any members in their model they used for suggestions.
This is fixed by putting the logic in the UsersStore and reusing that store whenever we need a list of the members.
2024-10-29 14:06:28 -04:00
Jonathan Rainville e64877caec
fix(members): fix list showing all members when missing encryption keys (#16625)
Fixes #16614

The problem was that I was missing encryption keys for some channels, but since I'm an admin, I still have access, so I could see the member list and it was showing me all members because of a missing condition in the code
2024-10-29 10:32:19 -04:00
Khushboo Mehta 3532cca688 fix(@desktop/wallet): Swap transaction - Wrong copy on the tooltip of the 'Swap' button
fixes #16568
2024-10-29 13:45:45 +01:00
Dario Gabriel Lipicar 1c378cc9ae fix(swap): invalidate old uuid and route when a new route request is made
Fixes #16574
2024-10-29 13:30:33 +01:00
Jonathan Rainville 9e5a172632
fix(gifs): fix call to setGifUnfurlingEnabled using a bad store (#16603)
Fixes #16598

The gif popup was using the global RootStore, but it didn't work and it's also not a good practice.

I moved the function to enable to the GifStore which is accessible as a reference instead.
2024-10-25 10:54:58 -04:00
Jonathan Rainville 3793405843
fix(requests): fix member requests not showing in list (#16604)
Fixes #16600

There was no update to the model when we get a signal that a membership request is received. We also didn't send an event when one is canceled.
2024-10-25 10:36:42 -04:00
Jonathan Rainville 52f59bc60b release candidate 2.31.0 RC1 2024-10-23 14:28:11 -04:00
Jonathan Rainville 4754f88051
chore(status-go): bump status-go to fix migration problem (#16572) 2024-10-23 14:27:02 -04:00
Anastasiya d73da24adf
chore(@e2e): temp disable adding color and emoji for account creation (#16577) 2024-10-23 13:24:33 -04:00
Dario Gabriel Lipicar 8372ffd62f fix(wallet): debounce send modal route requests and assign new uuid on each fetch 2024-10-23 19:13:53 +02:00
Iuri Matias 4370e26dfe release candidate 2.31.0 RC 0 2024-10-22 08:49:46 -04:00
Jonathan Rainville 3648facd4e
chore(status-go): bump status-go to latest (#16559) 2024-10-21 13:13:51 -04:00
Cuteivist 5d12440562
fix; Update default sorting for assets and collectibles (#16552) 2024-10-21 12:26:14 +02:00
Anastasiya Semenkevich 6e109ba858 chore(@e2e): change locators 2024-10-18 20:14:28 +03:00
Anastasiya Semenkevich b0105fc30a chore(@qml): add object names for action buttons in panels 2024-10-18 20:14:28 +03:00
Anastasiya Semenkevich f48eed2b28 chore: refactor community tests to use random community data 2024-10-18 20:14:28 +03:00
Anastasiya Semenkevich 09524b925a chore(@StatusQ): add object name for community tag 2024-10-18 20:14:28 +03:00
Anastasiya Semenkevich 05f8005336 chore(@storybook): skip flaky test 2024-10-18 20:14:28 +03:00
Michał Cieślak 9332d1a2ed StatusQ: ModelCount simplified and property added
Closes: #15740
2024-10-17 16:25:34 +02:00
Michał Cieślak c22a15e8fa Backend-dependent content removed from Constants, userProfile removed from Global
Closes: #16459
2024-10-16 23:02:02 +02:00
Michał Cieślak 02993196e9 References to Global.userProfile removed from multiple components 2024-10-16 23:02:02 +02:00
Michał Cieślak 8fb9440235 ContactsStore: getProfileContext simplified 2024-10-16 23:02:02 +02:00
Michał Cieślak c4828a094b Access to user profile encapsulated in profile store 2024-10-16 23:02:02 +02:00
Michał Cieślak dc3a1ca39b SendModal handler removed from ProfileSectionStore 2024-10-16 23:02:02 +02:00
Michał Cieślak 3bf415add0 UserStatusContextMenu refactored to be not dependent on stores 2024-10-16 23:02:02 +02:00
Michał Cieślak affaf6099f chore: Unused PopupMenu removed 2024-10-16 23:02:02 +02:00
Anastasiya Semenkevich 3623807f62 chore: update password range and make change password test required for PRs 2024-10-16 22:24:56 +02:00
Lukáš Tinkl b052416666 fix(PasswordView): Password instructions missing max length requirement
- set the pass max length to 100 (via `Constants`, not with a hardcoded
regexp)
- delay the validation until the user hits the limit
- clear the categories (lower/upper/num/sym) info if the password is
cleared too
- update the error messages according to latest Figma designs

Fixes #16239
2024-10-16 22:24:56 +02:00
Michał Cieślak 62f85acf31 fix: bump SFPM to fix ussues caused by bug in SFPM
Closes: #16531
2024-10-16 13:55:06 +02:00
Sale Djenic fe5c135486 chore: sign the flow only once if approval and transaction need to be placed once after another (swap flow)
Closes #16337
2024-10-16 09:52:46 +02:00
Alex Jbanca 684d0b4d63 fix: DAppsWorkflow flaky test 2024-10-15 13:40:48 +03:00
Anastasiya Semenkevich eeef165743 chore: fix community tests to have tag filled in 2024-10-15 10:29:31 +03:00
Michał Cieślak 663364452e DappPermissionsView and related sub-components removed
Closes: #16517
2024-10-14 23:28:05 +02:00
Michał Cieślak fe08742cc3 Various small unused components removed 2024-10-14 23:28:05 +02:00
Michał Cieślak 1f61b77739 ChatCommandsPopup and related sub-components removed 2024-10-14 23:28:05 +02:00
Michał Cieślak 912b94859d TransactionBubbleView and related sub-components removed 2024-10-14 23:28:05 +02:00
Michał Cieślak d5a0589591 Remove unused RecipientSelector and related components 2024-10-14 23:28:05 +02:00
Anastasiya Semenkevich e864897863 chore: filling in tags for community is now required 2024-10-14 11:39:58 +02:00
Lukáš Tinkl 26dddcaff9 feat(CreateCommunityPopup): validation and ensuring min. 1 tag added
- enable the Next button, and delay the validation after it's been clicked
- visually display required fields also for logo, banner, and tags (min
1 tag is required now)
- when pasting over limit, chop the text to the maximum length, instead
of just leaving the text field empty
- do not let the popup autoclose on clicking outside or pressing Esc
- add a StoryBook page
- minor cleanups and alignments to the latest Figma designs/flows

Fixes #13966
Fixes #16479
Fixes #14902
2024-10-14 11:39:58 +02:00
Anastasiya Semenkevich 5518df3af9 chore(@e2e): enable change password test in nightly 2024-10-14 11:52:23 +03:00
Anastasiya Semenkevich 748b9b94fc chore(@e2e): update test for sharing wallet address 2024-10-14 11:52:23 +03:00
Michał Cieślak 03db15529e Cleanup after #16497 workaround 2024-10-11 23:37:50 +02:00