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(grid column): fix the paddings #126

Merged
merged 2 commits into from
Jan 6, 2023

Conversation

frankie303
Copy link
Contributor

@frankie303 frankie303 commented Jan 6, 2023

Pull Request

Description

Fixed the not applying styling (padding-left / padding-right) for the Grid component.

Also, updated the screenshot tests.

JIRA ticket: https://heycar.atlassian.net/browse/HEYUI-217

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation change

How do I test this

  • Add steps to test
  • in bullet point format
  • preferably you can add link to the storybook build in the PR

Checklist

Did you remember to take care of the following?

  • npm i – for new NPM dependencies.
  • npm run lint - to check for linting issues
  • npm run test - to run unit tests
  • npm run test:sh:docker - to run screenshot tests, detail instruction

New Feature / Bug Fix

  • Run unit tests to ensure all existing tests are still passing.
  • Add new passing unit tests to cover the code introduced by your pr.

Thanks for contributing!

@frankie303 frankie303 marked this pull request as ready for review January 6, 2023 13:48
@frankie303 frankie303 changed the title fix(grid column): fix the paddings of grid column fix(grid column): fix the paddings Jan 6, 2023
@coveralls
Copy link

coveralls commented Jan 6, 2023

Pull Request Test Coverage Report for Build 3855808612

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 98.066%

Totals Coverage Status
Change from base Build 3839481310: 0.0%
Covered Lines: 862
Relevant Lines: 865

💛 - Coveralls

@github-actions
Copy link

github-actions bot commented Jan 6, 2023

Compiled a new version demo.

@github-actions
Copy link

github-actions bot commented Jan 6, 2023

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 99.47% 939/944
🟢 Branches 89.94% 152/169
🟢 Functions 98.11% 52/53
🟢 Lines 99.65% 862/865

Test suite run success

238 tests passing in 34 suites.

Report generated by 🧪jest coverage report action from 2a4e1b1

@frankie303 frankie303 self-assigned this Jan 6, 2023
@github-actions
Copy link

github-actions bot commented Jan 6, 2023

Compiled a new version demo.

@esraltintas esraltintas merged commit b73afae into main Jan 6, 2023
@esraltintas esraltintas deleted the fix/HEYUI-217-fix-grid-col-padding branch January 6, 2023 14:26
supcar pushed a commit that referenced this pull request Jan 6, 2023
## [3.2.3](v3.2.2...v3.2.3) (2023-01-06)

### Bug Fixes

* **grid column:** fix the paddings ([#126](#126)) ([b73afae](b73afae))
@supcar
Copy link
Collaborator

supcar commented Jan 6, 2023

🎉 This PR is included in version 3.2.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@supcar supcar added the released label Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants