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

feat(FR-465): Add prop to enable NEO style in BAITable #3104

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

yomybaby
Copy link
Member

@yomybaby yomybaby commented Feb 6, 2025

resolves #3103 (FR-465)

Introduces a new neoStyle prop to BAITable component, replacing the previous tableComponentToken. This change provides a more focused styling approach for table headers, particularly in light mode where headers now have a specific background color (#E3E3E3). The styling is applied through a combination of CSS classes and theme configuration.

The changes can be verified by:

  1. Checking table header appearance in both light and dark modes
  2. Confirming the header background color (#E3E3E3) in light mode when neoStyle is enabled
  3. Verifying that existing table functionality remains intact

@github-actions github-actions bot added the size:M 30~100 LoC label Feb 6, 2025
Copy link
Member Author

yomybaby commented Feb 6, 2025


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.

@yomybaby yomybaby marked this pull request as ready for review February 6, 2025 05:57
Copy link

github-actions bot commented Feb 6, 2025

Coverage report for ./react

St.
Category Percentage Covered / Total
🔴 Statements
4.75% (-0% 🔻)
398/8373
🔴 Branches
4.11% (-0% 🔻)
239/5814
🔴 Functions 2.88% 78/2708
🔴 Lines
4.68% (-0% 🔻)
383/8192

Test suite run success

124 tests passing in 14 suites.

Report generated by 🧪jest coverage report action from 5f16e27

@ironAiken2 ironAiken2 self-requested a review February 6, 2025 06:18
Copy link
Contributor

@ironAiken2 ironAiken2 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 Feb 7, 2025

Merge activity

resolves #3103 (FR-465)

Introduces a new `neoStyle` prop to BAITable component, replacing the previous `tableComponentToken`. This change provides a more focused styling approach for table headers, particularly in light mode where headers now have a specific background color (#E3E3E3). The styling is applied through a combination of CSS classes and theme configuration.

The changes can be verified by:
1. Checking table header appearance in both light and dark modes
2. Confirming the header background color (#E3E3E3) in light mode when `neoStyle` is enabled
3. Verifying that existing table functionality remains intact
@graphite-app graphite-app bot force-pushed the feat/neoStyle-prop-of-baitable branch from e85bd85 to 5f16e27 Compare February 7, 2025 06:50
@graphite-app graphite-app bot merged commit 5f16e27 into main Feb 7, 2025
6 checks passed
@graphite-app graphite-app bot deleted the feat/neoStyle-prop-of-baitable branch February 7, 2025 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M 30~100 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Prop to Enable NEO Style in BAITable
2 participants