-
Notifications
You must be signed in to change notification settings - Fork 427
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
refactor(sanity): Move date inputs UI Components to ui-components #7410
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
No changes to documentation |
Component Testing Report Updated Aug 22, 2024 9:33 AM (UTC) ❌ Failed Tests (1) -- expand for details
|
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.
this looks good but i wonder if we should add some boundary linting similar to how we disallow relative imports from core
inside of structure
.
is the ui-components
folder new? (if it's not new then ignore this comment) should that also have import boundary linting? is it an issue if a component within the ui-components folder imports from other places?
if so can u update this PR to include updating the eslint boundary rules?
The ui-components folder is not new, we've had it for a while and we do want to use it in core (like the comments and tasks use the buttom from the ui-components folder vs the sanity ui ones because they are more opiniated ) :) |
This is a really good point – the way we import this currently doesn't seem quite right at first glance. But this PR isn't really changing any of that, so let's look into this separately? |
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.
Very nice, thanks @RitaDias!
Description
As part of the content releases changes, we're moving part of the date picker ui components to the ui-component folder
What to review
Does this make sense?
Should I have moved other things / did I move things that I shouldn't have?
Testing
The original tests should be good enough
Notes for release
N/A