beda-software / fhir-emr

EMR based on FHIR
MIT License
68 stars 26 forks source link

#295 Fix invoices layout #300

Closed ryo-kozin closed 2 weeks ago

ryo-kozin commented 3 weeks ago

Description

This pull request addresses the layout issues described in Issue #295. The changes improve the responsiveness of the InvoiceList component on mobile devices to ensure a better user experience.

Changes Made

Visual Changes

Before

Before

After

After

Screen Recording

A screen recording demonstrating the new responsive behavior on mobile devices:

Screen Recording

Related Issue

This PR fixes #295.

Notes for Reviewers

Please review the changes and let me know if further adjustments are needed. Thank you!

References

For more details on the Ant Design Table component and its responsive features, please refer to the documentation: Ant Design Table Component