Skip to content

[Issue #11578] Update story titles/file names to match component names - #11858

Open
RichardGabelman wants to merge 1 commit into
HHS:mainfrom
RichardGabelman:RichardGabelman/11578-update-story-titles
Open

[Issue #11578] Update story titles/file names to match component names#11858
RichardGabelman wants to merge 1 commit into
HHS:mainfrom
RichardGabelman:RichardGabelman/11578-update-story-titles

Conversation

@RichardGabelman

Copy link
Copy Markdown

Summary

Fixes #11578

Changes proposed

Renamed and/or updated title fields so each Storybook story matches the name of the component it documents:

  • Hero.stories.tsx -> HomepageHero.stories.tsx
  • GrantsIdentifier.stories.tsx: title Identifier -> GrantsIdentifier
  • SearchListItem.stories.tsx -> SearchResultsListItem.stories.tsx : title SearchListItem -> SearchResultsListItem
  • GoalContent.stories.tsx -> HomepageExperimental.stories.tsx : title Goal Content -> HomepageExperimental
  • ApplicationFormsTable.stories.tsx: title CompetitionFormsTableApplicationFormsTable

Context for reviewers

The sub-issue lists GoalContent as displaying ExperimentalContent, but the actual imported component is HomepageExperimental. I updated the title to match the real component name rather than what's written in the issue.

Validation steps

I grep-ed old file names and old titles and found no stale references.

@RichardGabelman

Copy link
Copy Markdown
Author

@mdragon for review per CONTRIBUTING.md, thanks!

@doug-s-nava doug-s-nava left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

✅ ✅ ✅ ✅

Thanks for taking care of this!

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.

Update story titles to match component names

2 participants