Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement/improve settings #145

Merged
merged 26 commits into from
Feb 10, 2022
Merged

Conversation

agustin-v
Copy link
Contributor

Screen.Recording.2022-02-07.at.13.44.43.mov

Agustin Villalobos added 2 commits February 7, 2022 13:57
…also deleting the deletekeys button from keysinfo screen
@agustin-v agustin-v marked this pull request as ready for review February 7, 2022 20:22
Copy link
Member

@jessgusclark jessgusclark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few notes:

  1. please fetch the latest changes from develop and rebase.
  2. missing test for the new file.
  3. the "information" section is empty. Version can be retreived from package.json, contracts from wallet.smartwallet.smartWalletFactory.address (I think) and I dunno what 'connectivity' is

@ilanolkies ilanolkies added the ui User interface label Feb 8, 2022
@ilanolkies ilanolkies added this to the v1.0.0 milestone Feb 8, 2022
* Add screen for managing current wallet.

* Pass addNewWallet to manage wallets screen.

* Allow the user to switch the selectedWallet in the core.

* Show addresses in manage screen.

* In sockets file, move connect() feature outside of the useEffect.

* combine functions into single useEffect and remove check for if wallet is deployed.

* Remove unused variables, add sockets method and use it.

* Add wallet and isDeployed to the list when clicking the button.

* Clean up addWallet code.

* Move next wallet creation to the operations file.

* Pass networkId

* Skipping these tests, see PR description.

* Export props and use in RootNavigation
Copy link
Contributor

@ilanolkies ilanolkies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

src/screens/settings/SettingsScreen.tsx Outdated Show resolved Hide resolved
agustin-v and others added 13 commits February 8, 2022 21:46
* Adding not available message to the balance row component

* Linting

* Simplifying quota prop

* Update src/screens/home/BalanceRowComponent.tsx

* Make USD text smaller

Co-authored-by: Agustin Villalobos <agustin.villalobos@iovlabs.org>
Co-authored-by: Ilan <36084092+ilanolkies@users.noreply.github.com>
Co-authored-by: Ilan <ilanolkies@outlook.com>
* feat: connect faucets component

* chore: add comment

* feat: add rbtc balance

* feat: add rbtc balance

* fix: refactor test

* chore: remove console

* fix: validate balances

* format: lint code

* fix: load rbtc balance with serInterval

* fix: move rbtc load code

* format: lint code

* fix: move code

* fix: remove duplicated line

* fix: add missing types

* fix: add todo comment

* fix: move timer

* fix: add different effect

* Fix balanceToString

Co-authored-by: Ilan <ilanolkies@outlook.com>
* added live balances

* minor changes

* RIF Sockets Context

* URL based on platform and exporting rifWalletServicesUrl variable

* Adding socket.io-client

* Wrapping app with RIFSocketsProvider

* Implementing live prices

* Lifting state for activities/transactions

* Lifting balances state

* Lint

* Update src/core/setup.ts

Co-authored-by: Christian Escalante <chescalante.ar@gmail.com>

* Lint

* Fixing test

* Move service url to config

* connected home with tokens and transactions state

* fixed tests and added polimophic socket class (#121)

Co-authored-by: Christian Escalante <chescalante@gmail.com>

* Moved subscriptions instance to Core + added ABI Enhancer after receiving a transaction

* Lint

* Changing to new state structure

* Changing state structure to match enhanced transactions

* Implementing top 5 enhanced transactions

* Implementing FlatList component to render transactionsç

* Implementing FlatList to implement infinite scrolling

* Lint

* Fixing test

* Removing data array from the state structure, because its duplicating the txs

* Lint

* Sorting by timestamp

* Fixing sorting funciton

* Changing filtering to use hash since its unique

Co-authored-by: Christian Escalante <chescalante@gmail.com>
Co-authored-by: Agustin Villalobos <agustin.villalobos@iovlabs.org>
Co-authored-by: Christian Escalante <chescalante.ar@gmail.com>
Co-authored-by: Ilan <ilanolkies@outlook.com>
Co-authored-by: Ilan <36084092+ilanolkies@users.noreply.github.com>
* Start working on storing a reference (contractAddress) rather than the object

* Clean up comments and use new value.

* Remove conosle.log

* Remove unnecessary filter and call address directly if available
…also deleting the deletekeys button from keysinfo screen
@agustin-v
Copy link
Contributor Author

image

Copy link
Member

@jessgusclark jessgusclark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea what happened with the commits, it seems like the files changed included code that was already merged into develop.

Anywho, This looks good to me, I just added one additional commit adding the button for switching/managing wallets. This screen looks very nice!

@ilanolkies ilanolkies merged commit 0202adf into develop Feb 10, 2022
@jessgusclark jessgusclark deleted the enhancement/improve-settings branch February 14, 2023 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui User interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants