Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix validator anchor #2383

Merged
merged 6 commits into from
Mar 29, 2019
Merged

fix validator anchor #2383

merged 6 commits into from
Mar 29, 2019

Conversation

fedekunze
Copy link
Contributor

Closes #2323

Description:

Thank you! 🚀


For contributor:

  • Added entries in PENDING.md with issue # and GitHub username
  • Reviewed Files changed in the github PR explorer
  • Attach screenshots of the UI components on the PR description (if applicable)
  • Scope of work approved for big PRs

For reviewer:

  • Manually tested the changes on the UI

@codecov
Copy link

codecov bot commented Mar 29, 2019

Codecov Report

Merging #2383 into develop will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           develop   #2383      +/-   ##
==========================================
+ Coverage     96.4%   96.4%   +<.01%     
==========================================
  Files          106     106              
  Lines         2389    2391       +2     
  Branches       129     129              
==========================================
+ Hits          2303    2305       +2     
  Misses          66      66              
  Partials        20      20
Impacted Files Coverage Δ
.../src/renderer/components/staking/PageValidator.vue 100% <100%> (ø) ⬆️
app/src/renderer/components/wallet/LiCoin.vue 100% <100%> (ø) ⬆️

@@ -288,6 +298,11 @@ export default {
// status: active
return `green`
},
// empty descriptions have a strange '[do-not-modify]' value which we don't want to show
website() {
const url = this.validator.description.website
Copy link
Contributor

Choose a reason for hiding this comment

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

minor: we could pass the parameter straight to the function

Copy link
Contributor

@sabau sabau left a comment

Choose a reason for hiding this comment

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

nice

@fedekunze fedekunze merged commit 32256d1 into develop Mar 29, 2019
@fedekunze fedekunze deleted the fedekunze/2323-anchor branch March 29, 2019 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add anchor to validator website
2 participants