jsakamoto / BlazingStory

The clone of "Storybook" for Blazor, a frontend workshop for building UI components and pages in isolation.
https://jsakamoto.github.io/BlazingStory/
Mozilla Public License 2.0
319 stars 15 forks source link

Stories are shown in a seemingly random order #7

Closed mooski closed 1 year ago

mooski commented 1 year ago

Once you've implemented multiple stories, the order they display in within the sidebar is seemingly random, for example:

image

I'd expect them to be displayed in alphabetical order.

Is there logic to this order?

jsakamoto commented 1 year ago

@mooski Thank you for your feedback, and sorry that it is too late. Unfortunately, I'm too busy to handle issues in these weeks. But I'll handle this issue until the end of July. Thank you for your patience.

jsakamoto commented 1 year ago

@mooski I published the new version of "Blazing Story", v.1..0.0 Preview 9, which was improved to sort navigation items by their caption.

https://www.nuget.org/packages/BlazingStory/1.0.0-preview.9

Could you try it out?

mooski commented 1 year ago

That seems to work perfectly, thanks!