Nikolay
b1c467de19
feat(wallet): add ui for account origin info ( #18725 )
...
Co-authored-by: Jamie Caprani <jamiecaprani@gmail.com>
2024-02-13 03:27:28 -08:00
Parvesh Monu
9dacc9e8af
error and app freezing when deselecting account ( #18759 )
2024-02-09 23:32:58 +05:30
Brian Sztamfater
ab73c7e56a
feat: show estimated fees when calculating route ( #18309 )
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2024-02-09 13:43:14 -03: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
Mohsen
7b639f2ffe
[ #18453 ] feat: implement change accent colour screen ( #18517 )
2024-02-07 19:49:21 +03:00
Omar Basem
0aba789b5c
feat: new keypair - check your backup ( #18667 )
...
* feat: new keypair - check your backup
2024-02-07 15:53:29 +04:00
Nikolay
32442945ee
chore(wallet): connect remove account rpc request ( #18601 )
2024-02-05 04:29:25 -08:00
John Ngei
154fbb156d
added empty state illustrations image for pinned messages
2024-02-02 23:24:34 +01:00
Mohsen
675897c9ab
[ #18313 ] feat: implement change profile picture ( #18440 )
2024-02-01 19:45:58 +03:30
Brian Sztamfater
e54932057d
fix: reintroduce changes for sending erc20 token and collectibles ( #18679 )
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2024-02-01 12:03:04 -03:00
Volodymyr Kozieiev
a95f2a0f52
Implement menu on collectible preview page ( #18651 )
2024-02-01 12:48:48 +00:00
Paul Fitzgerald
7eb4331de1
Chore(wallet): add bridge token page ( #18560 )
2024-01-30 03:22:45 -08:00
yqrashawn
1acf8f0d07
feat: show highest permission role when join community ( #18497 )
...
* feat: get revealed accounts for joined community
Signed-off-by: yqrashawn <namy.19@gmail.com>
* Show token requirements only when membership permissions are present.
- Add membership-permissions? to community state.
* feat: show highest permission role in overview and req to join
Signed-off-by: yqrashawn <namy.19@gmail.com>
* feat: get highest perm role in addr for perms
Signed-off-by: yqrashawn <namy.19@gmail.com>
* feat: ui for address for perm drawer
* test: unit test and spec for handle-community
Signed-off-by: yqrashawn <namy.19@gmail.com>
* fix: for #18581
* refactor: based on PR feedback
- move <-rpc to data store
- `role->translation-key`
- highest-permission-role-text -> highest-role-text
- filter out nils for handle community test
Signed-off-by: yqrashawn <namy.19@gmail.com>
---------
Signed-off-by: yqrashawn <namy.19@gmail.com>
Co-authored-by: Ajay Sivan <ajayesivan@gmail.com>
2024-01-26 15:38:10 +08:00
Omar Basem
1fb6c60f72
Wallet: network receiver preferences ( #18583 )
...
* wallet: network receiver preferences
2024-01-25 15:45:45 +04:00
Nikolay
9c322397a2
chore(wallet): remove account confirmation UI ( #18518 )
2024-01-22 10:00:07 -08:00
Jamie Caprani
9a4bc7e250
feat(wallet): connect backend to transaction progress page ( #18506 )
2024-01-22 14:40:13 +00:00
Alexander
f8cdb3bd7b
Style fix ( #18191 )
2024-01-18 16:23:42 +01:00
Jamie Caprani
8d3883c709
feat(communities) enable user to share community channel ( #18516 )
...
Co-authored-by: Paul Fitzgerald <paulfitz99@gmail.com>
2024-01-15 12:16:42 -08:00
Ulises Manuel
e3ab270933
#[16978] Select collectible to send ( #18404 )
...
* Show collectibles to send and add filter capabilities
Additionally,
* Replace the sub `:wallet/collectibles-per-account` by `:wallet/current-viewing-account-collectibles` since
it was only used for the current viewing account and simplified the code.
* Refactor the select-asset view.
* Generalize collectibles-tab view
* Add translations for "not found" state
2024-01-12 11:14:39 -06:00
mmilad75
da03989c88
Implement about tab on collectible page ( #18269 )
...
* add basics
* finalize component
* fix lint issues
* move color to props
* move variants to props
* change file structure
* working
* finalize loader
* fix lint issues
* fix style issues
* add tabs structure
* add basics
* draft codes
* draft
* make codes work after rebase
* fix lint issues
* remove Permissions tab
* revert codes
* finalize code
* fix lint issues
* revert podfile.lock
* create new reg-sub for traits and chain-id
* add real title and description for about tab
* resolve comments
* fix overview tab
* add tests
* resolve comments
---------
Co-authored-by: Jamie Caprani <jamiecaprani@gmail.com>
2024-01-10 18:47:07 +03:30
Omar Basem
504d92fd57
Wallet: suggested routes list ( #18388 )
...
* wallet: suggested routes list
2024-01-09 15:12:11 +04: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
Mohsen
b4d27d287a
feat: implement edit profile and change name ( #18270 )
2024-01-08 18:27:07 +03:00
Jamie Caprani
947a1ef29c
feat(wallet): add ability to send a token ( #18242 )
2024-01-05 07:04:39 -08:00
Ajay Sivan
4edb14bb5f
Communities: Share Selective Account ( #18382 )
2024-01-05 05:34:43 -08:00
Omar Basem
006b637b1b
Quo: quiz item ( #18306 )
...
* Quo: quiz item
2024-01-03 15:36:17 +04:00
Omar Basem
1ce76a4af6
Wallet: network preferences text description ( #18319 )
...
Wallet: network preferences text description
2024-01-02 13:45:21 +04:00
Omar Basem
5eb0baa64d
Wallet: best route UI ( #18266 )
...
* Wallet: best route UI
2023-12-22 09:40:43 +04:00
Jamie Caprani
4c3d1667ca
chore: add outline for transacation-progress page ( #18217 )
2023-12-21 15:37:18 +00:00
Flavio Fraschetti
e59e34d0da
Communities: Present the list of airdrop addresses ( #18189 )
...
Co-authored-by: Flavio Fraschetti <frasqueti@gmail.com>
Co-authored-by: Ajay Sivan <ajayesivan@gmail.com>
2023-12-21 01:27:59 -08:00
Ajay Sivan
04184b41e5
Wallet/Account Permissions Quo Component ( #18224 )
2023-12-20 07:54:13 -08:00
Andrea Maria Piana
32cfd214ca
Add fetch messages behind a toggle & some advanced settings
...
This PR does a few things:
1) Add fetch messages implementation on any kind of chat. It's behind a
toggle (on by default) as design is still unsure whether we want it,
but it's very useful for debugging.
2) Allow setting light client from mobile
It also partially remove node config management from the clojure part,
as it's better if that's not explicitly managed by clients.
Some parts are still relying on it but they are not functional
(keycard), while others are still using it and will need to be updated
eventually (syncing), in order to get rid completely of node config.
Sets fleet to shards.test
90c31afe...1adcf02f
2023-12-20 13:04:29 +00:00
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
Ajay Sivan
5507ae4fa2
Community: Request to join - Show addresses shared ( #18180 )
2023-12-15 09:13:32 -08:00
Volodymyr Kozieiev
2a5c102b1c
Add collectible menu ( #18185 )
2023-12-15 15:37:08 +00:00
Nikolay
7564113cb5
feat(wallet) - implement network configuration on an account ( #17862 )
2023-12-12 05:22:51 -08:00
BalogunofAfrica
f1bcc6259a
feat: finish enable notifications ( #18084 )
2023-12-12 13:46:01 +01:00
Ajay Sivan
e5179d308b
Add Test Networks Enabled option in settings ( #17879 )
2023-12-12 00:36:43 -08:00
BalogunofAfrica
f155d95d92
fix: 1:1 chat concerns ( #17795 )
2023-12-11 14:42:41 +01:00
Ajay Sivan
3cd230fed0
Addresses to share cards ( #18123 )
2023-12-11 00:53:14 -08:00
Omar Basem
dc587e493f
Wallet: generate new keypair UI ( #18045 )
...
* feat: new keypair flow ui
2023-12-07 09:43:36 +04:00
Brian Sztamfater
198a4d74a5
feat: transaction confirmation page ui ( #17812 )
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2023-12-06 20:16:08 -03:00
Icaro Motta
03444ae4ff
Request to join screen - show modal title and community context tag ( #18077 )
2023-12-06 18:10:47 -03: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
Alexander
a4f1f23d3c
Style fixes for pinned messages ( #18061 )
...
* Style fixes for pinned messages
* Small code style update
2023-12-05 11:31:45 +01:00
Mohamed Javid
b5202b4d28
[Feature] Added activity check on entered watch address ( #17970 )
...
This commit
- implements the activity check for the entered watch address.
- added warning colors
- fixes bottom inset in add address to watch screen
---------
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2023-12-01 00:28:09 +05:30
Mohsen
6b721265af
[ #17986 ] feat: implement new settings ui, header section ( #17991 )
2023-11-29 20:54:11 +03:00
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
Omar Basem
73e9f67dbd
Wallet: illustrations ( #17931 )
...
* wallet: illustrations
2023-11-21 10:55:46 +04:00
Jamie Caprani
86c5505c94
chore(wallet): hook up qr scanner on watch only flow. ( #17829 )
2023-11-19 16:26:00 -08:00
Omar Basem
87c9946092
Wallet: Keypair Screen ( #17775 )
...
* wallet: keypair screen
2023-11-13 14:43:43 +04:00
Mohamed Javid
6bb1779723
Implement edit account and refactor wallet accounts events & subs ( #17798 )
...
This commit updates the following:
- Allow users to create new wallet accounts without having to re-login (latest account data is fetched immediately)
- Updates the max length of the wallet account name to 20
- Updates the account cards in the wallet home screen to render the actual account colour
- Updates the (individual) account screen to show the correct color, emoji, name and address
- Allows users to edit account name, colour and emoji
- The rest of the wallet screens would see the updated account information immediately
- Fixes the color (uses profile color) of the context tag and button color in the authentication (enter password) bottom sheet
- Fixes the overflowing of the "+" card in the wallet home when there are two or more accounts.
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2023-11-08 20:09:32 +05:30
Alex Tumanov
569036c1d8
Add a button to address watch screen; ( #17781 )
...
Add account creation screen
remove icons
remove extra utility and create a new one that would use conventional way of getting an emoji
fix lint
Use button component instead of bottom-actions
Provide global customization color to buttons
Use conventional approach to extract account name
Move to another address
Move to another namespace
Refactor bottom-actions to have button props in maps
Update doc with new icon location
Add spaces between styles
Work on pr comments
Use :on-change-text instead of :on-change for input component
Subscribe to :profile/customization-color directly
Use bottom button from the create-or-edit-account wrapper
Remove extra code
Sort requires
Move ns to proper fileˆ
Fix styles
2023-11-07 16:40:24 +00:00
Omar Basem
a6d7502455
Wallet: bridge screen ( #17758 )
...
* wallet: bridge screen
2023-11-07 07:22:38 +04:00
Dmitri Akatov
c13b86b882
add Goerli network English translation ( #17818 )
2023-11-06 07:34:41 +01:00
Nikolay
94a3e266a9
Edit derivation path ( #17741 )
2023-11-01 14:04:21 +01:00
Ulises Manuel
4a874ce48d
[ #17023 ] Share qr code variants ( #17736 )
...
* Align docstring
* Create share-qr-code component
* Remove empty style file
* Implement common.share-qr-code including call to media server
* Add share-qr-code preview screen
* Use share-qr-code component in shell's share screen
* Add tests and some fixes
2023-10-31 12:35:28 -06:00
Mohsen
2aeafa30bd
[ #17423 ] fix: update sync flow ( #17731 )
2023-10-27 11:16:56 +03:00
Jamie Caprani
56492949f1
feat (wallet): add ability to create new account ( #17496 )
2023-10-26 01:45:33 -07:00
Omar Basem
125c117bac
wallet: token value drawer ( #17730 )
...
* wallet: token value drawer
2023-10-25 15:45:45 +04:00
Omar Basem
07dd42a7d3
Wallet: Network Preferences drawer ( #17710 )
...
* Wallet: Network Preferences drawer
2023-10-25 14:55:17 +04:00
Mohamed Javid
d5da921e1c
Implement Edit Wallet Account Screen (base) ( #17637 )
...
This commit
- Adds the base Screen base for the Create/Edit Account/Address
- Adds the Wallet Edit Account screen
- Adds the gradient in the account options bottom sheet
- Adds a new key/prop "right-icon" in the data-item component to prevent overlapping with the icon used in the description and updates its usage.
- Updates the "section-label" component to receive "container-style" (this will prevent adding a wrapping view in the screens)
---------
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2023-10-18 17:38:58 +05:30
Omar Basem
f19ec2a93f
Wallet: Buy Tokens drawer ( #17654 )
...
* Wallet: buy tokens drawer
2023-10-18 15:24:25 +04:00
Brian Sztamfater
5829eaf77b
feat: scan account from QR ( #17464 )
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2023-10-17 13:47:21 -03:00
Omar Basem
a2794a120a
Wallet: Account Options ( #17612 )
...
* wallet: account options
2023-10-13 17:19:14 +04:00
Omar Basem
d664653921
Wallet: dApps Tab ( #17587 )
...
* feat: dapps tab
2023-10-10 16:28:05 +04:00
Omar Basem
bcc175041a
Wallet: About Tab ( #17556 )
...
* wallet about tab
2023-10-10 09:30:10 +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
Siddarth Kumar
7043e03dd4
Enter scan code tab in Syncing ( #16852 )
...
* feat: add enter scan code view
This commit adds the enter sync code UI.
Fixes : #16062
Design link : https://www.figma.com/file/V6nlpAWIf2e1XU8RJ9yQPe/Syncing-for-Mobile?node-id=675%3A179729&mode=dev
Review notes :
We do not make use of quo2/input here because currently that component does not allow stretching to fit in sync code which spans upto 3 lines.
2023-10-05 21:05:54 +05:30
Omar Basem
191f5de6f1
Wallet: Create Account UI (2) ( #17468 )
...
* Wallet: create account UI (2)
2023-10-04 14:17:55 +04:00
Omar Basem
df2b5147cd
Wallet: Add address to watch ( #17479 )
...
wallet: add address to watch
2023-10-04 14:04:33 +04:00
Brian Sztamfater
878a1cc285
feat: implement saved contact address list item component ( #17400 )
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2023-10-03 15:51:11 -03:00
Jinho Jang
a13d3a175b
Update ja.json ( #17438 )
2023-10-03 14:11:42 +02:00
codemaster
ab868a6ae5
Implement switcher group messaging card ( #16802 )
2023-09-29 23:11:21 +10:00
Siddarth Kumar
0522120c66
Standardized in-app authentication ( #16916 )
...
* chore: move password input to connected component
---------
Co-authored-by: Jamie Caprani <jamiecaprani@gmail.com>
Co-authored-by: frank <lovefree103@gmail.com>
2023-09-28 04:23:15 -07:00
Brian Sztamfater
9479f02b39
feat: wallet select address screen UI in empty state ( #17248 )
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2023-09-18 16:17:11 -03: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
Brian Sztamfater
baa9dff237
feat: implement address input ( #17191 )
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2023-09-13 10:26:29 -03:00
Volodymyr Kozieiev
dd1f938e85
Transaction summary component ( #17163 )
...
* Transaction summary component
2023-09-12 14:44:40 +01:00
John Ngei
7d1098b5b3
Fix join communities design review bugs
...
* fix: join communities design review bugs
* updated design fixes
2023-09-05 15:53:59 +03:00
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
Omar Basem
a4717ae5d0
Feat: wallet create account screen UI ( #17118 )
...
* feat: wallet create account
2023-08-29 21:06:36 +04:00
Mohsen Ghafouri
231272603d
[ #16861 ] fix: resolve discover communities design feedbacks ( #17128 )
2023-08-28 18:09:42 +03:00
mmilad75
6870000490
Implement Data Item component ( #16960 )
...
Implement Data Item component #16960
2023-08-26 18:33:10 +03:30
Omar Basem
3223c71526
Feat: wallet empty account UI ( #17077 )
...
* feat: wallet account empty
2023-08-23 21:10:46 +04:00
Omar Basem
4c9ccf3069
Quo2 Wallet: Keypair component ( #17019 )
...
* Quo2 Wallet: Keypair component
2023-08-21 16:25:50 +04:00
Omar Basem
50f3bb005e
Quo2: Wallet Button and Wallet CTAs components ( #17006 )
...
* Quo2 Wallet: Button and CTAs
2023-08-21 16:01:34 +04:00
John Ngei
66e3b60703
Add members to open community
...
* add members to open community
* fix: join open community notification
2023-08-18 15:38:35 +03:00
Omar Basem
79994e2dbf
Wallet Empty Home UI ( #16965 )
...
* feat: wallet empty home
2023-08-11 16:06:43 +04:00
Siddarth Kumar
2869edafdd
implement quo2 inputs - locked input component
...
Co-authored-by: tumanov-alex <uwontrememberthis@gmail.com>
Co-authored-by: Jamie Caprani <jamiecaprani@gmail.com>
2023-08-08 05:16:06 -07:00
flexsurfer
bc18e8aac5
[ #16254 ] Add new system messages in chat history when accepting a con… ( #16775 )
...
* [#16254 ] Add new system messages in chat history when accepting a contact request
2023-08-07 10:56:54 +02:00
erikseppanen
2819c20400
Quo2 wallet: add wallet overview ( #16855 )
2023-08-04 11:43:39 -04:00
Omar Basem
0ee0137c72
Camera extra features ( #16781 )
...
feat: camera extra features
2023-07-31 09:01:30 +04:00
Mohsen Ghafouri
3b8f66d2ec
[ #16377 ] feat: add calendar component in quo2 preview ( #16783 )
2023-07-29 00:26:15 +05:30
mmilad75
ec6800216b
Notification Centre - add Empty Content screen ( #16715 )
...
* Notification Centre - add Empty Content screen (#16715 )
2023-07-25 18:06:00 +03:30