Skip to content

fix(frontend): update Peer page maxPacketAmount description and link#3881

Open
Onyx2406 wants to merge 1 commit intointerledger:mainfrom
Onyx2406:fix/peer-page-descriptions
Open

fix(frontend): update Peer page maxPacketAmount description and link#3881
Onyx2406 wants to merge 1 commit intointerledger:mainfrom
Onyx2406:fix/peer-page-descriptions

Conversation

@Onyx2406
Copy link
Copy Markdown

@Onyx2406 Onyx2406 commented Apr 3, 2026

Summary

Updates the maxPacketAmount field description on the Create Peer and Edit Peer Admin UI pages per the TODOs in #3178:

  • Description updated: Changed from "The maximum amount of value that can be sent in a single Interledger STREAM Packet" to "The maximum amount of value that you are willing to accept from the peer in a single Interledger packet"
  • Link updated: Changed from interledger.org/developers/rfcs/stream-protocol/ to rafiki.dev/admin/admin-user-guide/ (more stable, less likely to move)

Both the Create Peer (peers.create.tsx) and Edit Peer (peers.$peerId.tsx) pages are updated.

Changes

File Change
packages/frontend/app/routes/peers.create.tsx Update maxPacketAmount description and link
packages/frontend/app/routes/peers.$peerId.tsx Update maxPacketAmount description and link

Closes #3178

Update the maxPacketAmount field description on both the Create Peer
and Edit Peer pages to specify that it is the maximum amount the
operator is willing to accept from the peer, rather than the
maximum that can be sent.

Also update the link from the STREAM protocol RFC to the Rafiki
admin user guide at rafiki.dev, which is a more stable URL.

Closes interledger#3178
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 3, 2026

Deploy Preview for brilliant-pasca-3e80ec failed. Why did it fail? →

Name Link
🔨 Latest commit ba40bea
🔍 Latest deploy log https://app.netlify.com/projects/brilliant-pasca-3e80ec/deploys/69cf6a92f3153700083766f6

@github-actions github-actions bot added the pkg: frontend Changes in the frontend package. label Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: frontend Changes in the frontend package.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Admin UI Peer page with correct descriptions

1 participant