Explorar el Código

Sort Storybook stories alphabetically (#26225)

GitOrigin-RevId: d7cf167a67ea24d7095fb27e6090ef735e966536
Alf Eaton hace 1 año
padre
commit
afe146a620
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      services/web/.storybook/preview.tsx

+ 6 - 0
services/web/.storybook/preview.tsx

@@ -122,6 +122,12 @@ const preview: Preview = {
       // render stories in iframes, to isolate modals
       inlineStories: false,
     },
+    options: {
+      storySort: {
+        method: 'alphabetical',
+        order: ['Shared'],
+      },
+    },
   },
   globalTypes: {
     theme: {