Skip to content
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

✨ Implement Middle Section of AboutScreen #504

Conversation

Corvus400
Copy link
Contributor

Issue

Overview (Required)

  • Updated the middle section of the AboutScreen to look as designed.

Screenshot

Before After

@github-actions
Copy link

github-actions bot commented Aug 14, 2023

Test Results

41 tests   41 ✔️  3m 1s ⏱️
  8 suites    0 💤
  8 files      0

Results for commit f4e35d3.

♻️ This comment has been updated with latest results.

@github-actions github-actions bot temporarily deployed to deploygate-distribution August 14, 2023 18:29 Inactive
<clip-path
android:pathData="M0,0h24v24h-24z"/>
<path
android:pathData="M5,21C4.45,21 3.979,20.804 3.588,20.413C3.196,20.021 3,19.55 3,19V9C3,8.45 3.196,7.979 3.588,7.588C3.979,7.196 4.45,7 5,7H7V5C7,4.45 7.196,3.979 7.588,3.588C7.979,3.196 8.45,3 9,3H15C15.55,3 16.021,3.196 16.413,3.588C16.804,3.979 17,4.45 17,5V11H19C19.55,11 20.021,11.196 20.413,11.587C20.804,11.979 21,12.45 21,13V19C21,19.55 20.804,20.021 20.413,20.413C20.021,20.804 19.55,21 19,21H13V17H11V21H5ZM5,19H7V17H5V19ZM5,15H7V13H5V15ZM5,11H7V9H5V11ZM9,15H11V13H9V15ZM9,11H11V9H9V11ZM9,7H11V5H9V7ZM13,15H15V13H13V15ZM13,11H15V9H13V11ZM13,7H15V5H13V7ZM17,19H19V17H17V19ZM17,15H19V13H17V15Z"
Copy link
Member

Choose a reason for hiding this comment

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

Could you check if this icon is in Material Icon Library and use it? 👀

}
item {
Text(
AboutContentColumn(
Copy link
Member

Choose a reason for hiding this comment

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

Now that we can't see the AboutContentColumn for Screenshot Tests, could you provide a scrolled screenshot test? 📸

Copy link
Member

@takahirom takahirom left a comment

Choose a reason for hiding this comment

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

Thanks for contribution! Almost LGTM!

aboutScreenRobot {
setupAboutScreenContent()
scrollAboutScreen()
checkAboutContentColumnCapture()
Copy link
Member

Choose a reason for hiding this comment

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

From the screenshot, it seems to be capturing only a single item, but I was thinking that it would be good to have a screen-level screenshot that includes the behavior when scrolling through the entire screen. At the item level, a preview might probably suffice. My intention was to check the overall behavior of the entire screen, not just an individual item. 🙇

@github-actions github-actions bot temporarily deployed to deploygate-distribution August 15, 2023 05:13 Inactive
@github-actions github-actions bot temporarily deployed to deploygate-distribution August 15, 2023 05:34 Inactive
aboutScreenRobot {
setupAboutScreenContent()
scrollAboutScreen()
checkStaffAboutContentColumnCapture()
Copy link
Member

Choose a reason for hiding this comment

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

Sorry for the confusion🙇 I mean like this

        setupAboutScreenContent()

        scrollAboutScreen()
        checkScreenCapture()

        scrollAboutScreen()
        checkScreenCapture()

@Corvus400
Copy link
Contributor Author

@takahirom
Sorry for the late correction!
We have taken care of this and we apologize again and again for the delay, but please give us a review. 🙇

@github-actions github-actions bot temporarily deployed to deploygate-distribution August 15, 2023 16:03 Inactive
@takahirom
Copy link
Member

Thank you for your cooperation!

@takahirom takahirom merged commit 46fb169 into DroidKaigi:main Aug 15, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Middle Section of AboutScreen
2 participants