Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Lazy screen loading #47

Closed
AndreMiras opened this issue Apr 14, 2018 · 0 comments
Closed

Lazy screen loading #47

AndreMiras opened this issue Apr 14, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@AndreMiras
Copy link
Owner

AndreMiras commented Apr 14, 2018

Currently all the screen objects get initialized at application startup. This is not good because it slows down the application and eats the ram. We should setup some lazy screen loading so they only get initialized when needed.

@AndreMiras AndreMiras added the enhancement New feature or request label Apr 15, 2018
AndreMiras added a commit that referenced this issue May 1, 2018
Currently loads the following lazily:
  - RollResultsScreen
  - AboutScreen

Still need to make the following lazy:
  - SwitchAccountScreen
  - SettingsScreen
AndreMiras added a commit that referenced this issue May 1, 2018
Currently loads the following lazily:
  - RollResultsScreen
  - AboutScreen

Still need to make the following lazy:
  - SwitchAccountScreen
  - SettingsScreen
AndreMiras added a commit that referenced this issue May 5, 2018
Also saves/restores network/chain ID to user config.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant