-
Notifications
You must be signed in to change notification settings - Fork 842
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
PM-16631 Adding coach mark container and state to allow for guided coach mark tours #4560
base: main
Are you sure you want to change the base?
Conversation
Great job, no security vulnerabilities found in this Pull Request |
4f5d9b1
to
6ccf7d7
Compare
Codecov ReportAll modified and coverable lines are covered by tests โ
Additional details and impacted files@@ Coverage Diff @@
## main #4560 +/- ##
=======================================
Coverage 88.36% 88.36%
=======================================
Files 603 603
Lines 40720 40720
Branches 5720 5720
=======================================
Hits 35983 35983
Misses 2747 2747
Partials 1990 1990 โ View full report in Codecov by Sentry. |
val currentHighlightShape by state.currentHighlightShape | ||
|
||
val highlightPath = | ||
remember(boundedRectangle, currentHighlightShape) { |
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.
Can we move this up a line, or was this past the line limit?
description: String, | ||
onDismiss: (() -> Unit), | ||
leftAction: (@Composable RowScope.() -> Unit)?, | ||
rightAction: (@Composable RowScope.() -> Unit)?, |
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.
Can we add a default Modifier property here
ee24308
to
45ccec2
Compare
45ccec2
to
4b5f16d
Compare
๐๏ธ Tracking
PM-16631 [PART 1]
๐ Objective
CoachMarkContainer
can highlight certain components of the UI and show a tooltip.๐ธ Screenshots
coachmark_example.mp4
โฐ Reminders before review
๐ฆฎ Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or โน๏ธ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or ๐ญ (:thought_balloon:
) for more open inquiry that's not quite a confirmedissue and could potentially benefit from discussion
:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or โป๏ธ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes