This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
chore: Update TestSuiteRun, TestSuiteRunSummary, Note, and associated redux files to TypeScript with useSelector/useDispatch hooks #357
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.
Description:
TestSuiteRun
andTestSuiteRunSummary
component files:connect
fromreact-redux
with hooksuseSelector
anduseDispatch
Redux files associated with
TestSuiteRun.tsx
andTestSuiteRunSummary.tsx
converted to TypeScript:errorNotificationActions
,keystoreActions
,testRunActions
,testSuiteRunActions
keystoreReducer
&testSuiteRunReducer
keystore
&testSuiteRun
Note.tsx
component file:connect
fromreact-redux
with hooksuseSelector
anduseDispatch
No functional changes were made, only refactors. Screenshots below demonstrate no visual changes before vs. after.
Before:
![before](https://private-user-images.githubusercontent.com/116369736/293820416-eabad47e-d957-4e00-919e-5e0bd1bcccfc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MDUxNjksIm5iZiI6MTczOTQwNDg2OSwicGF0aCI6Ii8xMTYzNjk3MzYvMjkzODIwNDE2LWVhYmFkNDdlLWQ5NTctNGUwMC05MTllLTVlMGJkMWJjY2NmYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QwMDAxMDlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04ZDhlOTMxNDFmNzU5MzBkNWU5ZWVjY2QwMGU3MjNlYzVhOGQwOTEwOTA1MjBhMmJhOTkwN2ZmNWEwMjcxM2VjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.aSg_jaDtNxlMb6757jIAxJtC8PjHT6ADVCZMiCPqesQ)
After:
![after](https://private-user-images.githubusercontent.com/116369736/293820434-293e3bc9-43f7-4daf-b749-48856c8bde57.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MDUxNjksIm5iZiI6MTczOTQwNDg2OSwicGF0aCI6Ii8xMTYzNjk3MzYvMjkzODIwNDM0LTI5M2UzYmM5LTQzZjctNGRhZi1iNzQ5LTQ4ODU2YzhiZGU1Ny5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QwMDAxMDlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01ODQ0M2IxZWMwMTZhYTQ1ZjVhYWI0YWU3ZjkyNmM3MzUwNjMwYTI0NTQ1YWI1MmE4NGJkOGQ5ZjYwZTk2ODg4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Zhy9XL-dF1cem2YJtRMSLuyWmjM2VwfCMZdRIXC3wUc)
Does this PR introduce a breaking change?
Does this PR fix an open issue?