Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Commit

Permalink
Release v0.2.0 (#46)
Browse files Browse the repository at this point in the history
* update: add default server

* doc: enable auto to top

* update: update with cita 0.18

* update: update with cita 0.18 (#23)

* update: update auto metadata fetch

* fix: fix transaction account display

* fix: fix transaction count display

* update: decimal block height, gas, transaction index

* update: decimal block height, gas, transaction index

* update: update gas to quota

* update: update block number to block height, and update selector text

* update: format value to coin

* update: display age as 'x days x hrs x mins x secs age'

* update: update diagram display

* update: add economical model in metadata panel

* update: update transaction type returned by observable

* update: add version of chain in metadata panel

* update: recover value to non unit

* update: fix display when 0 sec

* update: add economical model in metadata panel (#33)

* update: update banner ui

* update: hide lng selector if no choices

* fix: fix value display in search panel

* update: update default server list

* update: update charts ui

* update: hide version and economical model

* update: update tel invite link (#41)

* update: update doc to load project from cdn (#38)

* fix: fix graph title
  • Loading branch information
Keith-CY authored Sep 27, 2018
1 parent 162351e commit 6efdddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ lib

# Build
dist
Microscope
*.tar.gz

# Optional npm cache directory
.npm
Expand Down
2 changes: 1 addition & 1 deletion src/containers/Graphs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class Graphs extends React.Component<GraphsProps, GraphState> {
const source = getBlockSource({ blocks })
const timeCostOption = {
title: {
text: `Interval(in ms) for the Latest ${this.state.maxCount}`,
text: `Interval (in ms) for the Latest ${this.state.maxCount} Blocks`,
textStyle: {
fontSize: 16
}
Expand Down

0 comments on commit 6efdddf

Please sign in to comment.