You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we detect how much space is available on each location and show it? And can we estimate the required space needed (the mock-up uses 500GB as a placeholder, which is meant to be replaced with something accurate).
Possible solution
add a variable (i.e. optionsModel.diskSpace) that checks storage amount in a specific location (i.e. local drive, mounted drive or directory)
Useful Skills
qml c++
Guidance for new contributors
Want to work on this issue?
For guidance on contributing, please read CONTRIBUTING.md before opening your pull request.
The text was updated successfully, but these errors were encountered:
To add some context, in the onboarding flow, we ask the user where to store block data. Especially on mobile, we want to make sure they have enough disk space available. So the UI should detect the available space, compare it to how much might be needed, and disable options that don't work.
Motivation
Based on the feedback by @GBKS in PR #397:
Possible solution
add a variable (i.e. optionsModel.diskSpace) that checks storage amount in a specific location (i.e. local drive, mounted drive or directory)
Useful Skills
qml c++
Guidance for new contributors
Want to work on this issue?
For guidance on contributing, please read CONTRIBUTING.md before opening your pull request.
The text was updated successfully, but these errors were encountered: