Skip to content

fix: diagnostics tab urls electron#2481

Merged
lidel merged 4 commits intomainfrom
fix/diagnostics-tab-urls-electron
Mar 2, 2026
Merged

fix: diagnostics tab urls electron#2481
lidel merged 4 commits intomainfrom
fix/diagnostics-tab-urls-electron

Conversation

@lidel
Copy link
Member

@lidel lidel commented Mar 2, 2026

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

lidel added 2 commits March 2, 2026 19:24
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
@lidel lidel requested a review from a team as a code owner March 2, 2026 18:27
update `/#/diagnostics/dht-provide` -> `/#/diagnostics/provider`
in playwright e2e test to match the URL rename from prior commit
@lidel lidel merged commit d1e5cd2 into main Mar 2, 2026
11 checks passed
@lidel lidel deleted the fix/diagnostics-tab-urls-electron branch March 2, 2026 18:44
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))
@ipfs-gui-bot
Copy link
Collaborator

🎉 This PR is included in version 4.12.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants