Skip to content
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

Port specific subjects page to ts #2675

Merged
merged 7 commits into from
Nov 4, 2024

Conversation

RoyEJohnson
Copy link
Contributor

@RoyEJohnson RoyEJohnson commented Oct 16, 2024

CORE-537
This is based on #2674, which should be merged before reviewing this. Update: that is done.
Overwhelmingly, this is just adding types and making them work, then writing tests for the code.
In some files, I did some rearranging of code blocks, and reviewing might be best looking at old file and new file side-by-side in separate windows rather than the changes.

@RoyEJohnson RoyEJohnson force-pushed the port-specific-subjects-page-to-ts branch from 734d835 to 8fba0ee Compare October 23, 2024 22:25
@RoyEJohnson RoyEJohnson force-pushed the port-specific-subjects-page-to-ts branch 2 times, most recently from 52476eb to 1df9afd Compare October 30, 2024 14:51
@@ -41,7 +41,8 @@ function HoverText({which, thing}) {
export default function Carousel({
atATime = 1,
children,
hoverTextThing
hoverTextThing,
ref
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Bug fix: had been passing a ref to this, but not using it.

@RoyEJohnson RoyEJohnson requested a review from jivey October 30, 2024 15:02
@RoyEJohnson RoyEJohnson force-pushed the port-specific-subjects-page-to-ts branch from 1df9afd to 516fc13 Compare October 30, 2024 16:56
Copy link
Member

@jivey jivey left a comment

Choose a reason for hiding this comment

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

Some of the type additions are hard to see because of the file deletions but nothing is jumping out to me as problematic.

@RoyEJohnson RoyEJohnson merged commit 4c923c6 into main Nov 4, 2024
1 check passed
@RoyEJohnson RoyEJohnson deleted the port-specific-subjects-page-to-ts branch November 4, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants