Valentina1133
3cbb93f88d
Chore/messaging elements object names ( #12882 )
...
* chore: added object names for messaging elements
* chore: added object names for messaging elements
2023-11-28 13:29:18 +04:00
Lukáš Tinkl
8791d028e6
feat: Integrate the new manage assets/collectibles panels into Settings
...
- display a customized floating bubble to save/apply the settings
- display a toast message on Apply with an action to jump to Wallet main
page
- add home/end/pgup/pgdown keyboard shortcuts to StatusScrollView to be
able to navigate more easily in long list views
- some smaller fixes and cleanups in wallet and settings related views
Fixes https://github.com/status-im/status-desktop/issues/12762
2023-11-22 18:29:31 +01:00
Khushboo Mehta
26f29a4fe6
chore(@desktop/wallet): Unifying the various "TokensTypes" across the app
...
fixes #12501
2023-11-21 13:02:26 +01:00
Jonathan Rainville
d66c1f7b0d
feat(sharding): add shard info args to requestCommunityInfo calls
...
Fixes #12015
2023-11-16 13:32:48 -05:00
Anastasiya Semenkevich
d73c4c5a3a
chore: add object names to UserAgreementPopup.qml
2023-11-15 22:24:45 +03:00
Godfrain Jacques
9743fb2537
fix(Onboarding): Apply 2 line constraint for create password description text ( #12628 )
2023-11-15 07:50:27 -08:00
Lukáš Tinkl
81d99c44e9
fix: workaround to crash on startup with Qt 5.15.11
...
the most recent Qt upstream version introduced a regression that causes
our app to crash right on startup when a grouped property is assigned to
inside a `PropertyChanges` handler
upstream issue: https://bugreports.qt.io/browse/QTBUG-107795
Upstream fix will be released with Qt 5.15.12, code being at
https://codereview.qt-project.org/c/qt/qtdeclarative/+/424702
2023-11-14 18:11:42 +01:00
Anthony Laibe
3521d0a3ae
feat(@wallet): Add buffer to max input
...
fixes #12215
2023-11-13 13:59:03 +01:00
Sale Djenic
930d9ef9b7
fix(@desktop/general): buying ens usernames/stickers fixed
2023-11-09 11:17:38 +01:00
Sale Djenic
94953bb925
fix(@desktop/wallet): send modal not working with bridge hop (mainnet to optimism)
...
Fixes #12615
2023-11-06 21:39:04 +01:00
Sale Djenic
9c9bcef6d2
feat(@desktop/keycard): sign flow added to the shared keycard module
2023-11-03 16:14:18 +01:00
Khushboo Mehta
bcdb37b0c5
fix(@desktop/wallet): Use LeftJoinodel to link networks with chainId in various models such collectibles model, assets models.
...
fixes #8923
2023-11-01 20:11:43 +01:00
Cuteivist
7de6eaa787
fix(@desktop/sendModel): Use tab to focus to next field ( #12571 )
2023-10-30 10:34:07 +01:00
Igor Sirotin
a3239d9e2b
fix `ImportCommunityPopup` issues, remove private key importing ( #12554 )
...
* feat(Storybook): added "Always on top" setting
* fix(ImportCommunityPopup): show result, remove private key support
2023-10-27 11:25:27 +01:00
Igor Sirotin
9881c15f3c
Fix/issue 12356 no shared url data ( #12557 )
...
* refactor service `parseSharedUrl` functino
* drop unused RootStore functions
* refactor Utils shared urls functions
* fix(MembersSeectprView): ignore shared url data
* drop `openContactRequestPopupWithContactData`
* fix loading of data to popup
2023-10-26 14:58:05 +01:00
Anthony Laibe
0ba9ce9c8e
fix(@wallet): token not always visible
...
fixes #12508
2023-10-23 16:05:19 +02:00
Sale Djenic
ae915b6036
feat(@desktop/wallet): align emoji with mobile
...
Closes : #12421
2023-10-17 13:21:26 +02:00
Lukáš Tinkl
9581e6deb6
fix(ImportCommunityPopup): no UI information when requesting info failed
...
- track the import progress manually as
`root.store.getCommunityDetails(key)` can optionally return `null`
immediately if the community is not known and launch an async task
- as an additional measure, since the above async call sometimes never
finishes, add a `Timer` that unsets the internal `loading` state
Fixes #12358
2023-10-13 14:02:34 +02:00
Lukáš Tinkl
629d8b62b1
fix: Update the Beta dialog design to better fit the content
...
- no logo
- tighter content, smaller vertical spacing
Fixes #12400
2023-10-12 16:27:30 +02:00
Lukáš Tinkl
2abe0358fc
feat: Add URL trust options when the user clicks on a link
...
- add a popup asking the user before clicking on an unfurled link
preview
- add a checkbox for the above popup to remember the trust for such
domain
- use local Settings to persist the "trust domain" locally; for
global persistence across devices, see
https://github.com/status-im/status-go/issues/4132
Closes #12388
2023-10-12 10:57:15 +02:00
Khushboo Mehta
b5723db3c9
fix(@desktop/wallet): Wallet settings - various small enhancements identified via mobile wallet settings work
...
fixes #11675
2023-10-09 18:46:57 +02:00
Khushboo Mehta
e5166c11d3
fix(@desktop/wallet): SendModal broken when token symbol is very long
...
fixes #12336
2023-10-05 17:19:13 +02:00
Khushboo Mehta
8252baf846
fix(@desktop/wallet): Selecting other than the mainnet doesn't display all tokens in the send popup
...
fixes #12255
2023-10-05 17:19:00 +02:00
Lukáš Tinkl
621090174a
fix(GetSyncCodeInstructionsPopup): mention same network
...
- integrate it into Settings/Syncing
- simplify the GetSyncCodeInstruction structure
2023-10-05 10:12:48 +02:00
Lukáš Tinkl
ac1adcea32
fix(sharding): use StatusTextArea for multiline readonly text
2023-10-02 15:04:17 +02:00
Khushboo Mehta
d19e95cb5b
chore(@desktop/wallet): SendModal: complete storybook flow
...
closes #12244
2023-10-02 12:27:15 +02:00
Khushboo Mehta
bcfabd3998
fix(@deaktop/wallet): fixes below issues in sendModal:
...
1. A dropdown arrow should not be visible in the context of selecting token
2. Unnecessary padding added when expanding balances in the send modal popup
fixes #12254,#12256
2023-09-29 15:49:33 +02:00
Khushboo Mehta
91de960e08
fix(@desktop/wallet): Wallet: Send a multi tx, the notification for the 2nd transfer is not visible
...
fixes #12242
2023-09-29 14:43:45 +02:00
Stefan
e805a9bf26
feat(wallet) user can repeat a Send transaction from activity view
...
Enable user action to repeat a Send transaction from the activity view
(HistoryView) and details view (TransactionDetailView).
Extend AppMain send modal entry and SendModal API to allow for selecting
all the required parameters for repeating a transaction.
Optimize update of start timestamp for activity filter only when user
attempts to open the filter panel.
Closes #12122
2023-09-29 14:34:16 +02:00
Sale Djenic
1699189cec
feat(@desktop/keycards): managing mocked keycards from the separate window
2023-09-27 18:20:43 +02:00
Sale Djenic
d107a9f90b
feat(@desktop/keycards): managing mocked keycards when running keycard flows
2023-09-27 18:20:43 +02:00
Khushboo Mehta
29629a3d6d
fix(@desktop/wallet): Send Modal Improvements & missing features
...
fixes #12243
2023-09-26 12:58:28 +02:00
Noelia
89a559745b
feat(Wallet/Collectibles): Added special format for owner and tmaster community tokens
...
- Updated `CollectibleDetailsView` to show owner and tMaster token collectible types with the correct design.
- Updated `CollectiblesView` to show owner and tMaster token collectible types with the correct design.
- Modified send footer option if collectible selected is an owner token.
- Added logic to wallet rootstore to handle selected collectible data.
- Reverted changes on property selectAccount in sendModal
Closes #12172
2023-09-26 12:44:15 +02:00
Khushboo Mehta
76615b0bf7
fix(@desktop/wallet): Move selected recipient and send type to nim
...
fixes #12206
2023-09-21 15:34:00 +02:00
Khushboo Mehta
c8c9c706d9
fix(@desktop/wallet): SendModal: Move logic to nim Part 2, parsing recipient address string to separate the chain prefixes
...
fixes #12149
2023-09-21 13:54:04 +02:00
Michał Cieślak
fb48e7be0b
feat: Refactor AmountToSend to use exact amounts for transactions
...
Closes : #12168
2023-09-20 15:15:29 +02:00
Khushboo Mehta
1f85ec1bd6
fix(@desktop/wallet): Fixing bugs found during demo
2023-09-19 13:59:46 +02:00
Stefan
7e5ed80847
chore(wallet) remove activity filter dependency on accounts
...
Bumps status-go and pass the all addresses selected to the API
Close #11980
2023-09-19 10:59:02 +02:00
Khushboo Mehta
1d99d8ae97
chire(@desktop/wallet): Streamline send modal folder structure
...
fixes #12140
2023-09-15 13:43:59 +02:00
Khushboo Mehta
296f70103a
feat(@desktop/wallet): Enable Collectibles tab before token is selected
...
fixes #12095
2023-09-14 11:26:41 +03:00
Khushboo Mehta
f597ef4e6a
feat(@desktop/wallet): Glue for sending nft
...
fixed #12128
2023-09-12 14:01:10 +02:00
Dario Gabriel Lipicar
50ffbb9dce
feat(@desktop/wallet): add collectibles list to send modal
...
Fixes #12072
2023-09-11 08:02:02 -03:00
Sale Djenic
61f3d903ce
feat(@desktop/syncing): keypair syncing - migrate keypair to/from keycard if devices are already paired
...
Closes : #11706
2023-09-11 12:14:36 +02:00
Sale Djenic
b22b632b2d
feat(@desktop/wallet): account interaction - stop using a keycard for profile keypair - handling on paired devices
...
Part 4 of: #11737
2023-09-07 14:49:06 +02:00
Sale Djenic
ef4a564fc7
feat(@desktop/wallet): account interaction - stop using a keycard for profile keypair (on device)
...
Part 3 of: #11737
2023-09-04 16:25:53 +02:00
Sale Djenic
45f7299202
feat(@desktop/wallet): adding factory reset keycard flow as a continuation to the stop-using keycard flow
...
Part 2 of: #11737
2023-09-01 09:20:54 +02:00
Sale Djenic
c59f6d72d8
feat(@desktop/wallet): account interaction - stop using a keycard for non profile keypair
...
Part 2 of: #11737
2023-09-01 09:20:54 +02:00
Jonathan Rainville
789a01cf09
feat(shared-addresses): add loading state for checking permissions
...
Fixes #11893
2023-08-30 10:48:12 -04:00
Khushboo Mehta
330ccb58a6
chore(@desktop/wallet): Move send modal logic over to nim side
...
fixes #11881
2023-08-30 14:45:40 +02:00
Lukáš Tinkl
5aec48da35
fix(chat): Download/invite popup small issues
...
- make the popup centered across the whole window
- fix (and extract) the get/download link to `Constants`
- fix some memleaks
Fixes #11926
2023-08-29 15:19:41 +02:00