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

Spaced Repetition should wait for input dialogs to close #71

Open
BenWestgate opened this issue Jul 30, 2023 · 4 comments
Open

Spaced Repetition should wait for input dialogs to close #71

BenWestgate opened this issue Jul 30, 2023 · 4 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed priority: high issues raised or encountered by 2 or more testers question Further information is requested
Milestone

Comments

@BenWestgate
Copy link
Owner

the dialog should wait for the user to not be on a typing prompt like passphrase or share entry before it pop ups otherwise the annoyance is compounded by typing going in the wrong window.

Originally posted by @BenWestgate in #38 (comment)

If these windows opened a process attached that spaced-repetition can wait to finish then the user's typing will never be interrupted and go into the spaced repetition dialog.

@BenWestgate
Copy link
Owner Author

Spaced repetition should also realize when the screen is locked (has waited 2.5 minutes and no response and close itself and start a new interval of equal interval value.) that way users don't have to type the passphrase twice when coming back from stepping away from their PC.

@BenWestgate BenWestgate added priority: high issues raised or encountered by 2 or more testers and removed priority: medium Issues raised by 1 tester labels Mar 25, 2024
@BenWestgate
Copy link
Owner Author

As long as typing prompts have their own process we can search by process name and stall the spaced repetition until after the user completes the typing field.

@BenWestgate BenWestgate added this to the L1 (BETA) milestone Mar 26, 2024
Copy link

Stale issue message

@BenWestgate
Copy link
Owner Author

This was a complaint of multiple people and it's genuinely annoying.

Explore if we can tell when bails-wallet is asking for passphrases and string entry and wait to display the challenge until that dialog is closed.

This belongs in beta even though the dialogs will be changed.

@BenWestgate BenWestgate added help wanted Extra attention is needed question Further information is requested and removed no-issue-activity labels May 26, 2024
@BenWestgate BenWestgate self-assigned this May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed priority: high issues raised or encountered by 2 or more testers question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant