Skip to content

Scaffold new /[locale]/wallet/[address] route and sidebar nav entry #170

Description

@christabel888

Context: No /wallet/[address] route exists today -- new page, like #165.

Where:

What to do:

Suggested approach:

  1. This issue covers scaffolding /wallet/[address] plus all 5 panels (portfolio, balance history, allocation, activity calendar, largest transfers).
  2. Decide the entry point: does the existing search (chore(deps): bump the rust-patch-updates group in /backend with 3 updates #4) route here when a valid Stellar address is entered? Does useWallet() (already in wallet-context) offer a "my wallet" shortcut if connected? Nail this down before building the panels, since it affects the page's default state (empty vs. pre-populated).

Watch out for:

  • A wallet address is user-suppliable input in the URL -- validate it's a well-formed Stellar address before hitting any backend endpoint, and handle the "valid format, but no data" case (an address that's never transacted) distinctly from "invalid address."

Definition of done:

  • /wallet/[address] route exists and is reachable

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions