Anastasiya Semenkevich
a227db592d
chore(@EditNetworkForm.qml): add object names to main input objects
2023-10-04 18:27:01 +06:00
Michal Iskierko
5981e946fd
feat(@desktop/communities): Adjust owner and master tokens deployment flow to new API
...
Issue #11954
2023-10-04 12:08:50 +02:00
Cuteivist
158bb87b4a
@bug(wallet/activity): Implemented collectibles model ( #12294 )
2023-10-03 14:15:11 +02:00
Noelia
15927b0705
feat(Community/FinaliseOwnership): Added finalise flow in the app
...
- Button from community column.
- Button from community overview.
- Updated storybook pages (settings overview related) according to new components requirements.
Part of #12174
2023-10-03 13:53:42 +02:00
Noelia
862d4f3add
feat(Community/FinaliseOwnership): Created needed finalise popups
...
- Created finalise popup and added it into storybook.
- Decline popup created and added support in storybook.
Part of #12174
2023-10-03 13:53:42 +02:00
Anastasiya Semenkevich
6b0e541bf1
chore(@EditNetworkView.qml): adding object name for loader
2023-10-03 16:21:03 +06:00
Anastasiya Semenkevich
4d3d13a3f5
Update EditNetworkView.qml
2023-10-03 13:18:31 +06:00
Anastasiya Semenkevich
bf223ce83c
chore(@EditNetwork): added object names
2023-10-02 16:27:48 +03:00
Lukáš Tinkl
ac1adcea32
fix(sharding): use StatusTextArea for multiline readonly text
2023-10-02 15:04:17 +02:00
Lukáš Tinkl
cee0351ca0
feat: add ManageShardingPopup
...
which can disable or launch editting of the shard index for a given
community
- integrate it into community settings
- add a dedicated storybook page and make it also available from
EditSettingsPanelPage
Needed for https://github.com/status-im/status-desktop/issues/12197
2023-10-02 15:04:17 +02:00
Lukáš Tinkl
f70609119c
feat: add EnableShardingPopup
...
which can configure and enable the shard index for a given community
- integrate it into community settings
- add a dedicated storybook page and make it also available from
EditSettingsPanelPage
Needed for https://github.com/status-im/status-desktop/issues/12197
2023-10-02 15:04:17 +02:00
Lukáš Tinkl
f3a5a61771
feat: add "sharding" section to Community Settings
...
Needed for https://github.com/status-im/status-desktop/issues/12197
2023-10-02 15:04:17 +02:00
Lukáš Tinkl
892c4eaa2f
feat: add a setting to enable creation of sharded communities
...
Needed for https://github.com/status-im/status-desktop/issues/12197
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
Jonathan Rainville
9c1bd17bd5
fix(RootStore): add missing copyToClipboard function
2023-09-29 11:10:12 -04: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
Anastasiya Semenkevich
9af84a25d6
chore(@WalletNetworkDelegate.qml): add objectname for text label
2023-09-29 10:46:35 +03:00
Noelia
23966ec2cb
fix(Wallet/Collectibles): Applied special collectible format only to community special collectibles
...
- Updated default value for `communityPrivilegesLevel` to `2 = Community`.
- Added `communityId` checker in `CollectiblesView`, `CollectibleDetailView` and `WalletLayout`.
Closes #12283
2023-09-28 13:40:00 +02:00
Dario Gabriel Lipicar
b7d4cb9605
feat(@desktop/wallet): implement collectibles error states and retry
...
Fixes #11636
2023-09-27 17:21:19 -03: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
Anastasiya Semenkevich
38c4295242
chore(@NetworksView.qml): added object name property for network items
2023-09-27 11:28:44 +03:00
Anthony Laibe
4767c705df
fix(@wallet): toggle network
...
fixes #12247
2023-09-26 15:48:13 +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
Anastasiya Semenkevich
6cdc631f04
chore(@sync_code_qml): added object names for testing purposes
2023-09-26 09:00:33 +03:00
Lukáš Tinkl
e6408724c9
feat(settings): add Privacy Statement and Terms of Use
...
- bundle those 2 documents as Markdown
- some UI fixes according to latest Figma
Fixes #12192
2023-09-25 14:09:45 +02:00
Lukáš Tinkl
b4958689bd
fix: fixup left margin in settings to be 64px
...
as intended in Figma; also fix the icon size to be 24px
2023-09-25 14:09:45 +02:00
Noelia
57cfc425fc
feat(TransferOwnershipAlertPopup): Add information popups when owner token is not created yet
...
It opens information popups when community owner token is still not created:
- From Overview / Transfer ownership button
- From Overview / How to move control node button
- Added support into storybook
Closes #12173
2023-09-22 13:50:41 +02:00
Cuteivist
5bf905b91d
feat(@esktop/wallet): Implemented filter by similar option ( #12232 )
2023-09-22 12:57:24 +02:00
Cuteivist
58ccb01b76
chore(@desktop/wallet): Show option for in network ( #12199 )
2023-09-22 12:03:15 +02:00
Michał Cieślak
82a5147bb5
feat(CommunitySettingsView): Integrate Kick/Ban/Destruct popups for TokenMaster
...
Closes : #12066
2023-09-22 11:46:51 +02:00
Michał Cieślak
ec5bed6261
fix(TokenMasterActionPopup): display elided wallet address when contact name not available
2023-09-22 11:46:51 +02:00
Michał Cieślak
fab3dcee60
chore(Communities): rename SignMultiTokenTransactionsPopup to SignTransactionsPopup
...
Closes : #12225
2023-09-22 10:43:05 +02:00
Michał Cieślak
7dcb577c8b
chore(CommunitySettings): Remove outdated and unused SignTokenTransactionsPopup
2023-09-22 10:43:05 +02:00
Michał Cieślak
1825658f01
feat(MintTokensSettingsPanel): replace outdated sign popup with new one for burn and destruct
2023-09-22 10:43:05 +02:00
Anastasiya Semenkevich
3f012bf2a8
chore(@TouchIDAuthView.qml): added object name for TouchID button
...
Added an object name for TouchID button for ui/app/AppLayouts/Onboarding/views/TouchIDAuthView.qml
This is needed for automation purposes
2023-09-22 06:59:04 +03: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
Anthony Laibe
3e985e62e1
fix(@wallet): update network form
2023-09-21 10:45:04 +02:00
Cuteivist
fddcc3a83f
feat(@desktop/wallet): Transaction collectibles filtering ( #12162 )
2023-09-21 08:58:44 +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
Noelia
717c243e02
feat(TransferOwnershipPopup): Updated transfer ownership popup according to new design
...
- Applied new design to transfer ownership popup.
- Added support in storybook.
- Added navigation to transfer ownership popup from community settings / owner token footer.
- Added navigation to transfer ownership popup from community settings / overview.
- Linked wallet send modal to the transactions popup with the needed pre-populated data.
Closes #12171
2023-09-20 11:08:29 +02:00
Noelia
4d22d8d56f
feat(CommunityOwnership): Removed old flow
...
Removed old transfer ownership flows.
2023-09-20 11:08:29 +02:00
Boris Melnik
c102d2de07
feat(activity-center): Display album of images
...
Fixes : #9951
2023-09-19 22:52:07 +03:00
Khushboo Mehta
1f85ec1bd6
fix(@desktop/wallet): Fixing bugs found during demo
2023-09-19 13:59:46 +02:00
Lukáš Tinkl
20182b0d75
fix(shared addresses) wallet address selection broken
...
compare the addresses to share in a case insensitive manner
Fixes #12152
2023-09-18 18:50:18 +02:00
Patryk Osmaczko
720f6884b8
feat(communities): integrate token permissions pending state
...
closes : #11852
2023-09-18 15:29:03 +02:00
Anthony Laibe
5b3b673eca
feat(@wallet): empty fallback url
2023-09-18 13:00:56 +02:00
Lukáš Tinkl
848d3b14f5
feat(community ownership) Move community control node flow UI
...
Implement the UI part of the new flow for moving community control nodes
w/o involving private keys
Closes #12088
2023-09-18 11:00:46 +02:00
Khushboo Mehta
1d99d8ae97
chire(@desktop/wallet): Streamline send modal folder structure
...
fixes #12140
2023-09-15 13:43:59 +02:00