-
Notifications
You must be signed in to change notification settings - Fork 538
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
Remove alphabetical ordering in the story name #3588
Conversation
|
size-limit report 📦
|
], | ||
], | ||
], | ||
'Drafts', |
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 can't make the special order of 'Components' apply to the 'Drafts' as well. Any ideas how can I do that? 👀 cc @langermank
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.
What if you copy the exact thing from Components
into Drafts
?
[
[
'*',
// Within a set of stories, set the order to the following
['*', 'Playground', /Playground$/, 'Features', 'Examples', 'DevOnly'],
],
],
Hi! This pull request has been marked as stale because it has been open with no activity for 60 days. You can comment on the pull request or remove the stale label to keep it open. If you do nothing, this pull request will be closed in 7 days. |
Hi! This pull request has been marked as stale because it has been open with no activity for 60 days. You can comment on the pull request or remove the stale label to keep it open. If you do nothing, this pull request will be closed in 7 days. |
Describe your changes here.
Closes #2967
Updates the ordering of the stories from being alphabetical to the import order (order in the file)
Screenshots
Please provide before/after screenshots for any visual changes
Merge checklist
Take a look at the What we look for in reviews section of the contributing guidelines for more information on how we review PRs.