-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added: Add score feedback display options to MatchingPairsGame (#724)
* feat: Add score feedback display options to Playback and MatchingPairsGame * feat: Refactor MatchingPairs component and add scoreFeedbackDisplay prop * story: Add SCORE_FEEDBACK_DISPLAY option to MatchingPairs component * test: Add tests for score feedback display options in MatchingPairs component * lint: Add blank line for readability in Playback class * refactor: Refactor score display variable names * fix(docs): Fix scoreFeedbackDisplay casing in MatchingPairs component * fix: Correct score_feedback_display's default value * refactor: Remove score feedback display option from Playback action class * fix: Fix score feedback display in MatchingPairs class * docs: Add sections and score feedback display to MatchingPairs class documentation * story: Add WithShowAnimation story to MatchingPairs component * style: Make the histogram block to be square always
- Loading branch information
1 parent
a35e9b2
commit de2b6db
Showing
9 changed files
with
144 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters