-
Notifications
You must be signed in to change notification settings - Fork 524
feat: add diagnostics screen #2392
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
Conversation
2d2e976 to
6e04400
Compare
- adds 'Check Retrieval' action to files context menu - triggers background provide when checking retrieval - renamed doFilesCopyCidProvide to generic doFilesCidProvide - simplified dispatchAsyncProvide to remove context logging - only log PUT_VALUE events during provide operations
upload-artifact@v4 requires unique artifact names when multiple jobs upload artifacts. adds shard index to artifact name.
fixes all 21 TypeScript errors by adding JSDoc type annotations. the errors were exposed when we started importing DEFAULT_IPFS_CHECK_URL from TypeScript files, bringing gateway.js into the TypeScript check scope.
- properly wait for async state updates to complete - remove incorrect expectations for onErrorChange calls - add test-results/ to .gitignore
- show tooltip on initial load for 6 seconds - add pulsating animation to play button before first interaction - add breathing animation to pause icon when streaming - enhance tooltip styling with better padding and non-selectable content
- show different message when streaming but no logs appear - add "Clear all logs" resets to initial state with tooltip - stop streaming when clearing logs - use muted color for empty state messages
- use single column layout for better consistency - add consistent label and input styling matching webui patterns - add htmlFor/id attributes for accessibility - use shared button labels from app translations - remove unused translation keys
- simplify and clarify all log-related labels and descriptions - rename confusing translation keys (description → placeholder) - add Default button to quickly set log level to error - rename Reset to Cancel for clarity (only cancels unsaved changes) - use consistent button labels from app translations - remove redundant main description, merge into log config section - make descriptions more user-friendly with practical examples - fix unused imports and linting errors
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.
Lgtm, thank you @SgtPooki I think this is as good as we could make it given the time allocated.
Once CI is green, I'm going to merge it to give translators more time before we cut a release later this week (I hope to dogfood it bit more in Kubo 0.38 RC1)
|
@lidel Awesome. I was going to open up a follow up for the check retrieval action you added.. very nice. |
## [4.9.0](v4.8.0...v4.9.0) (2025-09-17) CID `bafybeietkqxghs3hm56e3w64s4papqlvvzqzjigs4eyuy24plkpz652fee` --- ### Features * add Agent Version column to peers table ([#2433](#2433)) ([614f30d](614f30d)), closes [ipfs/kubo#9465](ipfs/kubo#9465) [ipfs/js-kubo-rpc-client#342](ipfs/js-kubo-rpc-client#342) [ipfs/kubo#9465](ipfs/kubo#9465) * add close button to file viewer for improved navigation ([#2401](#2401)) ([84969a5](84969a5)) * add diagnostics screen ([#2392](#2392)) ([f3a8179](f3a8179)), closes [#2424](#2424) [ipfs-check#102](ipfs/ipfs-check#102) [/github.com/ipfs/ipfs-check/pull/102#pullrequestreview-3214396503](https://github.com/ipfs//github.com/ipfs/ipfs-check/pull/102/issues/pullrequestreview-3214396503) [#2434](#2434) * **files:** advanced sorting options ([#2421](#2421)) ([c9251eb](c9251eb)) * migrate Tooltip from Javascript to Typescript ([#2381](#2381)) ([dc9e9ac](dc9e9ac)) ### Bug Fixes * create redux-bundler migration helpers ([#2388](#2388)) ([d1fdb87](d1fdb87)) * display UX friendly error for missing files ([#2346](#2346)) ([d4e7fca](d4e7fca)) * **files:** rename in Grid View ([#2422](#2422)) ([e39bce6](e39bce6)) * **i18n:** prevent English replacements in translation sync workflow ([#2418](#2418)) ([323c59e](323c59e)) * macos input focus issue in draggable regions ([#2416](#2416)) ([5382688](5382688)) * migrate error boundary to typescript ([#2402](#2402)) ([b33775a](b33775a)) * **navbar:** highlighting on browser back ([#2425](#2425)) ([cec6dfd](cec6dfd)) * Prevent layout breaks with long filenames in file preview ([#2415](#2415)) ([f82efcd](f82efcd)) * reference to `global` in browser environment ([#2408](#2408)) ([03b2e92](03b2e92)) * shared max for bandwidth chart ([#2426](#2426)) ([cd17032](cd17032)) * typecheck more files ([#2409](#2409)) ([fb967ee](fb967ee)) ### Tests * fix bring-your-own kubo node functionality ([#2396](#2396)) ([0883cfa](0883cfa)) * make e2e tests more robust ([#2438](#2438)) ([3de544b](3de544b)) ### Trivial Changes * **readme:** update links ([dc6f8f4](dc6f8f4)) * remove selectApiUrl selector ([#2412](#2412)) ([d4710e8](d4710e8))
|
🎉 This PR is included in version 4.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |





Adds diagnostics screen to the webui.
The page has tabs support, but only the logs tab is implemented currently.
refs
With unsupported kubo versions:
Main view
Demo
2025-09-02.at.19.16.08.-.Salmon.Cheetah.webm