mirror of
https://github.com/owncast/owncast.git
synced 2025-01-30 12:03:48 +03:00
parent
e8c9868102
commit
de20b2cc11
4 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,7 @@ export default {
|
|||
title: 'owncast/Chat/Chat messages container',
|
||||
component: ChatContainer,
|
||||
parameters: {
|
||||
chromatic: { diffThreshold: 0.2 },
|
||||
chromatic: { diffThreshold: 0.8 },
|
||||
docs: {
|
||||
description: {
|
||||
component: `
|
||||
|
|
|
@ -33,7 +33,7 @@ export default {
|
|||
component: ChatTextField,
|
||||
parameters: {
|
||||
fetchMock: mocks,
|
||||
chromatic: { diffThreshold: 0.2 },
|
||||
chromatic: { diffThreshold: 0.8 },
|
||||
|
||||
design: {
|
||||
type: 'image',
|
||||
|
|
|
@ -14,6 +14,7 @@ export default {
|
|||
title: 'owncast/Modals/Browser Notifications',
|
||||
component: BrowserNotifyModal,
|
||||
parameters: {
|
||||
chromatic: { diffThreshold: 0.7 },
|
||||
design: {
|
||||
type: 'image',
|
||||
url: BrowserNotifyModalMock,
|
||||
|
|
|
@ -14,7 +14,7 @@ export default {
|
|||
title: 'owncast/Chat/Embeds/Read-write chat',
|
||||
component: ReadWritePage,
|
||||
parameters: {
|
||||
chromatic: { diffThreshold: 0.2 },
|
||||
chromatic: { diffThreshold: 0.8 },
|
||||
},
|
||||
} as ComponentMeta<typeof ReadWritePage>;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue