-
Notifications
You must be signed in to change notification settings - Fork 59
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 Stack widget #3269
Implement Stack widget #3269
Conversation
Signed-off-by: Lentumunai-Mark <[email protected]>
Signed-off-by: Lentumunai-Mark <[email protected]>
Signed-off-by: Lentumunai-Mark <[email protected]>
Signed-off-by: Lentumunai-Mark <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3269 +/- ##
=========================================
- Coverage 29.6% 27.9% -1.7%
- Complexity 658 690 +32
=========================================
Files 239 266 +27
Lines 11204 12452 +1248
Branches 1948 2167 +219
=========================================
+ Hits 3323 3482 +159
- Misses 7447 8511 +1064
- Partials 434 459 +25
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: Lentumunai-Mark <[email protected]>
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.
Write documentation for the opensrp.io website. Update changelog.
...ne/src/main/java/org/smartregister/fhircore/engine/configuration/view/StackViewProperties.kt
Show resolved
Hide resolved
👍 LGTM. |
* Implement a new stack widget. Signed-off-by: Lentumunai-Mark <[email protected]> * Add background color opacity. Signed-off-by: Lentumunai-Mark <[email protected]> * Adjust box background to make it configurable. Signed-off-by: Lentumunai-Mark <[email protected]> * Add stack view test. Signed-off-by: Lentumunai-Mark <[email protected]> * Interpolate child properties. Signed-off-by: Lentumunai-Mark <[email protected]> * Add stack widget documentation * Update stack widget doc formatting * Update ViewType.kt --------- Signed-off-by: Lentumunai-Mark <[email protected]> Co-authored-by: Benjamin Mwalimu <[email protected]>
IMPORTANT: Where possible all PRs must be linked to a Github issue
Fixes #3214
Engineer Checklist
strings.xml
file./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the project's style guideCode Reviewer Checklist
strings.xml
file