-
Notifications
You must be signed in to change notification settings - Fork 54
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
refactor(react-query): improve status table #1137
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
π¦ Changeset detectedLatest commit: b85b9f4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
CodSpeed Performance ReportMerging #1137 will create unknown performance changesComparing Summary
|
Bundle sizes [visualization]Compared against 2b74302 No significant changes found |
Size Change: 0 B Total Size: 81.9 kB βΉοΈ View Unchanged
|
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #1137 +/- ##
=======================================
Coverage 75.72% 75.72%
=======================================
Files 57 57
Lines 585 585
Branches 116 115 -1
=======================================
Hits 443 443
Misses 132 132
Partials 10 10
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gwansikk I added commit to this branch to simplify table as below. if you disagree, revert commit please
colWidths: [36, 10, 40], | ||
wordWrap: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool
colWidths: [36, 10, 40], | |
wordWrap: true, | |
colWidths: [36, 10, 40], | |
wordWrap: true, |
Cool! It looks even better than before!! |
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suspensive/cache@0.2.6 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/jotai@0.0.7 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/react@2.9.4 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/react-image@0.0.21 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/react-query@2.9.4 ### Patch Changes - [#1137](#1137) [`ff91b56`](ff91b56) Thanks [@gwansikk](https://github.com/gwansikk)! - fix(react-query): improve status table - Updated dependencies \[]: - @suspensive/utils@2.9.4 - @suspensive/react@2.9.4 - @suspensive/react-query-4@2.9.4 - @suspensive/react-query-5@2.9.4 ## @suspensive/react-query-4@2.9.4 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 - @suspensive/react@2.9.4 ## @suspensive/react-query-5@2.9.4 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 - @suspensive/react@2.9.4 ## @suspensive/utils@2.9.4 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
# Overview - I have set the Status Table to an appropriate size. - If compatibility issues are detected, display a help message in a new row on how to fix them. | π’ | β | | --- | --- | |<img width="552" alt="image" src="https://github.com/user-attachments/assets/f6498c9a-f8c7-49bd-b745-41dc23917ae8">|<img width="553" alt="image" src="https://github.com/user-attachments/assets/582bc16a-609c-4ed1-b8ad-4448a1bbafef">| ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests. --------- Co-authored-by: Jonghyeon Ko <jonghyeon@toss.im>
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suspensive/cache@0.2.6 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/jotai@0.0.7 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/react@2.9.4 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/react-image@0.0.21 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/react-query@2.9.4 ### Patch Changes - [#1137](#1137) [`ff91b56`](ff91b56) Thanks [@gwansikk](https://github.com/gwansikk)! - fix(react-query): improve status table - Updated dependencies \[]: - @suspensive/utils@2.9.4 - @suspensive/react@2.9.4 - @suspensive/react-query-4@2.9.4 - @suspensive/react-query-5@2.9.4 ## @suspensive/react-query-4@2.9.4 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 - @suspensive/react@2.9.4 ## @suspensive/react-query-5@2.9.4 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 - @suspensive/react@2.9.4 ## @suspensive/utils@2.9.4 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
# Overview - I have set the Status Table to an appropriate size. - If compatibility issues are detected, display a help message in a new row on how to fix them. | π’ | β | | --- | --- | |<img width="552" alt="image" src="https://github.com/user-attachments/assets/f6498c9a-f8c7-49bd-b745-41dc23917ae8">|<img width="553" alt="image" src="https://github.com/user-attachments/assets/582bc16a-609c-4ed1-b8ad-4448a1bbafef">| ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests. ---------
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suspensive/cache@0.2.6 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/jotai@0.0.7 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/react@2.9.4 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/react-image@0.0.21 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/react-query@2.9.4 ### Patch Changes - [#1137](#1137) [`ff91b56`](ff91b56) Thanks [@gwansikk](https://github.com/gwansikk)! - fix(react-query): improve status table - Updated dependencies \[]: - @suspensive/utils@2.9.4 - @suspensive/react@2.9.4 - @suspensive/react-query-4@2.9.4 - @suspensive/react-query-5@2.9.4 ## @suspensive/react-query-4@2.9.4 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 - @suspensive/react@2.9.4 ## @suspensive/react-query-5@2.9.4 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 - @suspensive/react@2.9.4 ## @suspensive/utils@2.9.4
# Overview - I have set the Status Table to an appropriate size. - If compatibility issues are detected, display a help message in a new row on how to fix them. | π’ | β | | --- | --- | |<img width="552" alt="image" src="https://github.com/user-attachments/assets/f6498c9a-f8c7-49bd-b745-41dc23917ae8">|<img width="553" alt="image" src="https://github.com/user-attachments/assets/582bc16a-609c-4ed1-b8ad-4448a1bbafef">| ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests. --------- Co-authored-by: Jonghyeon Ko <jonghyeon@toss.im>
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suspensive/cache@0.2.6 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/jotai@0.0.7 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/react@2.9.4 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/react-image@0.0.21 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/react-query@2.9.4 ### Patch Changes - [#1137](#1137) [`ff91b56`](ff91b56) Thanks [@gwansikk](https://github.com/gwansikk)! - fix(react-query): improve status table - Updated dependencies \[]: - @suspensive/utils@2.9.4 - @suspensive/react@2.9.4 - @suspensive/react-query-4@2.9.4 - @suspensive/react-query-5@2.9.4 ## @suspensive/react-query-4@2.9.4 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 - @suspensive/react@2.9.4 ## @suspensive/react-query-5@2.9.4 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 - @suspensive/react@2.9.4 ## @suspensive/utils@2.9.4
# Overview - I have set the Status Table to an appropriate size. - If compatibility issues are detected, display a help message in a new row on how to fix them. | π’ | β | | --- | --- | |<img width="552" alt="image" src="https://github.com/user-attachments/assets/f6498c9a-f8c7-49bd-b745-41dc23917ae8">|<img width="553" alt="image" src="https://github.com/user-attachments/assets/582bc16a-609c-4ed1-b8ad-4448a1bbafef">| ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests. --------- Co-authored-by: Jonghyeon Ko <jonghyeon@toss.im>
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suspensive/cache@0.2.6 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/jotai@0.0.7 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/react@2.9.4 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/react-image@0.0.21 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 ## @suspensive/react-query@2.9.4 ### Patch Changes - [#1137](#1137) [`ff91b56`](ff91b56) Thanks [@gwansikk](https://github.com/gwansikk)! - fix(react-query): improve status table - Updated dependencies \[]: - @suspensive/utils@2.9.4 - @suspensive/react@2.9.4 - @suspensive/react-query-4@2.9.4 - @suspensive/react-query-5@2.9.4 ## @suspensive/react-query-4@2.9.4 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 - @suspensive/react@2.9.4 ## @suspensive/react-query-5@2.9.4 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.4 - @suspensive/react@2.9.4 ## @suspensive/utils@2.9.4
Overview
PR Checklist