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

4672: Fix for alignment of table heading and content #4909

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

prasath1196
Copy link

Resolves #4672

Description

Fix to Match header alignment to the contents on all tables to improve UI and readability.
Fixed the following pages:

  1. Adjustments Listing
  2. Aduit Listing
  3. Barcode Item Listing
  4. Distribution Listing
  5. Purchase Listing

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Checked the UI manually

Screenshots

Screenshot 2025-01-01 at 3 45 38 PM
Screenshot 2025-01-01 at 3 45 47 PM
Screenshot 2025-01-01 at 3 46 01 PM
Screenshot 2025-01-01 at 3 46 10 PM

@prasath1196 prasath1196 marked this pull request as draft January 1, 2025 23:50
@cielf
Copy link
Collaborator

cielf commented Jan 5, 2025

What I'm seeing in your screen shots looks good -- just waiting for Audit

@prasath1196 prasath1196 changed the title [WIP]4672: Fix for alignment of table heading and content 4672: Fix for alignment of table heading and content Jan 5, 2025
@prasath1196 prasath1196 marked this pull request as ready for review January 5, 2025 23:42
@prasath1196
Copy link
Author

@cielf - fixed lint issues

Copy link
Collaborator

@cielf cielf left a comment

Choose a reason for hiding this comment

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

This issue was about making the alignment of the headers match the current alignment of the contents. In an ideal world, all numerics would already have been right-justified, but we were ok with leaving that for another issue.

But please don't change the numerics to text-left. Making the headers on numeric columns text-right should work?

Hope that clears up any confusion.

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.

Header Alignment -- on all things
2 participants