-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat/decouple back button #211
feat/decouple back button #211
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #211 +/- ##
==========================================
+ Coverage 82.18% 82.19% +0.01%
==========================================
Files 132 132
Lines 4540 4544 +4
Branches 1117 1118 +1
==========================================
+ Hits 3731 3735 +4
Misses 531 531
Partials 278 278
☔ View full report in Codecov by Sentry. |
@@ -27,6 +27,9 @@ export interface ActionAsset<AnyTextAsset extends Asset = Asset> | |||
|
|||
/** Force transition to the next view without checking for validation */ | |||
skipValidation?: boolean; | |||
|
|||
/** boolean value to decide for the left anchor sign */ |
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 docstring should be updated since it is a string now
af35573
to
af3a8b1
Compare
resolves #169
Change Type (required)
Indicate the type of change your pull request is:
Adds a role property inside the metaData on the action asset. This property is used to decouple the back Icon from the back button.
patch
minor
major