Noelia
3f74ee565a
fix(JoinCommunity): Join CTA labelling: Change text and remove existing icon
...
- Change text and remove existing icon.
- Removed unnecessary property `loginType` on different files.
- Renamed signals to be more accurate with existing requirements.
Closes #14098
2024-03-27 12:16:56 +01:00
Lukáš Tinkl
085b013f80
fix(Shared Addresses): Requirements check pending indicator
...
- update shared addresses dialog to avoid small jumps when
selecting/unselecting accounts due to requirements check text displayed
- display the pending text and spinner next to the Permissions header
Fixes #14103
2024-03-27 11:16:40 +01:00
Cuteivist
fae7e82e0a
fix(@wallet): Copy viewed account details ( #14161 )
2024-03-26 16:49:12 +01:00
Jonathan Rainville
e937dfb56c
fix(main): set personnal chat as active if last active was profile
...
Fixes #14111
2024-03-26 11:03:27 -04:00
Andrey Bocharnikov
c53e4aeb92
(Chat): Display system messages about adding/removing members immediately after an update is performed ( #14146 )
...
* (Chat): Display system add/remove messages immediately after update
fixes #9876
* (Chat): Display system "pinned" message immediately after update
fixes #10702
* fix issues from the PR
2024-03-26 18:13:22 +04:00
Michał Cieślak
59453e1189
fix(CommunityJoiningAndAddressSharingDialog): Intro text width fixed
2024-03-26 14:03:29 +01:00
Michał Cieślak
0557977aa2
chore(Communities): CommunityIntroDialog renamed to CommunityMembershipSetupDialog
...
Closes : #14144
2024-03-26 14:03:29 +01:00
Michał Cieślak
0985346342
chore(CommunityIntroDialog): Fix storybook page
2024-03-26 14:03:29 +01:00
Stefan
a066cbeecb
chore(wallet) remove unused code
2024-03-26 11:24:08 +01:00
Stefan
fb530a099a
fix(wallet) counterparty loading forever in activity history
...
Closes : #14067
2024-03-26 11:24:08 +01:00
Cuteivist
17d078b33e
chore: bump status-go ( #14158 )
2024-03-26 11:19:24 +01:00
Anastasiya Semenkevich
aaa7ff1dd4
chore: remove unnecessary step according to new designs
2024-03-26 12:50:17 +03:00
Lukáš Tinkl
56b9b9db11
fix: Display name is not validated properly (UI part)
...
- do not use the `alphanumericalExpanded:
/^$|^[a-zA-Z0-9\-_\.\u0020]+$/` regex which contains the dot (`.`)
character too; be explicit here and do what the error message says
- the space character at start/end is validated above with the
`startsWithSpaceValidator`
CHERRY-PICK-TO: 2.28
Fixes #14127
2024-03-25 19:06:54 +01:00
Stefan
42d3c1b42b
fix(wallet) refresh recipients in menu for activity filter
...
Closes #13663
2024-03-25 18:38:33 +01:00
Stefan
b4aff67639
fix(wallet) wrong properties referenced in TransactionDetailView
...
Updates: #13663
2024-03-25 18:38:33 +01:00
Stefan
cd2b211f63
chore(wallet) lazy load TransactionDetailView
...
I was debugging a crash at login and found out that
TransactionDetailView was being loaded even when it was not being used;
my debugging code in `onComplete` was trying to access transaction data
from nim which was not set.
Updates #13663
2024-03-25 18:38:33 +01:00
Stefan
72b03e69aa
fix(wallet) fix namespace clash in wallet RootStore.qml
...
Updates: #13663
2024-03-25 18:38:33 +01:00
Cuteivist
1deb5e86e5
fix(wallet): Add token data when new token is added ( #14061 )
2024-03-25 18:31:01 +01:00
Anastasiya Semenkevich
241847a8b3
chore: replace links
2024-03-25 16:54:02 +03:00
Valentina Novgorodtceva
9da35aa9e7
test: assets sorting test added
2024-03-25 16:54:02 +03:00
Sale Djenic
bbb0fd7222
fix(ui-tests): shared addresses popup page removed since we don't need it any more
...
Since we merged editing revealed addresses into request to join community popup,
cause it logically belongs there, the relevant qml file is removed from story book.
2024-03-25 14:16:32 +01:00
Sale Djenic
979423ea62
chore(general): removing unneeded qml file
2024-03-25 14:16:32 +01:00
Sale Djenic
10a8469b9e
fix(communities): deltas between designs and build for join token gated community flow
...
This commit:
- improves selection of addresses to reveal
- keeps the selection state for the popup lifetime
- brings higher granularity in terms of signed requests by keypairs
- meets new requirements from the latest related Figma
- merges edit shared addresses feature and request to join community features
into a single component, cause the flow is logically the same, with the only
difference that when editing revealed addresses we don't show the community
intro screen
Fixes at least points 3 and 4 from #13988
2024-03-25 14:16:32 +01:00
Lukáš Tinkl
ec4e2f3fc8
fix: can't use the Tab button in the Mint Token form
...
- manually setup the TAB focus chain; in the future, this should be done
properly on all new components using FocusScopes and similar
Fixes #13891
2024-03-25 14:11:43 +01:00
Anastasiya Semenkevich
ace8618b20
chore: change test section
2024-03-25 12:30:03 +03:00
Valentina Novgorodtceva
4098056468
chore: stabilised test (hopefully)
2024-03-25 12:30:03 +03:00
Valentina Novgorodtceva
684943adb8
chore: updated object name after changes in PR for object names
2024-03-25 12:30:03 +03:00
Valentina Novgorodtceva
0e83bfcb31
test: 1-1 chat, send reply, send emoji, edit, delete and cannot delete other member message
2024-03-25 12:30:03 +03:00
Lukáš Tinkl
9ef513b419
fix(TokenManagement): Asset balance threshold value not reflected in main wallet view
...
- take the balance threshold value into account when presenting the
assets in the main wallet view
- additional fix from Emil for storing the threshold value
- storybook fixes to display the correct `currentCurrencyBalance` values
based on the address/wallet filters and mocking the threshold values
using TransactionStore
Fixes : #14017
2024-03-23 11:37:37 +01:00
Anastasiya Semenkevich
31b895f1d0
сhore: attempt to fix endless waiting time in category and accounts tests
2024-03-22 21:33:44 +03:00
Jonathan Rainville
e71d749ef2
fix(category): fix missing category when empty ( #14086 )
...
Fixes https://github.com/status-im/status-desktop/issues/14059
2024-03-22 12:55:40 -04:00
Valentina Novgorodtceva
05df5d1bce
chore: object names added for wallet right tab buttons and filter button
2024-03-22 14:00:19 +03:00
Godfrain Jacques
af6dd257cc
(fix/desktop) fix sporadic empty community token hodler list ( #14057 )
...
This PR fixes #13650
- Reduces the timer for fetching the token hodlers to refresh cashe
- Check for temporary contract address before making requests
2024-03-21 16:49:34 -07:00
Mykhailo Prakhov
201a5bfdfc
fix: draw community select bubble after community create ( #14108 )
2024-03-21 22:02:46 +01:00
Mikhail Rogachev
b839502603
chore: bump status-go ( #14064 )
...
Close #14047
2024-03-21 21:31:08 +01:00
Jonathan Rainville
2b219627a5
fix(category): fix muted category and received messages ( #14082 ) ( #14087 )
...
Fixes #14079
2024-03-21 13:51:01 -04:00
Mykhailo Prakhov
398a92b12e
fix: open activity center mentions messages ( #14075 )
2024-03-21 15:52:45 +01:00
Valentina Novgorodtceva
7482a8f8d9
chore: isFrozen verification added to method click
2024-03-21 11:53:11 +03:00
Anastasiya Semenkevich
aba501f025
chore: add missing marks and enabled profile edit test
2024-03-21 09:11:58 +03:00
Jonathan Rainville
9195595c00
chore(status-go): up status-go to get permission fix ( #14065 )
2024-03-20 19:00:15 -04:00
Igor Sirotin
a2af01bcda
chore: force some warnings as errors ( #14068 )
2024-03-20 20:08:43 +00:00
Khushboo Mehta
4f75956ca3
fix(@desktop/wallet): Fix link out to extherscan from collectibles details view
2024-03-20 19:04:32 +01:00
Jonathan Rainville
19c283be8b
fix: fix warning and inconsistencies with spectating ( #14041 )
...
Kinda fixes #13957
2024-03-20 13:58:46 -04:00
Anastasiya Semenkevich
fc33d7986e
chore: enable tests
...
enable ens test because bug is fixed
bring back import seed test to critical path
bring back edit community test to critical path
2024-03-20 14:33:10 +03:00
Stefan
a09defbef7
feat(wallet) skip picking flags in the random emoji picker function
...
Also add a test to validate the knowledge of the emoji picker function
about flags position
Closes #13715
2024-03-20 11:56:03 +01:00
Stefan
631ae08a8d
fix(wallet): pick a random emoji in the wallet new account modal
...
Updates #13715
2024-03-20 11:56:03 +01:00
Mykhailo Prakhov
a586c6d352
feat(desktop/communities): View community member messages functionality ( #14002 )
...
* feat(desktop/communities): View member messages functionality
2024-03-20 11:50:10 +01:00
Valentina Novgorodtceva
ca44ce7915
chore: updated reference because there is a bug
2024-03-20 13:43:55 +03:00
Valentina Novgorodtceva
89387e9306
chore: skip test_member_role_cannot_add_edit_or_delete_category
2024-03-20 13:43:55 +03:00
Valentina1133
a48b2532ae
chore: object names for activity center elements added ( #14029 )
2024-03-20 17:22:57 +07:00