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

Clear calculator result if closed, remember result if hidden/minimized #194

Open
abodedis opened this issue Aug 20, 2021 · 3 comments
Open

Comments

@abodedis
Copy link

Problem

Calculator currently always remembers the last result and has to be cleared first when the calculator is needed again. This requires the user to perform an extra step of clearing the calculator before using it.

Proposal

a) Clear the calculator result if it was closed. A user closing the calculator means that the user is done.
When the calculator is opened again some time later, the user will be presented with a cleared calculator.

b) Remember the calculator result if it was hidden/minimized. A user hiding the calculator means that the user is still working with the calculator.

c) Provide an option to toggle, for users who prefer the current behavior.

Prior Art

@zeroskyx
Copy link

A fourth option would be to select/ highlight the result from the last time when a new instance is started. That way, a user can simply overwrite the previous result without having to clear it first:

Calculator

@jeremypw
Copy link
Collaborator

Needs input from UX team as to the preferred option.

@rakshit087
Copy link
Contributor

A fourth option would be to select/ highlight the result from the last time when a new instance is started. That way, a user can simply overwrite the previous result without having to clear it first:

Calculator

Seems like a better option, cause sometimes I accidently close my calculator without noting the results xD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants