Hi everyone!
I’ve opened a PR that removes redundant title
tooltips from the first two buttons in the patient action menu:
Edit patient details (
esm-patient-registration-app
)Add to list (
esm-patient-list-management-app
)
These tooltips were displaying the same text already visible in the buttons, which made them unnecessary and inconsistent with the rest of the UI. This cleanup improves clarity and aligns with Carbon Design System best practices, which recommend avoiding tooltips when the content is already clear.
PR: openmrs/openmrs-esm-patient-management#1761
Jira Ticket: O3-4886
This PR follows OpenMRS 3.0 Styleguide and uses a proper conventional commit title.
There’s one unrelated test failure in
lists-table.test.tsx
, which is due to shared store reinitialization — my changes don’t affect that part.
This issue was also discussed during the Coffee Break (O3 Troubleshooting for Frontend Developers) meeting on Monday. Just bringing it up here for wider visibility and feedback
Thanks!
Jayaditya