-
Notifications
You must be signed in to change notification settings - Fork 13
feat(indexd): siascan explorer data #1225
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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Skipped Deployments
|
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.
Pull Request Overview
This PR migrates indexd from using daemon-based explorer data to Siascan explorer data. The change removes the dependency on daemon explorer APIs and switches to using Siascan-specific hooks and services.
Key changes:
- Replace daemon explorer hooks with Siascan equivalents across multiple components
- Remove daemon explorer configuration from app layout
- Disable the daemon explorer toggle in settings dialog
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
libs/design-system/src/app/SettingsDialog.tsx | Removes the onCheckedChange handler for daemon explorer toggle |
apps/indexd/hooks/useMedianPrices.tsx | Switches from useDaemonExplorerHostMetrics to useSiascanHostMetrics |
apps/indexd/contexts/config/useFormExchangeRate.tsx | Switches from useDaemonExplorerExchangeRate to useSiascanExchangeRate |
apps/indexd/components/Config/index.tsx | Switches from useDaemonExplorerExchangeRate to useSiascanExchangeRate |
apps/indexd/app/layout.tsx | Removes daemon explorer configuration and unused import |
575db9b
to
2e08288
Compare
2e08288
to
862e457
Compare
5900192
to
22c495a
Compare
Merge activity
|
862e457
to
6a44497
Compare
Uh oh!
There was an error while loading. Please reload this page.