Skip to content

Conversation

chohongm
Copy link
Contributor

@chohongm chohongm commented Nov 19, 2024

Fixes UIKIT-4616

Before

Screenshot 2024-11-19 at 4 37 23 PM

After

Screenshot 2024-11-19 at 4 37 50 PM

Test link

Changelogs

  • Fixed a bug where profile bottom position not updating correctly for messages with feedback and replies

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If unsure, ask the members.
This is a reminder of what we look for before merging your code.

  • All tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • Public components / utils / props are appropriately exported
  • I have added necessary documentation (if appropriate)

External Contributions

This project is not yet set up to accept pull requests from external contributors.

If you have a pull request that you believe should be accepted, please contact
the Developer Relations team developer-advocates@sendbird.com with details
and we'll evaluate if we can set up a CLA to allow for the contribution.

Copy link

netlify bot commented Nov 19, 2024

Deploy Preview for sendbird-uikit-react ready!

Name Link
🔨 Latest commit 587943e
🔍 Latest deploy log https://app.netlify.com/sites/sendbird-uikit-react/deploys/673d5f6e1200280008387319
😎 Deploy Preview https://deploy-preview-1252--sendbird-uikit-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@bang9 bang9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

};

const totalBottom = useMemo(() => getTotalBottom(), []);
const totalBottom = getTotalBottom();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 한군데서만 쓰이는거면, 그냥 따로 변수선언 없이 바로 넘겨도 좋을 것 같습니다.

@chohongm chohongm merged commit 55846b0 into main Nov 20, 2024
10 checks passed
@chohongm chohongm deleted the improve/UIKIT-4616-remove-old-container-type-logic branch November 20, 2024 04:10
@chohongm
Copy link
Contributor Author

아래 UI 스냅샷 테스트 필요:

  • 유저 메세지
  • 유저 메세지 + 쓰레드 리플라이
  • 유저 메세지 + 피드백 버튼들
  • 유저 메세지 + 쓰레드 리플라이 + 피드백 버튼들
  • 유저 메세지 + 제안 리플라이
  • ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants