-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: replace static video thumbnails with actual thumbnails #1439
Conversation
Reviewers, |
Note: The video thumbnail will only be visible for new videos uploaded to the CDN. The videos uploaded previously won't show the thumbnail. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The draft looks good to me, pretty straightforward!
@khushal87 can you please resolve the failing check pr step? And please let's resolve the conflicts |
The reason check fail is because stream-chat-js needs a release mentioned above in the comment. I will check the conflicts. @vanGalilea |
@khushal87 we should expedite this one 😳 |
package/src/contexts/messageInputContext/__tests__/MessageInputContext.test.tsx
Outdated
Show resolved
Hide resolved
package/src/contexts/messageInputContext/__tests__/MessageInputContext.test.tsx
Outdated
Show resolved
Hide resolved
package/src/contexts/messageInputContext/__tests__/MessageInputContext.test.tsx
Outdated
Show resolved
Hide resolved
package/src/contexts/messageInputContext/__tests__/MessageInputContext.test.tsx
Outdated
Show resolved
Hide resolved
package/src/contexts/messageInputContext/__tests__/MessageInputContext.test.tsx
Outdated
Show resolved
Hide resolved
package/src/contexts/messageInputContext/__tests__/MessageInputContext.test.tsx
Show resolved
Hide resolved
package/src/contexts/messageInputContext/__tests__/useMessageDetailsForState.test.tsx
Outdated
Show resolved
Hide resolved
package/src/contexts/messageInputContext/__tests__/useMessageDetailsForState.test.tsx
Outdated
Show resolved
Hide resolved
@khushal87 can you please add test steps on how to test this feature locally? |
Kudos, SonarCloud Quality Gate passed! |
🎉 This PR is included in version 4.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎯 Goal
This PR replaces the static black thumbnail with the thumbnail generated from the Backend.
🛠 Implementation details
The
thumb_url
field is added to theVideoThumbnail
component and theView
is replaced byImageBackground
having thethumb_url
.🎨 UI Changes
iOS
Android
🧪 Testing
☑️ Checklist
develop
branch