Skip to main content

Module components

Module components 

Source

Modules§

api_health
S8 — RPC / API health screen (docs/PLAN.md § 8.S8).
command_log
S10 — Command-log pane (docs/PLAN.md § 8.S10).
health
S1 — Health gates screen (docs/PLAN.md § 8.S1).
lottery
S4 — Lottery / redistribution screen (docs/PLAN.md § 8.S4).
network
S7 — Network / NAT screen (docs/PLAN.md § 8.S7).
peers
S6 — Peers + bin saturation screen (docs/PLAN.md § 8.S6).
scroll
Shared scroll helpers for components with selectable / overflowing lists (S2 stamps, S6 peers, S9 tags). Components track a usize offset alongside their selected index; this module bundles the “keep selected visible” math + the right-edge scrollbar render.
stamps
S2 — Stamps screen (docs/PLAN.md § 8.S2).
swap
S3 — SWAP / cheques screen (docs/PLAN.md § 8.S3).
tags
S9 — Tags / uploads screen (docs/PLAN.md § 8.S9).
warmup
S5 — Warmup screen (docs/PLAN.md § 8.S5).

Traits§

Component
Component is a trait that represents a visual and interactive element of the user interface.