Contributor profiles #135
Reference in New Issue
Block a user
Delete Branch "feature/contributor_profiles"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds the basic layout and functionality for rendering (linkable) details in a third column/pane, and as first addition it implements basic contributor profile cards. Account links and stats are still missing, but easy to add from here on.
See commits for some more details.
Now also includes account links:
Very nice.
@@ -0,0 +1,15 @@import Component from '@ember/component';Necessary information? ;)
@@ -0,0 +1,15 @@import Component from '@ember/component';Haha, good catch. :)
this is super cool!
@@ -0,0 +28,4 @@<p><a href="https://rinkeby.etherscan.io/address/{{model.account}}" class="button small" target="_blank" rel="noopener">Inspect Ethereum transactions</a>{{#if model.ipfsHash}}<a href="https://ipfs.io/ipfs/{{model.ipfsHash}}" class="button small" target="_blank" rel="noopener">Inspect IPFS profile</a>we could use the
gatewayUrlhere@@ -0,0 +28,4 @@<p><a href="https://rinkeby.etherscan.io/address/{{model.account}}" class="button small" target="_blank" rel="noopener">Inspect Ethereum transactions</a>{{#if model.ipfsHash}}<a href="https://ipfs.io/ipfs/{{model.ipfsHash}}" class="button small" target="_blank" rel="noopener">Inspect IPFS profile</a>That was actually intentional, for two reasons: