Khushboo Mehta
601be63774
feat(@desktop/wallet): Wallet Setting: New designs for edit network settings
...
fixes #11751
2023-10-09 18:01:01 +02:00
Anthony Laibe
18c37fbdac
feat(@wallet): Enable sepolia network
2023-10-09 15:06:52 +02:00
Igor Sirotin
3321708629
fix: process community info requests fails ( #12357 )
2023-10-07 09:47:48 +01:00
Ivan Belyakov
338e6f5fa9
Fixed locale issues for balance chart tooltip and x-axis labels
2023-10-06 15:53:30 +02:00
Ivan Belyakov
955169112d
feat(wallet): Fixed balance history chart to use new balance history data based on transfers
2023-10-06 15:53:30 +02:00
Lukáš Tinkl
7171094f01
fix(storybook): fix broken pages
...
It was mostly some missing or non-existing properties or the component
got moved somewhere else
Fixes #12285
2023-10-06 14:59:02 +02:00
Khushboo Mehta
7bdec15353
fix(@desktop/wallet): Replaced watched-only with watched address/adresses text
2023-10-06 13:08:08 +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
Valentina1133
a9ebf7729f
chore(@SyncCodeView.qml): object name for syncing enter code object added ( #12346 )
2023-10-05 16:04:54 +07:00
Lukáš Tinkl
bcb89c8818
fix(SyncingEnterCode): tweak to local pairing messaging
...
... to clarify both devices should be on the same network
- add the view to storybook
- fix some layout/margin issues
Fixes #12261
2023-10-05 10:12:48 +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
541c880378
fix(StatusDialogHeader): fix icon size
...
should be 24, not 20 according to Figma
2023-10-05 10:12:48 +02:00
Lukáš Tinkl
f2f954c24b
chore(storybook): unbreak (Device)SyncingViewPage
...
and make it configurable a bit
2023-10-05 10:12:48 +02:00
Mikhail Rogachev
cd4d92aef0
Feat/issue 11795 introduce KickedPending and BannedPending states ( #12068 )
...
* feat(Communities): Introduce pending states for kick, ban and unban actions
Close #11795
* feat(Communities): Show bannedMembers pending states on the UI
* feat(Communities:) make kick, ban and unban methods async
* feat(Communities): add signal about community membership status change
* fix(Communities): move membership managment to to the appropriate model
* chore: review fixes
2023-10-05 00:41:51 +03:00
Jonathan Rainville
9dc5527627
fix(chat): fix chat highlighted because it was never marked as read
...
Fixes #11365
2023-10-04 09:24:29 -04:00
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
Cuteivist
7d852c3565
feat(@desktop/wallet): Refresh recipients model ( #12298 )
2023-10-03 12:48:47 +02:00
Shinnok
7cb1746c84
fix(messenger_contacts): Fix target name in confirm dialog for contact remove
2023-10-03 13:40:36 +03: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
6162c3f63a
fix(StatusTextArea): readOnly mode fixes
...
- use the correct background and outline colors when we are in read-only
mode
- detect active focus using `cursorVisible`; we can have focus even when
being readOnly
- do not hardcode impicit size, TextArea/TextEdit already has its own;
this way we can also properly display a one line 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
e1941fdedb
fix(StatusCheckBox): set the correct font size
...
since we are taking over the `font` properties from the toplevel control
for the text, need to setup the correct `pixelSize` as well
2023-10-02 15:04:17 +02:00
Lukáš Tinkl
b80c742b33
fix(StatusBaseInput): fix outline border color
...
set the "active" outline color only when the cursor is visible;
rationale: we can have focus even if we are read only!
2023-10-02 15:04:17 +02:00
Lukáš Tinkl
b8eccc67a2
feat: expose `animating` property
...
to find out whether the pages in the stack are currently being animated
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
Anastasiya Semenkevich
5d17a6ba7c
chore(@StatusListItem.qml): object name for mouse area
2023-10-02 12:12:38 +03:00
Lukáš Tinkl
b400a71304
fix: update Privacy and Terms of Use documents
...
to the latest official versions, as of 2023-09-22
Fixes #12279
2023-10-02 10:41:37 +02:00
Jonathan Rainville
9c1bd17bd5
fix(RootStore): add missing copyToClipboard function
2023-09-29 11:10:12 -04: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
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
Khushboo Mehta
29629a3d6d
fix(@desktop/wallet): Send Modal Improvements & missing features
...
fixes #12243
2023-09-26 12:58:28 +02:00