Skip to content

chore: move all non adapter components out of UI #316

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

Merged
merged 1 commit into from
May 22, 2025
Merged

Conversation

serikjensen
Copy link
Member

We had some components when we first started adapter work that were placed in the UI directory that don't have adapters. For consistency, we should only have components in the UI directory that have corresponding adapters. If they do not have adapters, they can just live in the Common directory with our other components for general use.

This is because we have special linting rules for the UI directory, but there's really no reason to add those restrictions to non adapter components.

This moves all non adapter components in UI to the parent Common directory.

All moved UI elements building in ladle as expected

This was primarily comprised of fieldset, field layout, and associated form utilities

Screenshot 2025-05-22 at 9 07 19 AM

@serikjensen serikjensen requested review from jeffredodd and dmortal May 22, 2025 15:15
@serikjensen serikjensen merged commit 5984550 into main May 22, 2025
3 checks passed
@serikjensen serikjensen deleted the chore/GWS-5004 branch May 22, 2025 16:45
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