Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

typescript migration #28

Merged
merged 6 commits into from
Jun 8, 2022
Merged

typescript migration #28

merged 6 commits into from
Jun 8, 2022

Conversation

makarofalex3
Copy link
Contributor

started typescript migration

@makarofalex3 makarofalex3 changed the title wip: started typescript migration Started typescript migration Jun 7, 2022
@makarofalex3 makarofalex3 changed the title Started typescript migration typescript migration Jun 7, 2022
Copy link
Contributor

@vkomodey vkomodey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to update run instructions here(both local and remote in the docker)?

Also, I see a bunch of files with js and jsx extensions. Do we really need to preserve these extensions?

src/theme.tsx Outdated
Comment on lines 9 to 11
// TO-DO delete theme dont have this values
// mediumLight: '#ba68c8',
// white: '#f5f5f5'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not delete it right now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes we can!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@@ -3,7 +3,7 @@
* @param {*} escrowFactories Array of escrow Factories
* @returns the total count of factory
*/
export const countEscrowFactory = (escrowFactories) => {
export const countEscrowFactory = (escrowFactories: Array<any>) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add a type here. Would be easier to understand, what this function is doing actually

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

@vkomodey
Copy link
Contributor

vkomodey commented Jun 8, 2022

What about running instructions(both local and remote)? Are they the same as were before?

@vkomodey vkomodey merged commit c3e7a5a into master Jun 8, 2022
@vkomodey vkomodey mentioned this pull request Jun 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants