11148 Commits

Author SHA1 Message Date
dlipicar
a8324768a0
fix: restore missing testnet mode banner, community settings disable (#17348) 2025-02-19 15:35:59 -03:00
dlipicar
ee79b494ec
Network selection improvements (#17184)
* feat(network): implement new networks selection screen

* fix: proper handling of test network icon

* feat: changes to Network selector

* feat: implement blockchain explorers menu

* chore: move networks related properties and functions to NetworksStore

* feat: remove usage of tiny network icons

* fix: misc fixes

* chore: change exception with error
2025-02-19 12:22:45 -03:00
Khushboo-dev-cpp
02ffe14c48 feat(@desktop/wallet): Default Swap to USDC <-> ETH pair 2025-02-19 14:53:10 +01:00
Alex Jbanca
e4df7d48eb fix: Use mixcase address when sharing the address 2025-02-19 11:30:33 +02:00
Michał Cieślak
4856a1ab76 Onboarding: Flows based on own StackView
Closes: #17304
2025-02-18 23:59:42 +01:00
Michał Cieślak
acf8db6bfe StatusQ: RecursiveStackView utility added 2025-02-18 23:59:42 +01:00
Khushboo-dev-cpp
bd3316c620 fix(@desktop/wallet): Allow sending 0 erc20 token value 2025-02-18 21:17:31 +01:00
Khushboo-dev-cpp
2a860c49a4 fix(@desktop/wallet): Can't sign transaction if Sign Send modal or Authenticate modal was closed
fixes #17291
2025-02-18 21:17:31 +01:00
Dario Gabriel Lipicar
5a2135718a chore: bump status-go 2025-02-18 17:03:06 -03:00
Dario Gabriel Lipicar
96015edf96 feat(wallet): handle new rpc provider type 2025-02-18 17:03:06 -03:00
Andrey Bocharnikov
fc13aa3ee0 feat(wallet): update Jenkinsfiles 2025-02-18 17:03:06 -03:00
Andrey Bocharnikov
443c7126b1 feat(wallet): update status-go
fixes #17229
2025-02-18 17:03:06 -03:00
Andrey Bocharnikov
c924ac338c feat(wallet): Integrate eth-rpc-proxy
fixes #17229
2025-02-18 17:03:06 -03:00
Khushboo-dev-cpp
9ac699052c feat(@desktop/wallet): Added last user mode settings for token selector in SendModal 2025-02-18 20:47:57 +01:00
Khushboo-dev-cpp
087919a38b fix(@desktop/wallet): Fixing some bugs in simple send:
1. Collectible details lost when entering review send modal
2. Size of simeple send for Collectible
3. Preset amount set for stickers and ens names
4. Swtching between Fiat and Crypto in amount to send
5. Keeping last user tab selection in Send
2025-02-18 20:47:57 +01:00
Anastasiya
e9a29fa176 chore(@e2e): temp increase timeout for splash screen 2025-02-18 13:46:33 -05:00
Igor Sirotin
4a6543bdca
feat: AuthorizationState (#17309) 2025-02-17 21:09:01 +03:00
Igor Sirotin
ab197d8c4b
feat(Keychain): added HasCredential method (#17305) 2025-02-17 21:08:20 +03:00
Siddarth Kumar
bce7f7d3d0 ci: upgrade go to 1.22
This commit:
- updates status-go to point to https://github.com/status-im/status-go/pull/6258
- updates nix derivation to switch to go 1.22
- swaps `sc3md` for `sc5md`
- updates docker image used by jenkins for linux jobs to image built with go 1.22.
- updates, linux, windows and MacOS build scripts to use go 1.22
2025-02-17 22:35:28 +05:30
Alex Jbanca
c887581994 fix: Show SignPhraseModal only when the appMain is visible 2025-02-17 16:52:11 +01:00
Igor Sirotin
282cf80e63
feat: bind FactoryReset flow (#17286) 2025-02-17 17:01:35 +03:00
Igor Sirotin
7fd44e19f1
chore: separate rpc and states files (#17308)
* chore: separate rpc and states files

* fix: unused import
2025-02-17 15:59:35 +03:00
Lukáš Tinkl
3f04626847 fix(Onboarding): reset biometrics state on login error 2025-02-17 13:52:34 +01:00
Lukáš Tinkl
fdb5fb5077 fix(Onboarding): fix wording and terminology in LoginBySyncingFlow
- basically Sync -> Pair where needed
2025-02-17 13:52:34 +01:00
Lukáš Tinkl
311657428a fix(Onboarding): update the illustration on HelpUsImproveStatusPage
- and fix its size to match Figma
2025-02-17 13:52:34 +01:00
Anastasiya
5ec916b278 chore(@e2e): small fixes for tests 2025-02-17 14:18:04 +03:00
Cuteivist
73103120a2
Feat/new network adjustments 17201 (#17296)
* feat: Add status gradient

* feat: Rename gradient component
2025-02-17 06:56:47 +01:00
Igor Sirotin
69f0b13e6d
chore: bump status-go (#17287) 2025-02-15 12:37:39 +03:00
Michał Cieślak
b98758cb08 Onboarding: KeycardEnterPinPage cleanup 2025-02-14 15:54:08 +01:00
Lukáš Tinkl
0ef547a645 fix(onboarding): Incorrect Back Navigation and Button Visibility on PIN Screens
For the PIN pages:
- add a `pinSettingInProgress` bool hint to `KeycardCreatePinPage` when
setting/authorizing the PIN is in progress to be able to correctly
display the Back button
- don't display the "success" image yet when in progress
- use the hint in related flows
- extract the default attempts numbers to `Constants`

For the backup seed phrase sequence:
- the mnemonic is a string and gets submitted when exiting the
BackupSeedphraseReveal, not right after its (re)creation
- when starting the flow (going from `KeycardCreatePinDelayedPage`),
replace instead of push, so that Back skips the PIN page
- fixup the related SB pages

Fixes #17218
2025-02-14 14:48:33 +01:00
Lukáš Tinkl
ac58a0bb29 fix(Onboarding): fix the mouse back button overlay
- to follow the same logic as the onscreen Back button
2025-02-14 14:48:33 +01:00
Lukáš Tinkl
1eb3bbbac3 fix(Onboarding): update LoginScreen error states
- as per latest Figma
2025-02-14 14:48:33 +01:00
Anastasiya
5b95cbcd9f chore(@e2e): fixes for new send modal to do transactions 2025-02-14 16:07:50 +03:00
Patryk Osmaczko
78fb28d7cb fix(settings): don't fallback to alias if display name is empty
fixes: #17195
2025-02-14 11:25:15 +01:00
Patryk Osmaczko
46caf93fa3 fix(chat): revert StatusSmartIdenticon changes
Partially reverts 3705249e40cabda3c45bf919143f57724740d361

fixes: #17131
2025-02-14 10:42:47 +01:00
Alex Jbanca
36872b6f1c feat(Swap): display the exchange rate approximation in swap
Show the exchange rate approximation in swap. The exchange rate shows when the swap input is valid.
It has 3 states:
1. invisibile - when the pay/receive input is empty
2. visible and loading - while fetching the routes. Happens whenever the swap input changes AND the input is valid
3. visbile, with data - once the routes have been fetched
2025-02-13 22:32:14 +02:00
Michał Cieślak
85e12f8761 Onboarding: workaround for invalid pin state 2025-02-13 15:43:49 +01:00
Michał Cieślak
3921460133 Onboarding: generic keycard error page
Closes: #17232
2025-02-13 15:43:49 +01:00
Igor Sirotin
2f899a87e3
fix: lost keycard flows (#17273)
* fix: keycard replacement flow

* chore: rename seedphrase to mnemonic
2025-02-13 17:15:34 +03:00
Cuteivist
ac4a36b081
feat(wallet): New chain icon (#17263) 2025-02-13 14:04:30 +01:00
Igor Sirotin
5c68e01e02
feat: collect KeyUID during LoginWithLostKeycardSeedphrase (#17278)
* feat: collect `KeyUID` during `LoginWithLostKeycardSeedphrase`

* chore: address pr comments
2025-02-13 00:03:09 +03:00
Anastasiya
9c363a29b7 chore(@e2e): reflect changes in send modal 2025-02-12 17:07:22 +01:00
Khushboo-dev-cpp
b6fd97d36b feat(@desktop/wallet): Enable simple send by default 2025-02-12 17:07:22 +01:00
Khushboo-dev-cpp
0a4f14b27b fix(@desktop/wallet): When an asset is selected the amount input should be shown with input focus &
When an asset is already selected and the user opens the asset selector, the selected asset should shown as highlighted on the item list.
2025-02-12 17:07:22 +01:00
Khushboo-dev-cpp
acd8b1327b fix(@desktop/wallet): Issues with the 'Not enough ETH to pay for gas fees' error message 2025-02-12 17:07:22 +01:00
Khushboo-dev-cpp
99e439a0ef fix(@desktop/wallet): Dark mode - hovering the items of the account selector do not highlight the items.
This works fine with other elements such as Network selector or token selector.
2025-02-12 17:07:22 +01:00
Khushboo-dev-cpp
edbe51b13e fix(@desktop/wallet): When the send modal is launched from a saved address, the name of the saved address is not displayed in the Send modal 2025-02-12 17:07:22 +01:00
Igor Sirotin
7f782cf9a4
feat: post-onboarding keycard replacement task (#17247)
* fix: post-onboarding keycard replacement task

* fix: typo
2025-02-12 17:21:08 +03:00
Lukáš Tinkl
57ba401228 chore(Onboarding): add unblock flows tests of LoginScreen
- to be completed/finished when the flows actually work
2025-02-12 14:07:03 +01:00
Lukáš Tinkl
262f51a102 fix(Onboarding): Better handling of login errors
- remove `tryToSetPinFunction` and correct `setPin` functions; those
were not used in LoginScreen
- consistently report login errors to the LoginScreen, including details
for the keycard profiles
- display error details in a popup (extracted from `LoginKeycardBox` to
`LoginScreen`) for both password and keycard profiles
- add login error simulation buttons to SB pages

Fixes #17258
2025-02-12 14:07:03 +01:00