caravan-bitcoin / caravan

Caravan monorepo
https://caravanmultisig.com
MIT License
24 stars 19 forks source link

Test Suite components updated to TypeScript with UseSelector/useDispatch #94

Closed hwinsby closed 1 month ago

hwinsby commented 1 month ago

This is a duplicate from a PR to the previous repo https://github.com/unchained-capital/caravan/pull/357 It does not introduce a breaking change and it does not address an open issue.

This PR updates various files associated with Test Suite to TypeScript and updates functions such as connect and mapStateToProps to hooks.

Component files and associated Redux files converted to TypeScript:

Component files updated with hooks useSelector and useDispatch:

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: aecb0bedbba15eaf79d8385fbe68f2d61568f300

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
caravan-coordinator ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2024 7:37pm
bucko13 commented 1 month ago

Just leaving a note for the historical record: I'm going to merge without a changeset (our new versioning and deployment automation system over the old commit lint system) as this doesn't add any new functionality, just QoL improvements for devs.