1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[CL-890] Mute nav stories temporarily (#16885)

This commit is contained in:
Vicki League
2025-10-15 10:16:21 -04:00
committed by GitHub
parent 64105e64e9
commit fdee84214a
2 changed files with 4 additions and 2 deletions

View File

@@ -64,7 +64,8 @@ export default {
type: "figma", type: "figma",
url: "https://www.figma.com/design/Zt3YSeb6E6lebAffrNLa0h/Tailwind-Component-Library?node-id=16329-40145&t=b5tDKylm5sWm2yKo-4", url: "https://www.figma.com/design/Zt3YSeb6E6lebAffrNLa0h/Tailwind-Component-Library?node-id=16329-40145&t=b5tDKylm5sWm2yKo-4",
}, },
chromatic: { viewports: [640, 1280] }, // remove disableSnapshots in CL-890
chromatic: { viewports: [640, 1280], disableSnapshot: true },
}, },
} as Meta; } as Meta;

View File

@@ -42,7 +42,8 @@ export default {
type: "figma", type: "figma",
url: "https://www.figma.com/design/Zt3YSeb6E6lebAffrNLa0h/Tailwind-Component-Library?node-id=16329-40145&t=b5tDKylm5sWm2yKo-4", url: "https://www.figma.com/design/Zt3YSeb6E6lebAffrNLa0h/Tailwind-Component-Library?node-id=16329-40145&t=b5tDKylm5sWm2yKo-4",
}, },
chromatic: { viewports: [640, 1280] }, // remove disableSnapshots in CL-890
chromatic: { viewports: [640, 1280], disableSnapshot: true },
}, },
} as Meta; } as Meta;