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

Generate valid tab ids #1737

Merged
merged 1 commit into from
Aug 31, 2023
Merged

Generate valid tab ids #1737

merged 1 commit into from
Aug 31, 2023

Conversation

ahuth
Copy link
Contributor

@ahuth ahuth commented Aug 31, 2023

Summary:

Noted in https://czi-edu.slack.com/archives/CTFV79JH4/p1693505461086869, we're generating invalid ids for tabs. Here we fix that.

Test Plan:

  • Wrote automated tests
  • CI tests / new tests are not applicable
  • Manually tested my changes, but I want to keep the details secret
  • Manually tested my changes, and here are the details:
    • Create an alpha publish and try out in edu-stack or traject as a sanity check if changes affect build or deploy, or are breaking, such as token changes, widely used component updates, hooks changes, and major dependency upgrades.

@ahuth ahuth requested a review from a team August 31, 2023 18:32
@ahuth ahuth changed the base branch from main to next August 31, 2023 18:32
@ahuth ahuth force-pushed the ah-tab-ids branch 2 times, most recently from 4836a07 to f56027c Compare August 31, 2023 18:33
@github-actions
Copy link

github-actions bot commented Aug 31, 2023

size-limit report 📦

Path Size
components 95.29 KB (+0.02% 🔺)
styles 32.68 KB (0%)

@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

Merging #1737 (8d71764) into next (df0dd2c) will decrease coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             next    #1737      +/-   ##
==========================================
- Coverage   92.32%   92.28%   -0.04%     
==========================================
  Files         146      146              
  Lines        2579     2580       +1     
  Branches      665      665              
==========================================
  Hits         2381     2381              
  Misses        183      183              
- Partials       15       16       +1     
Files Changed Coverage Δ
src/components/Tabs/Tabs.tsx 95.55% <100.00%> (+0.04%) ⬆️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@booc0mtaco booc0mtaco left a comment

Choose a reason for hiding this comment

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

thanks for that quick patch

@ahuth ahuth merged commit d1493ea into next Aug 31, 2023
6 checks passed
@ahuth ahuth deleted the ah-tab-ids branch August 31, 2023 18:56
@booc0mtaco booc0mtaco mentioned this pull request Sep 1, 2023
booc0mtaco added a commit that referenced this pull request Sep 5, 2023
### [13.1.1](v13.1.0...v13.1.1) (2023-09-01)


### Bug Fixes

* generate valid tab ids ([#1737](#1737)) ([d1493ea](d1493ea))
* update deploy docs for storybook 7.x ([#1733](#1733)) ([b3a091e](b3a091e))
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.

3 participants