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

(fix): add styling to accommodate metric tiles on the home page #214

Merged
merged 3 commits into from
Jul 15, 2024

Conversation

arodidev
Copy link
Contributor

@arodidev arodidev commented Jul 10, 2024

Requirements

Summary

This PR introduces styling to the homepage metric tiles extension slot to accommodate metric tiles loaded as extensions from various esms.

Screenshots

None.

Related Issue

None.

Other

None.


const Metrics: React.FC = () => {
return <ExtensionSlot name="home-metrics-tiles-slot" />;
return <ExtensionSlot name="home-metrics-tiles-slot" className={styles.container} />;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return <ExtensionSlot name="home-metrics-tiles-slot" className={styles.container} />;
return <ExtensionSlot name="home-metrics-tiles-slot" className={styles.metricTilesSlot} />;

@arodidev arodidev requested a review from brandones July 12, 2024 03:21
@brandones brandones merged commit 692306a into openmrs:main Jul 15, 2024
5 checks passed
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.

3 participants