Skip to content

Commit ecc500b

Browse files
authored
chore: Enable feedback feature in storybook (#922)
1 parent 652b01d commit ecc500b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"dependencies": {
7070
"@sendbird/chat": "^4.10.6",
71-
"@sendbird/uikit-tools": "0.0.1-alpha.52",
71+
"@sendbird/uikit-tools": "0.0.1-alpha.57",
7272
"css-vars-ponyfill": "^2.3.2",
7373
"date-fns": "^2.16.1",
7474
"dompurify": "^3.0.1"

src/modules/App/stories/integrated.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export const GroupChannel = () => {
350350
groupChannel: {
351351
// enableTypingIndicator: false,
352352
typingIndicatorTypes: new Set([TypingIndicatorType.Bubble, TypingIndicatorType.Text]),
353-
// enableFeedback: false, // This disables feedback message feature.
353+
enableFeedback: true, // This enables feedback message feature.
354354
}
355355
}}
356356
imageCompression={{ compressionRate: sampleOptions.imageCompression ? 0.7 : 1 }}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2679,7 +2679,7 @@ __metadata:
26792679
"@rollup/plugin-replace": ^5.0.4
26802680
"@rollup/plugin-typescript": ^11.1.5
26812681
"@sendbird/chat": ^4.10.6
2682-
"@sendbird/uikit-tools": 0.0.1-alpha.52
2682+
"@sendbird/uikit-tools": 0.0.1-alpha.57
26832683
"@storybook/addon-actions": ^6.5.10
26842684
"@storybook/addon-docs": ^6.5.10
26852685
"@storybook/addon-links": ^6.5.10
@@ -2744,13 +2744,13 @@ __metadata:
27442744
languageName: unknown
27452745
linkType: soft
27462746

2747-
"@sendbird/uikit-tools@npm:0.0.1-alpha.52":
2748-
version: 0.0.1-alpha.52
2749-
resolution: "@sendbird/uikit-tools@npm:0.0.1-alpha.52"
2747+
"@sendbird/uikit-tools@npm:0.0.1-alpha.57":
2748+
version: 0.0.1-alpha.57
2749+
resolution: "@sendbird/uikit-tools@npm:0.0.1-alpha.57"
27502750
peerDependencies:
27512751
"@sendbird/chat": ^4.10.5
27522752
react: ">=16.8.6"
2753-
checksum: d2081bb7610110e32ef655bcb7e90116215e9b647905f5e7264f5d7dcd2862ba15727e58103b70e09e37b36c2526ae7227b03df8d24ba01759beef782da913e8
2753+
checksum: f72f4822dd52b3e7168ac1226f9e2ceb9ca307f4b4ea94e48831a45ead297ecf7639467484fbef19352f6bcefe68236329ffe8a466fe68826f2954537c2acbac
27542754
languageName: node
27552755
linkType: hard
27562756

0 commit comments

Comments
 (0)