Michał Cieślak
c0e4d70f0a
chore(InviteFriendsToCommunityPopup): Adjust search behavior
2023-05-12 16:37:01 +02:00
Michał Cieślak
6fcb533b68
chore(MembersDropdown): Search behavior adjusted
2023-05-12 16:37:01 +02:00
Khushboo Mehta
c290562ce1
fix(@desktop/wallet): The issue is that when switching between SavedAddresses to Account, the NetworkFilter was toggling a network causing the selection to be reset
...
now we only do it when multiselection is false
2023-05-12 15:32:56 +02:00
Boris Melnik
184745cf1b
fix(biometrics): Change keychain keys from DisplayName to KeyUid
...
Fixes : #10424
2023-05-12 15:57:41 +03:00
Khushboo Mehta
43bd5631de
feat(@desktop/wallet): Header Gradient
...
fixes #10333
2023-05-12 11:39:03 +02:00
Alexandra Betouni
1f3a595116
[contacts]: added "remove contact" option in settings menu
...
Closes #10502
2023-05-12 11:48:04 +03:00
Anthony Laibe
946534127a
feat(@wallet): popuplate data for multiple addresses
2023-05-12 09:11:03 +02:00
Jonathan Rainville
150a3d242e
feat(advancedSettings): add setting to set the number of archived logs
...
Fixes #3610
Adds a setting in Advanced Settings to modify the number of archived logs to keep. Between 1 and 100
2023-05-11 15:15:57 -04:00
Jonathan Rainville
8e1d7cac05
fix(logs): fix issue where all logs were kept archived
...
Part of #3610
2023-05-11 15:15:57 -04:00
Khushboo Mehta
47d971a3dd
feat(@desktop/wallet): Handle large numbers in the desktop as per new design
...
1. Support upto numbers 999B
2. No decimal points after 1M
fixes #10590
2023-05-11 17:54:13 +02:00
Igor Sirotin
dc0e0e6e2a
fix(communties): Catch `RequestCommunityInfo`exceptions. Remove diplications. ( #10631 )
2023-05-11 13:46:54 +03:00
Khushboo Mehta
a57c0b414b
feat(@desktop/wallet): New Account header
...
fixes #10330
2023-05-10 16:02:37 +02:00
Cuteivist
ec04b8668f
Feat/10473 Updated activity list delegate and activity details header ( #10580 )
...
closes #10473
closes #10542
fixes #10408
2023-05-10 13:54:06 +02:00
Michał Cieślak
b87231e14b
Storybook: Inspection tool - support for popups added
2023-05-10 12:50:52 +02:00
Michał Cieślak
cbaf1b8a78
Storybook: Generic, figma-like inspection tool for checking structure/sizes/paddings
...
Closes : #10574
2023-05-10 12:50:52 +02:00
Sale Djenic
534e172397
chore(@desktop/wallet): `KeyPairDto` which actually refers to keycard is renamed to `KeycardDto`
...
This change is needed for further changes which are part of issue #10592
2023-05-10 10:11:26 +02:00
Noelia
21abe5fca7
feat(EditCroppedImagePanel): Extended to be able to drag/drop images
...
Added `DropArea` to enable drag/drop images.
2023-05-10 09:48:51 +02:00
Noelia
6602ab15e2
feat(MintToken): Add param `artworkCropRect` in the UI minting chain
...
Added new parameter `artworkCropRect` from initial UI mint signal to the store.
2023-05-10 09:48:51 +02:00
Noelia
7bcf42a7ed
feat(MintTokens): Artwork image field missing cropping tool
...
Replaced basic image selector to `EditCroppedImagePanel` component in mint token workflow.
Extended `NoImageUploadedPanel` to allow custom texts and some sizing improvements.
UI part of #10317
2023-05-10 09:48:51 +02:00
Noelia
1bb4cc7258
feat(storybook/StatusImageCropPanel): Added `StatusImageCropPanel` into storybook
...
Added `StatusImageCropPanel` into storybook.
2023-05-10 09:48:51 +02:00
Noelia
3f84660137
fix(storybook): Updated `CommunityMintTokensSettingsPanelPage`
...
Property no longer used
2023-05-10 09:48:51 +02:00
Noelia
d789ceefed
feat(MintToken): Remote self-destruct footer option hidden if the minted collectible doesn't have self-destruct property set
...
Added property binded with model info and with needed footer visible property option.
Closes #10579
2023-05-10 09:48:06 +02:00
Anthony Laibe
5ac0547238
feat(@wallet): allows multiple addresses in assets module
...
Next will be other module
2023-05-09 19:01:08 +02:00
Dario Gabriel Lipicar
e022c98b4c
fix(@desktop): Fix decimal input for components using AmountInput
...
Fixes #10413
2023-05-09 08:10:55 -03:00
Mikhail Rogachev
890e0aa2bd
fix(Chat): Reuse chat root store connections and fix chat quick actions when blocked ( #10577 )
...
Close #10570
2023-05-09 14:31:50 +04:00
Alexandra Betouni
44891a17fd
[createCommunity]: added wrap mode in community key
...
Closes #10325
2023-05-09 13:09:58 +03:00
Alexandra Betouni
56a7215a4c
(community): fixed add/edit channels community right emoji button
...
Closes #9839
2023-05-09 13:09:38 +03:00
Sale Djenic
8ffd1194ef
fix(@desktop/wallet): index out of range when deleting wallet account issue fixed
2023-05-09 12:05:49 +02:00
Sale Djenic
d830624d85
fix(@desktop/wallet): updated ui for removed wallet accounts which are still on a keycard
2023-05-09 12:05:49 +02:00
Sale Djenic
5122815df8
feat(@desktop/wallet): removing wallet account without an authentication
...
Closes : #10569
2023-05-09 12:05:49 +02:00
Khushboo Mehta
399eb75eb0
fix(@desktop/wallet): Add back code missing after a merge conflict with another PR
2023-05-09 10:46:52 +02:00
Cuteivist
461f4a2bee
fix(@desktop/activity): Fixed section glitch ( #10576 )
...
fixes #10472
2023-05-09 10:05:03 +02:00
Patryk Osmaczko
190e903921
fix(communities): ensure `featured` state is not vanished on update
2023-05-08 15:01:51 +02:00
Stefan
528bb53b77
fix(Wallet) move deletion of pending transactions in nim
...
Bump status-go HEAD that removes deletion of pending multi-transactions
in status-go
Previous implementation was relying on the fact that all pending
transactions are also multi-transactions, which it seems not to be
the case (e.g. ens, airdrop collectible)
Also tried to extend the deletion of multi-transactions to status go
but it was causing crashes for minted/dropped tokens.
Updates #10474
2023-05-08 11:58:50 +02:00
Michał Cieślak
110e5af0c3
chore(CommunityAirdropsSettingsPanel): Storybook page fixed
2023-05-08 11:44:10 +02:00
Michał Cieślak
a5d339eb45
chore(CommunityNewAirdropView): Adjust MembersDropdown to updated design
2023-05-08 11:44:10 +02:00
Michał Cieślak
1f3ae975fc
feat(CommunityNewPermissionView): red highlight for tokens with inssuficient balance and warning msg panel
2023-05-08 11:44:10 +02:00
Michał Cieślak
45aaa5a3de
feat(HoldingsDropdown): maximum amount validation
2023-05-08 11:44:10 +02:00
Michał Cieślak
27aac8d83a
feat(CommunityNewAirdropView): design-compliant token airdrop flow for collectibles
2023-05-08 11:44:10 +02:00
Michał Cieślak
f9e2ce97a4
feat(AirdropRecipientsSelector): add possibility to force input focus
2023-05-08 11:44:10 +02:00
Michał Cieślak
8d3d156cf7
feat: RecipientTypeSelectionDropdown component added
2023-05-08 11:44:10 +02:00
Michał Cieślak
1eda1911eb
feat(HoldingsDropdown): airdrops tokens support added
2023-05-08 11:44:10 +02:00
Michał Cieślak
da07230fa6
feat(AirdropRecipientsSelector): status label with current and max number of recipients added
2023-05-08 11:44:10 +02:00
Michał Cieślak
aa039a859e
feat: SequenceColumnLayout component added
2023-05-08 11:44:10 +02:00
Alexandra Betouni
cd7ccd833d
[contacts]: updated remove contact popup
...
Closes #10499
2023-05-08 11:38:19 +03:00
Alexandra Betouni
edb4af0d1a
[communities]: increased token holders combo width
...
Closes #10258
2023-05-08 11:36:55 +03:00
Anthony Laibe
39b9b5ee91
feat(@wallet): add wallet filter
2023-05-06 17:40:28 +02:00
Jonathan Rainville
162662a09a
chore(status-go): up status-go to have permissions crash fix
2023-05-05 14:56:31 -04:00
Michal Iskierko
216a1d1e2b
fix(@desktop/communities): Deleting index when updating owners model and minor fixes
...
Issue #10254
2023-05-05 14:05:31 -04:00
Noelia
42a5236b10
feat(SelfDestructPopup): Updated self destruct tokens lists management
...
- Updated expected model roles (removed `selfDestruct` and `selfDestructAmount`)
- Self destruct tokens list management is now done inside `SelfDestructPopup).
- Store receives a js array with {walletAddress, amount} roles.
2023-05-05 14:05:31 -04:00