Skip to content

feat(network): add New Accounts panel to /network dashboard - #272

Merged
christabel888 merged 1 commit into
Stellar-Analysis:mainfrom
ndii-dev:issue-163-network-new-accounts
Aug 21, 2026
Merged

feat(network): add New Accounts panel to /network dashboard#272
christabel888 merged 1 commit into
Stellar-Analysis:mainfrom
ndii-dev:issue-163-network-new-accounts

Conversation

@ndii-dev

Copy link
Copy Markdown
Contributor

Closes #163

Adds the New Accounts panel (4th Network Dashboard panel from the pivot doc).

  • New fetchNetworkNewAccounts() in frontend/src/lib/network-api.ts, hitting /api/v1/network/new-accounts (backend#18), with normalization and graceful empty-series fallback.
  • New NewAccountsChart in frontend/src/components/charts/, following the same recharts/ChartExportButton pattern as the other network panels.
  • Wired into /network/page.tsx with its own independent loading state so this panel failing doesn't affect the others.

Adds fetchNetworkNewAccounts() to the network API client (backend#18)
and a new NewAccountsChart component, wired into the /network page.

Closes Stellar-Analysis#163
@christabel888

Copy link
Copy Markdown
Contributor

Superseded by #281 which resolves the merge conflicts (stacked on top of the other /network dashboard PRs). Content merged there.

@christabel888
christabel888 merged commit 25b7cca into Stellar-Analysis:main Aug 21, 2026
5 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add New Accounts panel to /network dashboard

3 participants