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.
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:

galfert
(Migrated from github.com)
approved these changes 2019-07-12 09:35:27 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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: