-
Notifications
You must be signed in to change notification settings - Fork 35
feat: [DHIS2-18739] Update feedback and indicator widgets in the Registration page #4385
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
Conversation
|
🚀 Deployed on https://deploy-preview-4385.capture.netlify.dhis2.org |
src/core_modules/capture-core/components/WidgetFeedback/index.ts
Outdated
Show resolved
Hide resolved
src/core_modules/capture-core/components/WidgetFeedback/WidgetFeedback.container.ts
Outdated
Show resolved
Hide resolved
simonadomnisoru
left a comment
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.
Hi @henrikmv, the overall approach looks good to me now! Let’s just make sure we also have the proper types in place too.
src/core_modules/capture-core/components/WidgetFeedback/WidgetFeedback.types.ts
Show resolved
Hide resolved
src/core_modules/capture-core/components/WidgetFeedback/WidgetFeedback.types.ts
Outdated
Show resolved
Hide resolved
src/core_modules/capture-core/components/WidgetFeedback/WidgetFeedback.types.ts
Outdated
Show resolved
Hide resolved
|
# [104.4.0](v104.3.0...v104.4.0) (2025-10-22) ### Features * [DHIS2-18739] Update feedback and indicator widgets in the Registration page ([#4385](#4385)) ([d2713d5](d2713d5))
|
🎉 This PR is included in version 104.4.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |




DHIS2-18739
This pull request updates the feedback and indicator widgets in the registration page so they look consistent with the widget in the Enrollment dashboard.
Architecture updates
FeedbacksSectionandIndicatorsSectioncomponents inDataEntryWidgetOutput.component.tsxandLayoutComponentConfig.tswith new container files:WidgetFeedbackandWidgetIndicator. This change ensures that we consistently use the container files for the widgets around the app.Props improvement
emptyTextprop tofeedbackEmptyTextandindicatorEmptyTextin widget components and types for clearer intent and consistencyCleanup
renderCardActionsprop fromDataEntryWidgetOutputand its usages in registration components