Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a "3rd face" to the review cards, that can be toggled on/off via a tap after the answer has been revealed, as mentioned in #68. Also makes some visual improvements to the
TextWithMarkups
component (as can be seen in the screenshot below).I believe showing mnemonics only is enough for this app — keeps it simple. They cover the scenario where you fail to recall a review item and the answer alone isn't enough to jog your memory. Most users likely use Juken supplementary to another app and so they can look up extra information such as sample sentences there.
Considerations:
Releasing a card before activation threshold in either direction causes a tap event to be handled and thus toggles the mnemonic.This seems to be a problem only on the web if you are dragging with a mouse. Probably not a big deal.The experience on the web (with a keyboard) hasn't been considered thoroughly. Maybe it can work similarly to mobile and toggle on spacebar press.Done.These are things I'd like to iron out before I call this feature complete but wanted to hear your thoughts first.