Sean Hagstrom
6a7f04a5a8
feat(wallet-settings): Implement import missing key pair by private key ( #20372 )
...
* chore: update private-key validation
* chore: add native module bindings
* chore: add translation labels
* chore: add size-12 for password icon
* fix: ensure we use feature-flag namespace when using feature-flags
* fix: blur styles for icon-avatar in missing key-pairs
* fix: blur styles for accounts in missing key-pairs
* fix: blur styles for bottom-sheet
* fix: adjust blur background color for bottom-sheets
* chore: add support for private-keys for missing key-pair component
* chore: add definitions for events and effects
* feature: implement private-key import for missing key-pair
* tidy: remove debugging
* tidy: distinguish to import for missing-keypair
* tidy: remove unneeded function
* tidy: refactor layout to use floating-button-page
* tidy: remove unused effect bindings
* tidy: refactor event bindings for importing-missing-keypair-by-private-key
* tweak: add error logging
* tidy: refactor helper to re-frame utils
* tweak: group partially operable and fully operable keypairs together
* chore: add documentation for call-continuation
* tweak: refactor documentation
* tweak: throw exception when not given a compatible continuation
* fix: update least-operability when making key-pair fully operable
2024-06-11 13:05:10 +01:00
flexsurfer
382c810199
Error when tap on Terms of use during Onboarding flow #20239 ( #20245 )
2024-05-30 14:32:10 +02:00
John Ngei
14181a23ee
reduce the size of images in ui2 folder
2024-05-29 14:26:06 +02:00
Jakub Sokołowski
2ceef5ced3
chore: drop obsolete eth.staging fleet
...
92ef58d4...c7397e18
Previously used to stage upgrades of `eth.prod`.
Now `eth.prod` fleet is in maintenance mode and no upgrades are expected.
And yes, I'm removing tests that reference old Waku v1 fleets because
I don't see a point in them.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-05-28 12:59:05 +02:00
Anton Iakimov
b3361b7d89
chore: drop wakuv2 fleets, use waku fleets
...
See https://github.com/status-im/infra-nim-waku/issues/91 for details
Mostly done automatically. Some parts manually.
3103c298...92ef58d4
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-05-21 14:02:30 +02:00
Ajay Sivan
f7163c748b
Use data from API to populate the buy assets sheet ( #20078 )
...
Remove unused code & resources
2024-05-21 04:45:07 -07:00
Jamie Caprani
8f0840e913
chore(onboarding): remove parallax ( #20026 )
...
---------
Co-authored-by: Siddarth Kumar <siddarthkay@gmail.com>
2024-05-15 14:31:25 +02:00
Mohsen
6be1adb40e
[ #19917 ] feat: rename keypair from wallet settings ( #19939 )
2024-05-13 17:07:33 +03:00
John Ngei
90e5774dd6
updated invite friends banner image
2024-05-07 15:48:44 +02:00
Mohsen
794cd57961
[ #19299 ] fix: design feedback for settings screen ( #19609 )
2024-04-12 19:37:07 +03:00
flexsurfer
d48f933502
Feature/allow user to select a picture for a group chat #18983 ( #19128 )
2024-04-09 17:20:17 +02:00
Omar Basem
74e84644aa
Wallet: Derivation Path - Scanning for Activity ( #19482 )
...
Wallet: Derivation Path - Scanning for Activity (#19482 )
2024-04-08 17:53:41 +04:00
Mohamed Javid
9ba6c6262e
[Feature] Wallet - Network based assets and fiat balance calculation ( #19150 )
...
This commit:
(UI changes)
- adds the feature to filter assets (tokens and collectibles) and balances based on networks
- fixes network color for eth not shown on the multichain address (e.g. Account Options bottom sheet)
- fixes blur type in the confirm button in the network preferences sheet
- fixes the User ability to unselect all networks in the network preferences sheet
- fixes account address and color not shown in network-preferences sheet on Shell > Share Multichain address
- added STT token image
(Non-UI changes)
- Refactors the functions used for balance calculations and network details
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2024-04-05 17:18:35 +05:30
Volodymyr Kozieiev
4aee5af791
Flow for sending multiple collectibles ( #19386 )
2024-03-28 15:14:17 +00:00
John Ngei
6c07fac28b
fix: avatar alignment ( #19073 )
...
Co-authored-by: balogunofafrica <balogunakanbi.k@gmail.com>
2024-03-28 12:13:23 +01:00
Nazarii F
e86faa0767
feat(quo): implement wallet - input amount component ( #18687 )
...
Co-authored-by: Siddarth Kumar <siddarthkay@gmail.com>
Co-authored-by: Jamie Caprani <jamiecaprani@gmail.com>
2024-02-12 07:36:23 -08:00
Alexander
e381998b19
Toast notification design fixes ( #18468 )
...
* Toast notification design fixes
* Code style fix
* Smaller fix
* Style fix
* Fixes
* Style fixes
* Fixes
* Fixes
2024-02-09 09:54:14 +01:00
Ajay Sivan
ac32de89f9
Update drawer/bottom-actions component with top & top error variants ( #18513 )
2024-02-08 02:31:50 -08:00
Anton Iakimov
07feff60ec
fleets.json: remove go-waku fleets and update some other ENRs
2024-02-06 12:34:56 +01:00
John Ngei
154fbb156d
added empty state illustrations image for pinned messages
2024-02-02 23:24:34 +01:00
Alexander
f8cdb3bd7b
Style fix ( #18191 )
2024-01-18 16:23:42 +01:00
Lungu Cristian
fb13c3016d
Biometrics in new settings ( #18258 )
...
* feat: added biometrics setting to new-settings
* fix: fix renaming issues from status-im2
* ref: addressed @cammellos' review comments
* fix: open password settings in a modal
* ref: addressed review comments
* fix: disabling biometric clears auth-method from keychain
* chore: quo/overlay seqs the childrend so need to add keys
* fix: don't pass the password unmasked between events to avoid leaks
2024-01-09 10:25:40 +02:00
Jamie Caprani
4c3d1667ca
chore: add outline for transacation-progress page ( #18217 )
2023-12-21 15:37:18 +00:00
Mohsen
f631e1fe9d
[ #17393 ] feat: add new setting ui ( #18118 )
2023-12-20 17:03:49 +03:00
mmilad75
b70493691c
Implement Link Card component ( #18080 )
...
* add basics
* finalize component
* add test structure
* add tests
* fix lint issues
* move color to props
* move variants to props
* change file structure
* working
* finalize loader
* fix tests
* fix lint issues
* fix style issues
* fix typos
* resolve comments
---------
Co-authored-by: Jamie Caprani <jamiecaprani@gmail.com>
2023-12-20 14:07:04 +03:30
Parvesh Monu
17c442a373
Add placeholder illustration in jump-to screen ( #18229 )
2023-12-20 14:56:33 +05:30
Jamie Caprani
8a869be01c
chore(wallet): add images to select address page ( #18119 )
2023-12-18 03:55:42 -08:00
BalogunofAfrica
f1bcc6259a
feat: finish enable notifications ( #18084 )
2023-12-12 13:46:01 +01:00
Ulises Manuel
0ba057ae9d
[ #17965 ] Create token component ( #18018 )
...
* Create token component
* Replace token images by new token component
The new component is being used in the following components:
- token-input
- network-amount
- token-tag
- summary-tag
- context-tag
- token-value
- token-network
- preview-list
* Rename token image file: eth-token -> eth
* Remove resources/get-token function
2023-12-08 14:13:11 -06:00
mmilad75
aaf0b8e423
Implement transaction progress component ( #17933 )
...
* copy codes
* refactor preview
* refactor deprecated codes in view
* change condition structure in view-internal
* comment unused codes
* refactor title
* fix title style
* fix icon style
* fix context tag
* fix icon and row
* refactor icon-internal
* rename network-state and network-type
* fix progress-container style
* fix progress-box-container style
* fix progress container naming and style
* change progress-bar component
* fix progress box component
* convert to functional component and bring back the animation
* fix progress box for arbitrum-optimism network
* fix text-steps
* fix status-row
* refactor code style
* refactor get-network-text
* resolve comment
* add translations
* remove btn-title prop
* fix dark mode border color
* fix dark mode icon color
* move interval to preview
* add tests ns
* add tests
* fix lint issues
* fix rendering issue
* fix lint issue
* add arbitrum and optimism as separate networks
* create const for progress percentage
* fix progress bar component and preview
* refactor text-steps
* refactor names
* fix lint issues
* rename arbitrum-progress-percentage and optimism-progress-percentage
* update tests
* convert hard-coded color to customization-color
* fix progress_bar tests
* separate state for each network
* add progress percentage for each network and refactor params of functions
* separate epoch number for each network
* update tests
* fix lint issues
* refactor codes
* fix lint issues
* resolve comments
* add confirmation progress
* use confirmation-progress component in transaction-progress
* fix preview
* add tests
* fix lint issue
* resolve comment
* refactor networks
* change sending state style
* update tests
* fix lint issues
* remove unused code
* add helper for calculate counter step
* add assoc-props to view-networks
* change text-internal props order
* fix colors/resolve-color usage
* refactor view codes
* add get-networks to preview
* add max-value to progress bar style
* remove threading macros in the previews
* remove inline functional components in the previews
* remove optimism-arbitrum checks in the view
* fix lint issues
* add max-progress and min-progress to confirmation-progress
* refactor text-steps
* fix counter structure in transaction-progress
* fix counter structure in confirmation-progress
* fix resolve-color usage
* fix lint issue
* fix tests
* resolve comments
* fix color issue
* fix margins
* fix lint issue
2023-12-06 14:09:52 +03:30
Jamie Caprani
589a581298
chore(wallet): add ui for send page ( #17786 ) - merged in ( #18017 )
...
---------
Co-authored-by: Rende11 <artamonovn@gmail.com>
2023-11-29 05:12:21 -08:00
Brian Sztamfater
1385e27cf4
feat: select asset screen ui ( #17780 )
...
feat: select asset screen ui
Signed-off-by: Brian Sztamfater <brian@status.im>
2023-11-27 11:03:02 -03:00
Volodymyr Kozieiev
f82d28c6c9
Show network info on collectible info page ( #17980 )
2023-11-27 12:29:12 +00:00
Omar Basem
73e9f67dbd
Wallet: illustrations ( #17931 )
...
* wallet: illustrations
2023-11-21 10:55:46 +04:00
Mohsen
2aeafa30bd
[ #17423 ] fix: update sync flow ( #17731 )
2023-10-27 11:16:56 +03:00
Omar Basem
125c117bac
wallet: token value drawer ( #17730 )
...
* wallet: token value drawer
2023-10-25 15:45:45 +04:00
Omar Basem
f19ec2a93f
Wallet: Buy Tokens drawer ( #17654 )
...
* Wallet: buy tokens drawer
2023-10-18 15:24:25 +04:00
Volodymyr Kozieiev
1770ff24ce
Collectible details page ( #17520 )
...
Collectible details page
2023-10-09 14:18:43 +01:00
Lungu Cristian
b432aab701
Changes to onboarding/new-to-status (quo/fonts/spacings/copy) ( #17562 )
...
* fix: changes to onboarding/new-to-status (quo/fonts/spacings/copy)
* e2e: updated button locator
---------
Co-authored-by: Yevheniia Berdnyk <ie.berdnyk@gmail.com>
2023-10-09 10:45:28 +03:00
Volodymyr Kozieiev
9fb37d3a48
Collection avatar component ( #17462 )
...
* Collection avatar component
2023-10-02 21:46:47 +01:00
Volodymyr Kozieiev
79f7b6c6ba
Transaction summary design followup fixes ( #17360 )
2023-09-27 11:54:41 +01:00
Mohamed Javid
0003800f05
Implement Emoji Picker ( #17195 )
...
This commit adds Emoji Picker in the app for usage in Message Composer and Wallet Account.
---------
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2023-09-13 23:08:13 +05:30
mmilad75
6809311191
Implement "Account origin" Component ( #17147 )
...
Implement "Account origin" Component
2023-09-01 20:41:57 +03:30
Volodymyr Kozieiev
f3f85f9911
Wallet activity component ( #17141 )
...
* Wallet activity component
* Component description added
* removed unnecessary piece
* lint fix
* Review notes
* fix issue with blur preview
* lint fix
2023-09-01 16:20:15 +01:00
Jamie Caprani
d462810a57
chore: move top nav to quo2 and align with figma ( #17043 )
2023-08-31 14:11:46 -07:00
Ibrahem Khalil
3162e2dd3e
Design notes for pinned message ( #16997 )
2023-08-30 15:46:23 +03:00
Omar Basem
a4717ae5d0
Feat: wallet create account screen UI ( #17118 )
...
* feat: wallet create account
2023-08-29 21:06:36 +04:00
Mohamed Javid
0f7e98cbe2
Update "Preview list" component ( #17051 )
...
This commit updates the "Preview list" component to support the following types (according to Figma):
- collectibles
- dapps
- accounts
- network
- tokens
Additionally, imports the images for wallet networks and dApps.
---------
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2023-08-25 21:41:03 +05:30
erikseppanen
0552713143
Add quo2 dApp component ( #17074 )
2023-08-23 16:31:28 -04:00
Omar Basem
4c9ccf3069
Quo2 Wallet: Keypair component ( #17019 )
...
* Quo2 Wallet: Keypair component
2023-08-21 16:25:50 +04:00