Skip to content

feat: add 'ms' gap size to Flex component #3629

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

Merged
merged 1 commit into from
May 22, 2025

Conversation

agatha197
Copy link
Contributor

@agatha197 agatha197 commented May 9, 2025

https://lablup.atlassian.net/browse/FR-971
Resolves #3628 (FR-971)

This PR adds a new 'ms' size option to the GapSize type in the Flex component and changes the token reference from 'padding' to 'size' when converting string gap sizes to their numeric values.

Checklist:

  • Documentation
  • Minium required manager version
  • Specific setting for review (eg., KB link, endpoint or how to setup)
  • Minimum requirements to check during review
  • Test case(s) to demonstrate the difference of before/after

Copy link
Contributor Author


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has required the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions github-actions bot added the size:XS ~10 LoC label May 9, 2025
@agatha197 agatha197 requested a review from yomybaby May 9, 2025 06:02
Copy link

github-actions bot commented May 9, 2025

Coverage report for ./react

St.
Category Percentage Covered / Total
🔴 Statements 3.93% 409/10408
🔴 Branches 3.3% 240/7277
🔴 Functions 2.39% 79/3299
🔴 Lines 3.87% 394/10185

Test suite run success

124 tests passing in 14 suites.

Report generated by 🧪jest coverage report action from a6e33a4

Copy link
Member

@yomybaby yomybaby left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

graphite-app bot commented May 22, 2025

Merge activity

https://lablup.atlassian.net/browse/FR-971
Resolves #3628 (FR-971)

This PR adds a new 'ms' size option to the `GapSize` type in the Flex component and changes the token reference from 'padding' to 'size' when converting string gap sizes to their numeric values.

**Checklist:**

- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after
@graphite-app graphite-app bot force-pushed the feat/add-ms-gap-size-to-Flex branch from 65a1764 to a6e33a4 Compare May 22, 2025 02:16
@graphite-app graphite-app bot merged commit a6e33a4 into main May 22, 2025
8 checks passed
@graphite-app graphite-app bot deleted the feat/add-ms-gap-size-to-Flex branch May 22, 2025 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS ~10 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

let's add 'ms' gap size to Flex component
2 participants