This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 219
Convert all products edit to TypeScript #9782
Open
Sidsector9
wants to merge
13
commits into
woocommerce:trunk
Choose a base branch
from
Sidsector9:upkeep/9524
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
0696a64
migrate to typescript
Sidsector9 ed48fc3
fix typescript errors
Sidsector9 0c99974
Merge branch 'trunk' into upkeep/9524
Sidsector9 4b48aca
Merge branch 'upkeep/9524' of github.com:Sidsector9/woocommerce-block…
Sidsector9 40c5340
Merge branch 'trunk' into upkeep/9524
kmanijak 7da0883
Merge branch 'trunk' into upkeep/9524
Sidsector9 dca174b
Merge branch 'upkeep/9524' of github.com:Sidsector9/woocommerce-block…
Sidsector9 742ec90
move from class to functional component
Sidsector9 8f30bd0
Merge branch 'trunk' into upkeep/9524
Sidsector9 df9d3f9
Merge branch 'trunk' into upkeep/9524
nielslange c1aae08
Merge branch 'trunk' into upkeep/9524
Sidsector9 2ecc032
PR review changes
Sidsector9 6261b4e
Merge branch 'upkeep/9524' of github.com:Sidsector9/woocommerce-block…
Sidsector9 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
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
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.
While briefly looking at your changes, I noticed that this file is still using a class component. Now that we're touching this file, we should convert it to a functional component. Could you take care of that?
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.
@nielslange I've moved from class to functional component.