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

change default column limit to 32 #4119

Merged
merged 1 commit into from
Jan 25, 2022
Merged

Conversation

tabacitu
Copy link
Member

WHY

BEFORE - What was wrong? What was happening before this PR?

Issue #4118 was happening. The table was too wide on mobile sometimes:

Screenshot 2022-01-25 at 09 01 56

AFTER - What is happening after this PR?

No longer too wide:

Screenshot 2022-01-25 at 09 02 12

HOW

How did you achieve that, in technical terms?

The culprit was that the column limit was too big (40). Changed it to 32 and now it'll look good on most phones. It still won't look good on very small phones like iPhone 5, but I don't think we should optimize for those at this point.

Is it a breaking change or non-breaking change?

Some would say breaking... I would say non-breaking. It's just a cosmetic change, after all.

How can we test the before & after?

Browse all CRUDs in the demo on mobile (using Chrome DevTools).

@tabacitu tabacitu added Priority: MUST Minor Bug A bug that happens only in a very niche or specific use case. labels Jan 25, 2022
@tabacitu tabacitu merged commit 8825ed2 into 4.2 Jan 25, 2022
@tabacitu tabacitu deleted the change-default-column-limit-to-32 branch January 25, 2022 07:26
This was referenced Jan 25, 2022
@tabacitu tabacitu mentioned this pull request Feb 4, 2022
Merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor Bug A bug that happens only in a very niche or specific use case. non breaking change Priority: MUST
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant