-
Notifications
You must be signed in to change notification settings - Fork 203
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
Make reset button (flashcard review modal) enabled for both new and due cards #650
Conversation
This allows putting the flashcard back temporarily while learning it. Signed-off-by: William So <polyipseity@gmail.com>
Signed-off-by: William So <polyipseity@gmail.com>
Signed-off-by: William So <polyipseity@gmail.com>
Signed-off-by: William So <polyipseity@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for the contribution 😄!
Sorry the underlying code has gone through a major refactor recently. I'm not sure if you're still available to help resolve the merge conflicts.
Stephen,
Signed-off-by: William So <polyipseity@gmail.com> # Conflicts: # src/flashcard-modal.tsx
Signed-off-by: William So <polyipseity@gmail.com>
Done. |
Hi @polyipseity Thanks for this, I updated the PR title from "Make reset button always enabled" because the button isn't "always" enabled. It is still disabled whilst the question is shown, but always shown when the answer is. Cheers |
Dismissing Steven's review because I can't seem to approve it (after I've reviewed)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good
I was about to make a release and after testing the changes, it looks like a change in #873 reverted some of your changes (apologies for that). I've fixed that by reintroducing the missing changes (locally). It looks like the reset button now behaves the same way as skipping the new card 🤔. Am I missing something? I was thinking that it should put the new card at the back of the queue so that you can see it later. Sorta like a version of the Again button in Anki. Thoughts? |
Opened the draft PR here -> #902 |
Yes, it works as expected. Thanks for the heads up. |
This allows putting the flashcard back temporarily while learning it.
Currently I simply add
<!--SR:!<date of today>,1,250-->
to my flashcards whenever I learn them to enable the reset button. It would be nice to have this ability builtin instead.