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

Bug Fixes and Enhancements #128

Merged
merged 21 commits into from
Sep 8, 2017
Merged

Bug Fixes and Enhancements #128

merged 21 commits into from
Sep 8, 2017

Conversation

oluwandabira
Copy link
Member

This should address issues:
#116, #117, #118, #119, #120, #122, #123, #124 and #126

@raedah
Copy link

raedah commented Sep 8, 2017

ACK I have tested this and updated the related issues. Can be merged following code review.
Note, search error page template needs restyling by @gozart1 , can be done as a separate PR.

views/root.tmpl Outdated
@@ -356,7 +356,7 @@
</table>
</div>
<div class="col-md-6 text-left">
<div>Number of Tickets Mined in Last Block: <strong id="feeinfo_number">{{.StakeSummary.Feeinfo.Number}}</strong></div>
<div>Tickets in Lastest Block: <strong id="feeinfo_number">{{.StakeSummary.Feeinfo.Number}}</strong></div>
Copy link
Member

Choose a reason for hiding this comment

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

Should be Latest, not Lastest

Copy link
Member

@chappjc chappjc left a comment

Choose a reason for hiding this comment

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

minor changes, which can wait if we make a note.

testing now...

views/tx.tmpl Outdated
<td>{{.Sequence}}</td>
<td>{{.Tree}}</td>
<td>{{.AmountIn | getAmount}}</td>
<td>{{if eq .AmountIn -1e-8}} N/A {{else}} {{.AmountIn}} {{end}}</td>
Copy link
Member

Choose a reason for hiding this comment

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

Unless we understand clearly where -1e-8 is coming from (is it hard-coded somewhere?) I'd prefer if we change this to <0, but it's OK for now.

web.go Outdated
})
if err != nil {
http.Error(w, "template execute failure", http.StatusInternalServerError)
return
Copy link
Member

Choose a reason for hiding this comment

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

need to log err

@chappjc
Copy link
Member

chappjc commented Sep 8, 2017

The "dcrdata.org" link in the footer goes to the wrong place. I'm not sure where it should go tbh as we don't have an general organization page, and only a basic GH page for the dcrdata repository at http://www.dcrdata.org/

@chappjc chappjc merged commit 565ae2c into decred:master Sep 8, 2017
@oluwandabira oluwandabira deleted the tx-errors branch September 11, 2017 19:24
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.

4 participants