Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
/ Orion Public archive

Add peers panel #181

Merged
merged 2 commits into from
Aug 22, 2018
Merged

Add peers panel #181

merged 2 commits into from
Aug 22, 2018

Conversation

kernelwhisperer
Copy link
Contributor

@kernelwhisperer kernelwhisperer commented Aug 22, 2018

What changed?

Allow users to connect to other peers as well as see their multi address.
In the Settings there is a new panel dedicated to that.

Copy link
Member

@koalalorenzo koalalorenzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add some tests?

if (!this.props.informationStore.loaded) return null

const { addresses } = this.props.informationStore.peer
const nonLocalHostAdresses = addresses.filter(addr =>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we do a reverse so we see the public ip first?

@koalalorenzo koalalorenzo merged commit 55ed215 into master Aug 22, 2018
@koalalorenzo koalalorenzo deleted the feature/add-peers-panel branch August 22, 2018 17:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants