-
Notifications
You must be signed in to change notification settings - Fork 171
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
Resolve 547 #580
base: dev
Are you sure you want to change the base?
Resolve 547 #580
Conversation
As of e28308c ACK and tested. Thank you for this enhancement. I think the "Create a seed" option is currently a bit hidden when seeds are already loaded, and this fixes that 👍. From a functional point of view, it works as expected. However, one thing worth considering is removing the "Create a seed" option from LoadSeedView, as this button just appears on the previous screen. For consistency, I think it is better to have a clear path to each function in these situations, and having these three paths seems a bit confusing to me:
Maybe the first two paths would be sufficient. Of course, this is just my opinion. |
I agree. I almost disabled this 3rd path but at last moment thought "What about users who already expect it here?"; at least for one release cycle until they get used to the more direct path. I'll count your vote to remove it as 1, my own want to do the same as 1/2, and will wait to hear what others think. till then, I have more tests to get done and am currently testing the current release candidate. Thank you for your review @alvroble! |
Ready for review, but STILL UNRESOLVED: Need opinion from other devs. To remove "Create a Seed" from the "Load a Seed" menu when other seeds are already loaded? It doesn't need to be here any longer, it was in the previous screen just below "Load a Seed". |
tACK. LGTM |
Description
resolves #547
Can now "Create a seed" from:
Flows supported are:
flow to it immediately in Seeds menu w/ seeds loaded... and that other tools are not available.
flow to it from "Load a seed" screen IF NO OTHERS ALREADY LOADED... and that other tools are not available.
TY Alvroble for the insight that to offer Create would be redundant (it was on the last screen) and confusing since Create and Load are being separated.
flow to it from Tools menu, and the other tools ARE available.
This is not new, but code changed in this pr does affect this view.
This pull request is categorized as a:
Checklist
pytest
and made sure all unit tests pass before submitting the PRIf you modified or added functionality/workflow, did you add new unit tests?
I have tested this PR on the following platforms/os:
Note: Keep your changes limited in scope; if you uncover other issues or improvements along the way, ideally submit those as a separate PR. The more complicated the PR the harder to review, test, and merge.