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
Dario Gabriel Lipicar
92b2a209a2
ci: use new Alchemy API keys for Ethereum
2023-10-05 10:29:48 -03:00
Dario Gabriel Lipicar
3354af0784
feat(@desktop/wallet): use Alchemy API key for Ethereum main/goerli
2023-10-05 10:29:48 -03: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
88df8e4554
storybook: remove figma.json for good
...
the figma links can now be added directly inside a SB page
2023-10-05 10:12:48 +02: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
Stefan
a587e504ef
fix(wallet) forever loading balances
...
Allow the balances to be nil in the BalanceDTO.
It seems in some corner-cases the balances are returned with rawBalance
as "<nil>" which can't be parsed as a valid Int256; see change cbf56fec.
"<nil>" is not a valid json value, so this is still a workaround.
Closes : #12330
2023-10-05 09:47:42 +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
Jakub Sokołowski
ebc48c0072
ci: drop temporary Nim client build fix
...
There is no need for this fix since this was resolved in:
https://github.com/status-im/infra-ci/issues/88
https://github.com/status-im/status-desktop/pull/11955
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-04 15:53:37 +02: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
14eec8f8d9
chore(@desktop): Upgrade status-go
...
Issue #11954
2023-10-04 12:08:50 +02: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
Richard Ramos
bfa2fe088c
feat: enable filter full node by default
2023-10-03 16:26:21 -04:00
Michał Cieślak
15fcdc9314
feat(Storybook): Drag and drop pages to QtCreator
2023-10-03 21:32:41 +02:00
Michał Cieślak
75dd3f7cb6
chore(Storybook): Figma links moved from figma.json to pages
...
Closes : #12229
2023-10-03 21:32:41 +02:00
Michał Cieślak
853641fb89
feat(Storybook): read Figma links directly from pages
2023-10-03 21:32:41 +02:00
Cuteivist
158bb87b4a
@bug(wallet/activity): Implemented collectibles model ( #12294 )
2023-10-03 14:15:11 +02:00
Lukáš Tinkl
c155c9c9d0
feat: add objectName to Inspect window (if present)
...
Closes #12314
2023-10-03 14:07:18 +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
Shinnok
d9e6fbe0d5
fix(messenger_contacts): Add toast notification when removing a contact
...
Fixes #10497
2023-10-03 13:37:20 +03:00
Anastasiya Semenkevich
6b0e541bf1
chore(@EditNetworkView.qml): adding object name for loader
2023-10-03 16:21:03 +06:00
Michal Iskierko
4fcf0bfb06
fix(@desktop/communities): Catch all exceptions and use default values for non deployed tokens
...
Fix #12315
2023-10-03 11:47:01 +02:00
Anastasiya Semenkevich
4d3d13a3f5
Update EditNetworkView.qml
2023-10-03 13:18:31 +06:00
Patryk Osmaczko
2d4e20585b
fix: propagate hashed password to threadpool
...
fixes : #11913
2023-10-02 22:02:01 +02:00
Patryk Osmaczko
d51b78468d
Revert "fix(threadpool): stop logging task args because they may contain pwd"
...
This reverts commit b38faeae64
.
2023-10-02 22:02:01 +02:00
Jonathan Rainville
c6449f67c6
feat(communities): use async getCommunityTokens for list creation
2023-10-02 10:01:33 -04:00
Jonathan Rainville
34dfa00c57
feat(communities): only call getCommunityTokens once per community
...
Fixes #12032
2023-10-02 10:01:33 -04: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