-
Notifications
You must be signed in to change notification settings - Fork 350
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
Input Number Deprecation and Conversion into Numeric Input #1731
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
ffa8953
Initial Prototype for testing on webapp
SonicScrewdriver d37c982
only register the widget once in the list
SonicScrewdriver 222fa9e
Undoing some of the initial test changes and bringing the widget back…
SonicScrewdriver 3de001e
Returning the export for temporary linter appeasement
SonicScrewdriver 575f433
Missed an export
SonicScrewdriver 34a6ad3
Further linter appeasements
SonicScrewdriver 89cc6bc
Bringing 'er around again
SonicScrewdriver 4f83433
Fixing up the editor side of things.
SonicScrewdriver 9306c0e
Added tests, moved logic to utils folder, fixed prop injection bug, a…
SonicScrewdriver 453c5e5
Snapshots + minor clean up
SonicScrewdriver e631e78
Seems the Article Editor uses a different component
SonicScrewdriver 20717fe
Missed a spot
SonicScrewdriver 99d6fdf
Article works but it's ugly. Also cleaned up the utils
SonicScrewdriver 22c07ea
Could we possibly export the convert util to webapp to improve this?
SonicScrewdriver 05aa578
changeset
SonicScrewdriver 9e73b3a
Now we're scoping nested widgets properly!
SonicScrewdriver b55035e
Cleaning up some earlier changes, better organization of the moderniz…
SonicScrewdriver cbeeb24
MASSIVE cleanup
SonicScrewdriver 6dcfe33
Removing input-number test rather than updating.
SonicScrewdriver 641cdad
Removing old snapshot
SonicScrewdriver efa04eb
Fixing the state for articles
SonicScrewdriver 3063116
Fixing keys
SonicScrewdriver 717e7d9
Updating class
SonicScrewdriver 9b7b956
Fixing a bug
SonicScrewdriver 0f8e4d0
Fixing tests after fixing bug
SonicScrewdriver 987f34f
Addressing PR Feedback + Bugfix for LEMS-2613
SonicScrewdriver 142cc3e
Undoing export
SonicScrewdriver fa335c0
Removing new code added for deprecated widget to unblock PR
SonicScrewdriver 31d1397
Undoing this one file but keeping the tests deleted.
SonicScrewdriver 079fcfa
Addressing PR Feedback + Fixing merge conflict with deleted input-num…
SonicScrewdriver 3cccf4e
Removing this sweet lil' guy now that QA testing is complete
SonicScrewdriver c4e93af
Whoops this is not necessary any more
SonicScrewdriver 1fc4ea3
Updated snapshots
SonicScrewdriver 3f29d8a
Whoops, we missed bringing over the logic upgrades for answerforms.
SonicScrewdriver File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@khanacademy/perseus": minor | ||
"@khanacademy/perseus-editor": minor | ||
--- | ||
|
||
Conversion of Input Number to Numeric Input |
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Nit: Perhaps this could use nullish coalescence?