From 89fb6de2d5a9d8a0caf14bacf800523410a2810a Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Wed, 5 Jun 2024 06:09:42 +0200 Subject: [PATCH] Full ordering of stories --- .storybook/preview.js | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) diff --git a/.storybook/preview.js b/.storybook/preview.js index 008355bc..e44f4eaf 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -118,10 +118,43 @@ const { getHardCodedWeight } = (() => { "login/login.ftl", "login/register.ftl", "login/terms.ftl", - "login/login-select-authenticator.ftl", - "login/login-login-config-totp.ftl", - "login/login-login-reset-password.ftl", - "login/error.ftl" + "login/error.ftl", + "login/code.ftl", + "login/delete-account-confirm.ftl", + "login/delete-credential.ftl", + "login/frontchannel-logout.ftl", + "login/idp-review-user-profile.ftl", + "login/info.ftl", + "login/login-config-totp.ftl", + "login/login-idp-link-confirm.ftl", + "login/login-idp-link-email.ftl", + "login/login-oauth-grant.ftl", + "login/login-otp.ftl", + "login/login-page-expired.ftl", + "login/login-password.ftl", + "login/login-reset-otp.ftl", + "login/login-reset-password.ftl", + "login/login-update-password.ftl", + "login/login-update-profile.ftl", + "login/login-username.ftl", + "login/login-verify-email.ftl", + "login/login-x509-info.ftl", + "login/logout-confirm.ftl", + "login/saml-post-form.ftl", + "login/select-authenticator.ftl", + "login/update-email.ftl", + "login/webauthn-authenticate.ftl", + "login/webauthn-error.ftl", + "login/webauthn-register.ftl", + "login/login-oauth2-device-verify-user-code.ftl", + "login/login-recovery-authn-code-config.ftl", + "login/login-recovery-authn-code-input.ftl", + "account/account.ftl", + "account/password.ftl", + "account/federatedIdentity.ftl", + "account/log.ftl", + "account/sessions.ftl", + "account/totp.ftl", ]; function getHardCodedWeight(kind) {