Noelia
12faa752bd
feat(MintToken): Implement UI burn footer option
...
- Burn footer option enabled.
- Integrated `BurnTokensPopup` in mint tokens flow.
- Integrated `SignTokenTransaction` in burn flow (added needed signals to interact with backend).
Closes #10050
2023-05-24 17:17:40 +02:00
Noelia
c50de310db
feat(MintToken): Renamed sign transaction popup to a more generic name
...
`SignMintTokenTransactionPopup` to `SigntokenTransactionsPopup`.
2023-05-24 17:17:40 +02:00
Noelia
a809185710
feat(storybook): Created page to test `BurnTokensPopup`
...
Updated storybook to test `BurnTokensPopup`.
2023-05-24 17:17:40 +02:00
Noelia
a366e96999
feat(MintTokens): Created `BurnTokensPopup`
...
- Created new popup.
- Added validation.
- Added header image component.
2023-05-24 17:17:40 +02:00
Jonathan Rainville
243728b769
chore(chat/service): small cleanup
2023-05-24 10:45:47 -04:00
Jonathan Rainville
1e8ab03f18
fix(activity_center): wait for chats before fetching ac notifs
2023-05-24 10:45:47 -04:00
Anthony Laibe
1e5fee981e
feat(@wallet): calculate progress for activity tx
...
fixes #10762
2023-05-24 13:41:00 +02:00
Alexandra Betouni
d924d5a94a
[onboarding]: fixed overall positioning
...
Closes #8525
2023-05-23 18:43:25 +03:00
Patryk Osmaczko
6b8632206a
chore: bump status-go
2023-05-23 16:39:19 +02:00
Emil Sawicki
f42f48b247
fix(@desktop/wallet); Refresh transaction wallet address
2023-05-23 07:44:29 -04:00
Vladimir Druzhinin
4da388b5bc
test/start application with custom data folder
...
#10293
2023-05-23 07:42:38 -04:00
Emil Sawicki
fc15f82e1b
feat(@desktop/wallet): Activity address interactions
...
closes #10619
2023-05-23 07:37:37 -04:00
Boris Melnik
bd4bb0a566
fix(community-permissions): Fixed failed event sending and fix method declaration
...
Fixes : #10736
2023-05-23 07:34:17 -04:00
Boris Melnik
0ba7f1d609
feat(communities): Makes requestToJoinCommunity async
...
Fixes : #10719
2023-05-23 07:33:44 -04:00
Stefan
22df203653
feat(Wallet): add activity filter basic API
...
Add the possibility of retrieving the data of wallet activity based
on the given filter criteria.
Major changes:
- Bump status-go with the new equivalent API
- Add temporary developer tools
- Debugging ActivityView QML component to test filter and display
the activity
- Add activity Nim package and synchronous controller and model
Considerations
- Have the model synchronous for the first iteration and then move to
async while implementing the fetching mechanism
- Use QtObject instances in the model instead of roles over items as
agreed with the team
- Simplify the implementation by having a simple presentation layer
using backend (service also in the future)
- Small required fixes and improvements
Closes : #10633
Updates #10366
2023-05-23 11:29:09 +02:00
Mikhail Rogachev
cba67b3b23
fix(Contacts): fix accepting contact request for synced contacts ( #10739 )
...
Close #10032
2023-05-22 19:34:35 +04:00
Anastasiya Semiankevich
00c8bb6be9
tst(tst_communityManageAirdrops): welcome screen validation test
2023-05-22 18:03:21 +03:00
Anthony Laibe
be8c5d7534
fix(@wallet): Address details per chain
...
fixes #10068
2023-05-22 10:24:32 +02:00
Igor Sirotin
5ff4b5a435
fix(MessageContextMenu): Cleanup. Separate menu for profile. ( #10729 )
2023-05-19 19:07:50 +03:00
Cuteivist
f7e75208a5
feat(@desktop/wallet): Added transaction address component ( #10665 )
...
closes #10583
2023-05-19 11:51:47 +02:00
Noelia
92f77e5fd9
feat(MintTokens): Add mint failure flow
...
- It updates `CommunityCollectibleView` to display minting failure state.
- It updates `CommunityMintedTokensView` to display minting failure state.
- It exposes subtitle color property in `CollectibleView`.
- It updates `storybook` with more options to display minting failure state.
Closes #10620
2023-05-18 17:06:25 +02:00
Noelia
6e2d552220
feat(MintToken/RemoteDestruct): Added animation when `remotely destroy` process is in progress
...
- Added property `remotelyDestructState` and `burnState` in `CommunityCollectibleView`.
- Added `fire` and `loading` icons while destruct/burn is in progress.
- Added short animation when destruct/burn process is completed.
- Renamed `Constants.DeployState` to `Constants.BackendProcessState`, more generic one that can be used for different processes.
- Updated `storybook` with new options to test animation.
Closes #10603
2023-05-18 15:28:44 +02:00
Noelia
7aaf8fcec2
feat(MintToken/RemoteDestruct): Review and update remote self destruct flow
...
Updated strings and renamed files.
Part of #10603
2023-05-18 15:28:44 +02:00
Khushboo Mehta
3ac9edbe96
feat(@desktop/wallet): Activity Details Progress bar
...
fixes #10639
2023-05-18 09:26:37 -04:00
Anthony Laibe
05c8373905
feat(@wallet): add account toast
...
fixes #10510
2023-05-18 09:24:23 -04:00
Jonathan Rainville
863c4f5d7a
fix(chat_section): make chat hidden if category collapsed when creating
...
Fixes #10381
2023-05-18 09:23:58 -04:00
Anastasiya S
464110a2db
tst(tst_communityMintTokens): Mint Tokens welcome screen
2023-05-18 16:04:39 +03:00
Vladimir Druzhinin
0d38f7acdb
Test/10287 suite wallet ( #10675 )
...
* test(suite_wallet): tests fix
#10287
2023-05-17 16:39:58 +02:00
Lukáš Tinkl
684d17d968
perf: update status-go to include the SHA1 improvements
...
Needs: https://github.com/status-im/status-go/pull/3490
Fixes: https://github.com/status-im/status-desktop/issues/10559
2023-05-17 12:28:38 +02:00
Khushboo Mehta
a6b65fcc13
fix(@desktop/wallet): Clicking "Send" button on saved address does not add it into recipient input on SendModal
...
fixes #10685
2023-05-17 11:26:19 +02:00
Noelia
cd4ddb5a06
fix(Airdrop): Navigation from community settings overview to airdrop option enabled
...
Fixes #10659
2023-05-17 11:13:07 +02:00
Igor Sirotin
63bbc72b54
fix(StatusMessageReply): Fix clicking on sender ( #10717 )
2023-05-16 18:06:38 +03:00
Boris Melnik
3d5c8f8024
fix(community): Remove channels duplications
...
Fixes : #10582
2023-05-16 17:18:17 +03:00
Boris Melnik
e34d28f881
fix(member-selector): Adds filter suggestions by chat key pasted in input
...
Fixes : #9881
2023-05-16 16:41:18 +03:00
Noelia
e0acf0f195
feat(MintTokens): Update `CommunityCollectibleView` according to new design
...
- Title format changed. Now symbol is a title side text.
- Back button text changed.
- Description / boxes order changed.
- Boxes changed order and format.
- Warning description changed.
Closes #10601
2023-05-16 13:07:56 +02:00
Mikhail Rogachev
24f09e9e96
fix(Chat): Allow receiving messages from non-contacts in 1-to-1 ( #10698 )
...
Close #10522
2023-05-16 11:47:21 +04:00
Boris Melnik
ae2e495a50
fix(replies): Blocks `jumpToMessage` for deleted and unknown messages
...
Fixes : #10614
2023-05-16 10:39:12 +03:00
Ivan Belyakov
b24648de09
fix(desktop/wallet): fixed regex for derivation path as Qt 5.15 regex
...
on Linux does not support named groups
2023-05-16 09:37:01 +02:00
Igor Sirotin
6ff8683338
fix: Don't try to update unknown communities ( #10704 )
2023-05-15 21:45:19 +03:00
Boris Melnik
348024c17e
fix(Community): Fix community channel admin flag
...
Fixes : #10382
2023-05-15 17:44:02 +03:00
Igor Sirotin
086e05cec3
fix(ImportCommunityPopup): Support uncompressed public keys
2023-05-15 09:51:03 -04:00
Igor Sirotin
68065f1c6c
fix(MessageView): Show header when prev message is system PinnedMessage
2023-05-15 09:49:38 -04:00
Igor Sirotin
ad8f749289
fix(MessageView): Show correct name of who pinned the message
2023-05-15 09:49:29 -04:00
Noelia
a93d2f8387
fix(MintTokens): Update Create new collectible page according to new design
...
Strings and focus updates.
Fixes #10597
2023-05-15 14:27:16 +02:00
Noelia
60acb43249
feat(MintToken): Updated collectible subtitle information
...
Added available tokens and total supply as subtitle information in minted collectibles view.
Updated storybook model with new property `availableTokens`.
Closes #10606
2023-05-15 13:36:16 +02:00
Noelia
9277392dd4
fix(CollectibleView): Updated UI details according to new design
...
Radius, background color and cursor shape updated.
Part of #10606
2023-05-15 13:36:16 +02:00
Noelia
e1d05eaafc
fix(storybook): Removed property no longer used
...
`holdersModel` property no longer used in `CommunityCollectibleView`.
2023-05-15 13:36:16 +02:00
Mikhail Rogachev
3a030102fe
Fix(Contacts): fix weird behaviour in some contacts flows edge cases ( #10613 )
...
* fix(Chat): Fix displaying CR messages in the chat
* fix(Contacts): Relay on actual status-go state during contact state manipulation
Close #10500
2023-05-15 15:22:04 +04:00
Noelia
41c6addc3e
fix(MintTokens): Update welcome page strings
...
Strings update.
Fixes #10596
2023-05-15 13:10:29 +02:00
Michał Cieślak
f3a50ebf65
fix(StatusDropdown): added to Binding to avoid warning (QTBUG-81787)
2023-05-15 12:52:17 +02:00