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(DataTable): introduce 1.0 component #2050

Merged
merged 7 commits into from
Sep 26, 2024
Merged

Conversation

booc0mtaco
Copy link
Contributor

@booc0mtaco booc0mtaco commented Aug 28, 2024

  • new component for complex data-based table content
  • add in types, layouts, and test
  • add in snapshots
  • make use of newly-added tokens

Doc.s

https://61313967cde49b003ae2a860-kjsjrdvscz.chromatic.com/?path=/docs/components-datatable--docs

Test Plan:

  • Wrote/updated automated tests
  • CI tests / new tests are not applicable
  • Manually tested my changes, and here are the details:

@booc0mtaco booc0mtaco marked this pull request as draft August 28, 2024 19:59
Copy link

github-actions bot commented Aug 28, 2024

size-limit report 📦

Path Size
components 92.44 KB (+3.49% 🔺)
styles 28.7 KB (+5.43% 🔺)

@booc0mtaco booc0mtaco force-pushed the aholloway/EDS-1209 branch 2 times, most recently from bfb25c4 to eec0119 Compare August 29, 2024 21:04
Copy link

codecov bot commented Aug 29, 2024

Codecov Report

Attention: Patch coverage is 89.47368% with 14 lines in your changes missing coverage. Please review.

Project coverage is 97.05%. Comparing base (2d6ca70) to head (0bd8291).
Report is 2 commits behind head on next.

Files with missing lines Patch % Lines
src/components/DataTable/DataTable.tsx 89.14% 13 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             next    #2050      +/-   ##
==========================================
- Coverage   97.44%   97.05%   -0.39%     
==========================================
  Files         109      111       +2     
  Lines        2618     2751     +133     
  Branches      668      727      +59     
==========================================
+ Hits         2551     2670     +119     
- Misses         65       78      +13     
- Partials        2        3       +1     
Flag Coverage Δ
97.05% <89.47%> (-0.39%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@booc0mtaco booc0mtaco force-pushed the aholloway/EDS-1209 branch 7 times, most recently from d95fe1a to 4f6ed48 Compare September 4, 2024 16:36
@booc0mtaco booc0mtaco force-pushed the aholloway/EDS-1209 branch 6 times, most recently from 4bf0653 to e95db61 Compare September 13, 2024 15:32
- new component for complex data-based table content
- add in the documentation for props
- add in types, layouts, and test
- add in snapshots
- make use of newly-added tokens
- use tanstack as basis for table implementation
- add in relevant stories for styles
- add in snapshots for tests
- add stories to show column separators
- add stories for sticky column/row treatments
@booc0mtaco booc0mtaco force-pushed the aholloway/EDS-1209 branch 2 times, most recently from a601be8 to 066cdaa Compare September 16, 2024 21:11
- add implementation detail stories
- update snapshots and tests
@booc0mtaco booc0mtaco marked this pull request as ready for review September 26, 2024 15:59
@booc0mtaco booc0mtaco requested a review from a team as a code owner September 26, 2024 15:59
@booc0mtaco
Copy link
Contributor Author

@ahuth thanks ! 🫡

@booc0mtaco booc0mtaco merged commit ffd0e82 into next Sep 26, 2024
10 checks passed
@booc0mtaco booc0mtaco deleted the aholloway/EDS-1209 branch September 26, 2024 20:08
@booc0mtaco booc0mtaco mentioned this pull request Sep 26, 2024
booc0mtaco added a commit that referenced this pull request Sep 27, 2024
## [15.4.0](v15.3.1...v15.4.0) (2024-09-26)

[Storybook](https://61313967cde49b003ae2a860-sdpxmjxjai.chromatic.com/)

### Features

* **Button:** support for not-allowed cursor when disabled ([#2052](#2052)) ([46cb9f6](46cb9f6))
* **DataTable:** introduce 1.0 component ([#2050](#2050)) ([ffd0e82](ffd0e82)), closes [#2055](#2055)


### Bug Fixes

* **Button:** apply external styles when disabled ([#2060](#2060)) ([e762d8b](e762d8b))
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.

2 participants