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

PM-16631 Adding coach mark container and state to allow for guided coach mark tours #4560

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dseverns-livefront
Copy link
Collaborator

@dseverns-livefront dseverns-livefront commented Jan 14, 2025

๐ŸŽŸ๏ธ Tracking

PM-16631 [PART 1]

๐Ÿ“” Objective

  • This lays the groundwork for the Coach Mark stories for users first time interactions on pages.
  • When content is wrapped inCoachMarkContainer can highlight certain components of the UI and show a tooltip.

๐Ÿ“ธ Screenshots

coachmark_example.mp4

โฐ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation or informed the documentation team

๐Ÿฆฎ 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 confirmed
    issue 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

Copy link
Contributor

github-actions bot commented Jan 14, 2025

Logo
Checkmarx One โ€“ Scan Summary & Details โ€“ 8872f44a-fae8-46a7-8320-276e50e676f7

Great job, no security vulnerabilities found in this Pull Request

@dseverns-livefront dseverns-livefront force-pushed the PM-16631-coachmark-new-login branch from 4f5d9b1 to 6ccf7d7 Compare January 14, 2025 01:48
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests โœ…

Project coverage is 88.36%. Comparing base (412649e) to head (4b5f16d).

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.
๐Ÿ“ข Have feedback on the report? Share it here.

val currentHighlightShape by state.currentHighlightShape

val highlightPath =
remember(boundedRectangle, currentHighlightShape) {
Copy link
Collaborator

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)?,
Copy link
Collaborator

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

@dseverns-livefront dseverns-livefront force-pushed the PM-16631-coachmark-new-login branch 3 times, most recently from ee24308 to 45ccec2 Compare January 16, 2025 18:16
@dseverns-livefront dseverns-livefront force-pushed the PM-16631-coachmark-new-login branch from 45ccec2 to 4b5f16d Compare January 16, 2025 20:34
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.

2 participants