Skip to content

Conversation

@HoonBaek
Copy link
Contributor

@HoonBaek HoonBaek commented May 11, 2023

Description Of Changes

  • Apply MobileMenu/BottomSheet to the components: ParentMessageInfo and ThreadListItem
  • Apply the Thread module to the MobileLayout component
  • Add new Icon Thread

UIKIT-3476

@HoonBaek HoonBaek requested review from AhyoungRyu and sravan-s May 11, 2023 00:50
@HoonBaek HoonBaek self-assigned this May 11, 2023
@HoonBaek HoonBaek added the in progress Work in progress label May 11, 2023
@HoonBaek HoonBaek changed the base branch from main to develop/Mobile-compatibility May 11, 2023 01:05
Comment on lines +47 to +48
setStartingPoint?.(null);
setHighlightedMessage?.(null);
Copy link
Contributor

Choose a reason for hiding this comment

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

Cleander would be to make these two fns. not nullable
ie: setStartingPoint(null); instead of setStartingPoint?.(null);

Copy link
Contributor

@sravan-s sravan-s May 11, 2023

Choose a reason for hiding this comment

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

similar for other "local setters" than can be shared

Copy link
Contributor

@sravan-s sravan-s May 11, 2023

Choose a reason for hiding this comment

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

Comment on lines +10 to +19
.sb_mobile__panelwrap .sendbird-thread {
width: 100%;
height: 100%;
& .sendbird-thread-ui {
max-width: 100%;
& .sendbird-thread-ui__header {
width: 100%;
}
}
}
Copy link
Contributor

@sravan-s sravan-s May 11, 2023

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Ideally, we have to imagine they should work flawlessly even when used independently (ie.outside App(Mobile)).. Given a proper container

@HoonBaek
Copy link
Contributor Author

I will apply the review in the separate PR

@HoonBaek HoonBaek merged commit db8e42f into develop/Mobile-compatibility May 19, 2023
@HoonBaek HoonBaek deleted the feature/UIKIT-3476/Mobile-support-for-thread branch May 19, 2023 05:23
HoonBaek added a commit that referenced this pull request May 19, 2023
### Description Of Changes

* Apply MobileMenu/BottomSheet to the components: ParentMessageInfo and
ThreadListItem
* Apply the Thread module to the MobileLayout component
* Add new Icon Thread

[UIKIT-3476](https://sendbird.atlassian.net/browse/UIKIT-3476)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in progress Work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants