Sale Djenic
36ca4cd8f9
fix(@desktop/wallet): removed options for creating a derivation path that's not a keycard compatible if selected origin is migrated to a keycard
...
If selected origin is an origin migrate to a keycard the following options are disabled:
- drop down menu (where user is able to select one of predefined paths) in custom derivation section
- reset button
2023-05-26 06:54:50 +02:00
Sale Djenic
1d41590d56
fix(@desktop/wallet): keycard accounts do not display a keycard icon in the wallet list of accounts
...
Closes : #10643
2023-05-26 06:54:50 +02:00
Sale Djenic
38ce51e4bb
chore(@desktop/wallet): changes caused by accounts improvements on the `status-go` side
...
Closes : #10592
2023-05-26 06:54:50 +02:00
Lukáš Tinkl
bf6758b68e
fix(ShowcaseDelegate): community icon is not rounded
...
- this needs proper bg color (transparent) and a `border.width: 0` to
work properly with the
Fixes #10754
2023-05-25 16:30:10 +02:00
Dario Gabriel Lipicar
7e0e0e916e
fix(@desktop/wallet): properly handle collectibles api call errors
...
Fixes #10771
2023-05-25 09:36:27 -04:00
Jonathan Rainville
4dd383ffb5
refactor(DnD): improve chat reorder by passing destination directly
2023-05-25 09:27:14 -04:00
Jonathan Rainville
a69b8de3c3
feat(category): hook category Drag and Drop to backend correctly
...
Fixes #10733
2023-05-25 09:27:14 -04:00
Lukáš Tinkl
6233eedf58
[chore] up status-go to get the AES encryption improvements
...
Fixes #10726
2023-05-25 13:07:39 +02:00
Anthony Laibe
9738a3eec8
feat(@wallet): collectible multi address
2023-05-25 12:53:46 +02:00
Boris Melnik
92a9c41238
fix(invitation-bubble): Adds loading state for unfurling links
...
Fixes : #10422
2023-05-25 12:33:54 +03:00
Noelia
2f5a76db02
feat(MintTokens): Renamed new collectible view to token generic naming
...
`CommunityNewCollectibleView` is now renamed to `CommunityNewTokenView` since it manages collectibles and assets.
2023-05-25 11:11:44 +02:00
Noelia
dbc3effe94
feat(MintTokens): Added validation rules in `CommunityNewCollectiblesView` page
...
Added new validation rules for name, description, symbol, supply and decimal fields according to new design.
Closes #10623
2023-05-25 11:11:44 +02:00
Noelia
6abb9f0063
feat(MintAssets): Create new asset page / flow
...
- Added tabs.
- Updated pages with new entries.
Part of #10623
2023-05-25 11:11:44 +02:00
Noelia
0862273baf
feat(SQ/StatusInput): Added new property to override char limit label
...
Added `charLimitLabel`. If it is set, the default char limit label will be overriden.
2023-05-25 11:11:44 +02:00
Sale Djenic
f3a6b135a3
feat(@desktop/general): try again button added to wrong keycard screen
...
Closes : #10433
2023-05-25 10:20:30 +02:00
Khushboo Mehta
a4a2ca4e9c
fix(@desktop/wallet): Wallet Footer for watch only accounts should show only "Receive" as an option
...
fixes #10786
2023-05-25 09:43:16 +02:00
Alexandra Betouni
06b4b28145
[CommunityPermissions]: Added drag/drop image panel as per new design
...
Closes #10609
2023-05-24 20:31:10 +03:00
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