-
Notifications
You must be signed in to change notification settings - Fork 489
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
test(storybook): add PeerBandwidthTable.stories.js #2095
Conversation
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.
Why call it a chore?
- https://icon.now.sh/triangleUp or down is not reachable, can we also fix that as part of this?
I guess it's technically a test but wasnt required, isnt a fix, isnt a feat, and not docs.. Im fine with either.
Yea as mentioned in the description, this component doesn't seem to be used, so i think we could address later if the component is used? But i think the component has value either way as an example.. we could add a version of this to the status or peers page later and could address it then. |
Co-authored-by: Nishant Arora <[email protected]>
Co-authored-by: Nishant Arora <[email protected]>
Co-authored-by: Nishant Arora <[email protected]>
## [4.1.0](v4.0.2...v4.1.0) (2023-07-25) CID `bafybeieqdeoqkf7xf4aozd524qncgiloh33qgr25lyzrkusbcre4c3fxay` --- ### Features * add 4EVERLAND to list of pinning service providers ([#2107](#2107)) ([12a0f87](12a0f87)) ### Bug Fixes * **ci:** e2e coverage ([#2142](#2142)) ([83353e0](83353e0)) * [email protected] ([#2141](#2141)) ([670ba7c](670ba7c)) ### Tests * only repeat e2e tests on PRs ([#2124](#2124)) ([530c501](530c501)) * **storybook:** add PeerBandwidthTable.stories.js ([#2095](#2095)) ([c969c5e](c969c5e)) ### Trivial Changes * Pull transifex translations ([#2137](#2137)) ([2284453](2284453)) * Pull transifex translations ([#2140](#2140)) ([95d468b](95d468b))
🎉 This PR is included in version 4.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Similar to #2094
adding storybook coverage to file with low coverage at https://app.codecov.io/gh/ipfs/ipfs-webui/tree/main/src/status
@alanshaw @hacdias @lidel @olizilla Do any of you know if this component was ever used? If so, was it removed purposefully?
It looks like this table is supposed to be surfaced inside the currently used peers table as a single column (see screenshot from #1616)
other related issues: