Skip to content

Device ID / Channel ID have no copy-to-clipboard, unlike the install command on Landing #204

Description

@aasis21

Symptom. DeviceDetailsScreen's "Advanced: comms identifiers" panel renders raw monospace Device ID / Latest channel ID strings with no copy affordance, while LandingScreen's install command has a dedicated Copy button with a "Copied!" confirmation for the same kind of long opaque string.

Why it matters. These identifiers are exactly the kind of value a user needs to paste into a bug report or support message; making them un-copyable forces error-prone manual retyping.

Source. mobile/src/ui/screens/DeviceDetailsScreen.tsx (device-id-list / dd.mono rows — plain text, no button); mobile/src/ui/screens/LandingScreen.tsx (InstallCommand's copy() + "Copied!" pattern).

Direction. Reuse the same copy-button pattern for the Device ID / Channel ID rows.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions