fix issues:99#102
Conversation
There was a problem hiding this comment.
Pull request overview
This PR aims to address parts of issue #99 by improving navigation UX in the subgraph-client: it changes the “go back” affordance on detail pages to a “go home” link, and it adds a shortcut to route direct provider-address searches to the provider details page.
Changes:
- Replace
GoBackLinkwith a newGoHomeLinkacross several pages so the top-left navigation returns to the landing page. - Add a provider-address regex check on the landing search flow to navigate directly to the provider details page.
- Introduce
subgraph-client/src/components/go-home.tsx.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| subgraph-client/src/pages/ServiceDetails.tsx | Swap back navigation to the new home-link component. |
| subgraph-client/src/pages/ProviderDetails.tsx | Swap back navigation to the new home-link component. |
| subgraph-client/src/pages/ProofSetDetails.tsx | Swap back navigation to the new home-link component. |
| subgraph-client/src/pages/PieceDetails.tsx | Swap back navigation to the new home-link component. |
| subgraph-client/src/pages/Landing.tsx | Add direct-navigation behavior for provider-address searches. |
| subgraph-client/src/pages/GasCalculator.tsx | Swap back navigation to the new home-link component. |
| subgraph-client/src/pages/Documentation.tsx | Swap back navigation to the new home-link component. |
| subgraph-client/src/components/go-home.tsx | New component implementing “Go Home” navigation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Agent-Logs-Url: https://github.com/FilOzone/pdp-explorer/sessions/5c2bd498-c7cf-40f8-a7e5-7b1dc0df82b4 Co-authored-by: kaola526 <88829586+kaola526@users.noreply.github.com>
Agent-Logs-Url: https://github.com/FilOzone/pdp-explorer/sessions/5c2bd498-c7cf-40f8-a7e5-7b1dc0df82b4 Co-authored-by: kaola526 <88829586+kaola526@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
silent-cipher
left a comment
There was a problem hiding this comment.
This PR still doesn’t address the last issue:
- There is no button to switch networks on the mobile phone
fix #99