-
Notifications
You must be signed in to change notification settings - Fork 51
Pagination TS conversion #2174
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
Pagination TS conversion #2174
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
packages/components/src/components/hds/pagination/compact/index.ts
Outdated
Show resolved
Hide resolved
packages/components/src/components/hds/pagination/numbered/index.ts
Outdated
Show resolved
Hide resolved
|
@zamoore can you please move this PR to draft? the reasons I am asking are 1) we tend to avoid doing the conversion of two different/distinct components in the same PR, and 2) all the PS: I am not sure if you have seen this file, it’s the list of components that need to be converted to TS, with their dependencies. If one component has a dependency, we should do the dependency first |
@didoo Sure thing, would we want to wait to merge the changes to Pagination until the dropdown work is done as part of the batched form conversion work then? Or are you comfortable with merging to dropdown work now in a separate PR? |
I would prefer to wait if you don't mind (I made the same thing here, so don't worry: #2094) |
|
you probably saw this @zamoore, but I ported |
e307fcf to
ef54134
Compare
alex-ju
left a comment
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.
I did a first pass and left a couple of high-level comments. We seem to have a failing test that would need investigated. Would you be able to look into that?
packages/components/src/components/hds/pagination/numbered/index.ts
Outdated
Show resolved
Hide resolved
packages/components/src/components/hds/pagination/compact/index.ts
Outdated
Show resolved
Hide resolved
ef54134 to
14e308a
Compare
Co-authored-by: Lee White <[email protected]>
3b78920 to
ed4ef8f
Compare
shleewhite
left a comment
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.
Overall, seems good! The only blocking comment is the changelog one.
📌 Summary
If merged, this PR converts the
Hds::Paginationcomponent and its children to TS🔗 External links
Jira ticket: https://hashicorp.atlassian.net/browse/HDS-2707