Merged
Conversation
Electron's `webui://` protocol truncates hash fragments at hyphens, causing blank screens on Retrieval Check and DHT Provide tabs. - src/diagnostics/diagnostics-content.tsx: rename tab URL segments `retrieval-check` -> `retrieval`, `dht-provide` -> `provider`, remove unused imports and dead code - src/files/FilesPage.js: update retrieval diagnostics link - src/files/file-not-found/index.tsx: update retrieval diagnostics link - src/settings/SettingsPage.js: update retrieval diagnostics link - src/components/unsupported-kubo-version/unsupported-kubo-version.tsx: show loading text instead of blank when agent version is not yet known - src/contexts/ProvideStat/provide-context.tsx: reorder deps array
update `/#/diagnostics/dht-provide` -> `/#/diagnostics/provider` in playwright e2e test to match the URL rename from prior commit
ipfs-gui-bot
pushed a commit
that referenced
this pull request
Mar 2, 2026
## [4.12.0](v4.11.1...v4.12.0) (2026-03-02) CID `bafybeihxglpcfyarpm7apn7xpezbuoqgk3l5chyk7w4gvrjwk45rqohlmm` --- ### Features * **peers:** updated ipfs-geoip and Peers screen optimizations ([#2480](#2480)) ([4879de2](4879de2)) ### Bug Fixes * diagnostics tab urls electron ([#2481](#2481)) ([d1e5cd2](d1e5cd2)) ### Trivial Changes * pull transifex translations ([#2479](#2479)) ([bc3856b](bc3856b))
Collaborator
|
🎉 This PR is included in version 4.12.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Electron-onlu
webui://protocol truncated hash fragments at hyphens, causing blank screens on Retrieval Check and DHT Provide tabs.This fixes both screens in ipfs-desktop, unblocking