Dario Gabriel Lipicar
75d755ea0f
feat(@desktop/wallet): initial integration for swap proposal, approve tx and swap tx
...
Closes #14824
2024-06-11 14:15:26 +02:00
Anastasiya Semenkevich
e8e1e08a89
chore: use sigkill to kill the process
2024-06-11 14:20:04 +03:00
Valentina Novgorodtceva
3d34b30390
test: 5 characters minimum length for account name and keypair name
2024-06-11 12:33:44 +03:00
Valentina Novgorodtceva
97291731ac
chore: fix for nightly fail
2024-06-11 12:33:44 +03:00
Anthony
51770b063d
fix(wallet): display collectibles even if account is not in total
...
balance
fixes #15128
2024-06-11 11:31:09 +02:00
Anastasiya Semenkevich
b2f6b68ddb
chore: temp disable application restart step
2024-06-11 12:25:04 +03:00
Dario Gabriel Lipicar
10fbdbfc2c
fix(wallet): properly marshall multiTxCommand type
...
Part of #15098
2024-06-10 12:35:04 -03:00
Andrey Bocharnikov
4145be8f76
fix(settings): fix saving settings
...
* fix saveNewWakuNode in the settings
* fix setNimbusProxyConfigEnabled in the settings
* fix setLightMode in the settings
2024-06-10 22:26:06 +07:00
Andrey Bocharnikov
7e166ca9f2
fix(message/service): unify error parsing
2024-06-10 22:25:24 +07:00
Cuteivist
54665ffba6
chore: Fix app not starting up ( #15116 )
2024-06-10 14:12:50 +02:00
Cuteivist
99ba96e689
fix(wallet): Fix ens username buy ( #15068 )
2024-06-10 12:31:13 +02:00
Sale Djenic
eaf5f0263f
fix: onboarding keycard issues fixed
...
- no emojihash and identicon ring displayed in for keycard onboarding flow
- can't restore account (windows and linux), issue #15101
- can't create new account with keycard (linux, windows), issue #15055
- illegal storage access issue when hitting Start using status button (which actually was a crash after pressing the button), issue #15035
2024-06-10 12:30:30 +02:00
Roman Chornii
a2032ac689
fix(ProfileDescriptionPanel) bio affecting profile showcase changes ( #15063 )
...
fixes #15015
2024-06-10 12:29:38 +03:00
Godfrain Jacques
ca1ec5281c
fix(@desktop/permission): fix permissions lock icon visibility ( #15049 )
...
Fix permissions lock icon visibility on channel permissions,
fixes #14746
2024-06-07 08:04:23 -07:00
Khushboo Mehta
3010fb58cb
feat(@desktop/wallet): Implements Edit slippage
...
fixes #14829
2024-06-07 16:17:08 +02:00
Lukáš Tinkl
dbfa9b0b39
fix(StatusTextMessage): fix "edited" status for emoji messages
...
- continue processing the message if it's an emoji
Fixes #15081
2024-06-07 16:09:08 +02:00
Belal Shehab
f0bcea0044
fix(wallet): Renamed KeyPair to key pair throughout the entire app ( #15051 )
...
* fix(wallet): Renamed KeyPair to key pair throughout the entire app
replaced the keypair occurances with key pair in the entire qml ui files
fixes : #13612
---------
Co-authored-by: belalshehab <belal@status.im>
Co-authored-by: Valentina Novgorodtceva <valentina@status.im>
2024-06-07 16:29:09 +03:00
Lukáš Tinkl
70d2a1dd75
[UI - Swap] Update / improve NetworkFilter component to cover swap design specs
...
- add new `showRadioButtons` and `showTitle` UI customization points
- adjust SB and expose all the existing modes, fix it to make it work
with multi selection
- integrate these new modes into SwapModal to align it with the Figma
design
Fixes #14780
2024-06-07 15:19:51 +02:00
Jakub Sokołowski
dbbe88bc83
feat(ci): use same commit as PR for e2e tests
...
This way fixes to tests can be applied in the same PR.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-06-07 14:07:24 +02:00
Jakub Sokołowski
99d2f6e690
fix(ci): prefix PATH with correct Go compiler path
...
Otherwise we end up with weird errors like:
```
status-go/go.mod:5: unknown directive: toolchain
```
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-06-07 12:07:04 +02:00
Belal Shehab
fdf47c4c21
fix(wallet): fixing back button shows unnecessarily ( #15065 )
...
reset the back button on stack reset
fixing: #14320
Co-authored-by: belalshehab <belal@status.im>
2024-06-06 16:10:20 +03:00
Lukáš Tinkl
a3c9012f4a
feat: [UI - Swap] Create swap input component
...
- new panel created: `SwapInputPanel`
- some cleanups to the needed stores
- created a SB page demonstrating the use of 2 panels and the
`SwapExchangeButton`
- created QML tests
Fixes #14781
2024-06-06 11:13:18 +02:00
Michal Iskierko
a7b9a62745
fix(@desktop/communities): Lazy loading token holders
...
Token holders are not fetched when application starts.
They are fetched only when token details screen is opened.
Fix #14974
2024-06-06 10:18:16 +02:00
Jonathan Rainville
146a6e8501
fix(search): fix searching for hidden chats
...
Fixes #14961
2024-06-05 13:36:42 -04:00
Godfrain Jacques
9d5c5c64cc
fix(@desktop/group chat): fix empty member list in group chat ( #15052 )
...
fixes #14907
2024-06-05 09:39:14 -07:00
Michał Cieślak
3c73a84c77
fix(SendModal): Unblock sending collectibles flow
...
Closes : #15039
2024-06-05 17:52:58 +02:00
Michał Cieślak
793e82ac7e
chore(SubmodelProxyModel): Marked as deprecated
2024-06-05 14:18:43 +02:00
Michał Cieślak
958dc7c5ba
chore(ObjectProxyModel): Generalized version of SubmodelProxyModel
...
Closes : #14893
2024-06-05 14:18:43 +02:00
Michał Cieślak
2868d22a3a
fix(ModelSyncedContainer): Proper disconnection from previously used model
2024-06-05 14:18:43 +02:00
Valentina1133
675ef05eaa
Fixes and changes for tests stability ( #15034 )
...
* chore: fixes for community channel test
* chore: changes for wallet tests stabilisation and increase of timeout for pin unpin test
2024-06-05 14:52:32 +07:00
Mikhail Rogachev
cdcde34bcb
chore: bump status-go ( #15036 )
2024-06-04 21:55:58 +02:00
Andrey Bocharnikov
3345a9cc48
fix(HistoryNodes): Fix mailserver management UI controllers
...
Fixes #14982
2024-06-04 15:37:06 -04:00
Jonathan Rainville
c4928cfe40
fix: set joined to all members of the comm since they are in the list ( #15016 )
...
Fixes #14994
If you are part of the community member list, it means you are joined. It made no sense to add conditions to it.
2024-06-04 14:43:58 -04:00
Cuteivist
0d3cb065fb
fix(wallet): Fetch preferences only when changed ( #15024 )
2024-06-04 18:34:35 +02:00
Andrey Bocharnikov
a93455c2d0
fix(chat): Display mention tag even if there is no mention
...
fixes #14928
2024-06-04 22:51:52 +07:00
Mykhailo Prakhov
551ae70c46
fix: crash during closing the app if gif was sent/received ( #15026 )
2024-06-04 13:32:46 +02:00
Alex Jbanca
4e81f8f220
feat(StatusQ.Models): Adding SingleModelItemData helper component ( #14891 )
...
SingleModelItemData is a generic component that can provide a live object extract from an arbitrary QAbstractItemModel*
2024-06-04 13:08:52 +03:00
Alex Jbanca
f1308f3b28
feat: Add initial support for ChartJs plugins ( #14433 )
...
+ adding plugin for crosshair and zoom
+ adding plugin for data labels
2024-06-04 13:08:16 +03:00
Khushboo Mehta
aa03edf17c
feat(@desktop/wallet): Integrate recurring onramp providers in Recurrent tab
...
fixes #14820
2024-06-04 11:09:59 +02:00
Khushboo Mehta
3f77a16317
feat(@desktop/wallet): Implement Network selection in SwapModal
...
fixes #14750
2024-06-04 11:07:23 +02:00
Anastasiya Semenkevich
c016333aad
chore: use correct variable in default config template
2024-06-04 10:55:56 +03:00
Anastasiya Semenkevich
225fe15464
chore: update local config template file
2024-06-04 09:26:21 +03:00
Jonathan Rainville
b2fb287beb
refactor: rely on canPost and canView instead of checking permissions ( #14993 )
...
* refactor: rely on canPost and canView instead of checking permissions
Fixes #14983
* chore: remove all Light permission checks that are no longer needed
2024-06-03 15:06:34 -04:00
Michal Iskierko
757f1efd98
chore(@desktop): upgrade status-go
...
Issue #13371
2024-06-03 16:10:35 +02:00
Michal Iskierko
d0b82bc8dc
fix(@desktop/communities): Update UI when receiving information about token actions made by other owner/tokenmaster
...
Fix #13371
2024-06-03 16:10:35 +02:00
Jakub Sokołowski
862a1400d1
fix(e2e): remove colons from test filenames
...
They cause weird Git errors on Windows slaves:
```
stderr: error: invalid path 'test/e2e/tests/wallet_main_screen/wallet: assets tab/test_wallet_assets_sorting.py'
```
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-06-03 12:57:04 +02:00
Jakub Sokołowski
c8ed4a37c4
chore(ci): fix e2e test directories and build path
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-06-03 10:02:58 +02:00
Jakub Sokołowski
3f7484f0fc
chore: merge qa automation repo as subfolder
...
Because as far as we know there's no good reason why
Volodimir insisted on it being a separate repository.
The merging of `desktop-qa-automation` was one using
[`git-filter-repo`](https://github.com/newren/git-filter-repo ) tool and these instructions:
https://gist.github.com/x-yuri/9890ab1079cf4357d6f269d073fd9731
Steps:
```sh
git clone git@github.com:status-im/status-desktop
git clone git@github.com:status-im/desktop-qa-automation
cd desktop-qa-automation
git filter-repo --to-subdirectory-filter test/e2e
cd ../status-desktop
git remote add test-e2e ../desktop-qa-automation
git fetch test-e2e --no-tags
git merge --no-edit --allow-unrelated-histories test-e2e/master
```
Here's proof that it can work for a nightly, but will definitely need more adjustments:
https://ci.status.im/job/status-desktop/job/systems/job/linux/job/x86_64/job/tests-e2e/3/
And here's and example PR E2E run:
https://ci.status.im/job/status-desktop/job/e2e/job/prs-merged/2/
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-06-03 09:48:03 +02:00
Anastasiya Semenkevich
2a60da15ed
chore: improve profile
2024-06-03 10:18:31 +03:00
Valentina Novgorodtceva
2467af110f
test: share community link test
2024-06-03 10:13:14 +03:00