-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Migrate video description and about channel fragments to Jetpack Compose #11489
base: refactor
Are you sure you want to change the base?
Migrate video description and about channel fragments to Jetpack Compose #11489
Conversation
7788a20
to
de6285b
Compare
875e3fa
to
45aa445
Compare
954770b
to
387a4d5
Compare
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.
Thank you! According to your what you provided, this finally fixes the scrolling issue when selecting text 🎉
In my opinion, the tag chips component isn't the right one. An ElevatedSuggestionChip
or something similar would probably look a lot better and similar to the current one used in XML.
Like other metadata items and in the current design, the Tags
text should be upper-case.
You should not talk about a video description but a stream description, there are audio-only supported services. So your new VideoDescriptionSection
composable and its corresponding package should be renamed :)
onTextLayout: (TextLayoutResult) -> Unit = {}, | ||
style: TextStyle = LocalTextStyle.current | ||
) { | ||
// TODO: Handle links and hashtags, Markdown. |
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.
This must be solved before the PR can be merged.
edf3782
to
8f9faf3
Compare
8d93272
to
0d12cfc
Compare
What is it?
Description of the changes in your PR
Before/After Screenshots/Screen Record
Before:
After:
Video:
Screen_recording_20240831_154300.mp4
Fixes the following issue(s)
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.
Due diligence