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

allow hiding marketcap percentage #2818

Merged
merged 10 commits into from
Nov 1, 2019
Merged

Conversation

ayrat555
Copy link
Contributor

Motivation

resolves #2567

Changelog

  • allow hiding marketcap percentage

@coveralls
Copy link

coveralls commented Oct 29, 2019

Pull Request Test Coverage Report for Build 600fcbec-7c3c-43d2-a770-5db8a2308340

  • 2 of 2 (100.0%) changed or added relevant lines in 2 files are covered.
  • 10 unchanged lines in 4 files lost coverage.
  • Overall coverage decreased (-0.1%) to 76.457%

Files with Coverage Reduction New Missed Lines %
apps/indexer/lib/indexer/fetcher/token.ex 1 80.0%
apps/indexer/lib/indexer/fetcher/token_balance.ex 2 87.88%
apps/indexer/lib/indexer/fetcher/token_instance.ex 3 0.0%
apps/indexer/lib/indexer/block/fetcher.ex 4 86.75%
Totals Coverage Status
Change from base Build 9a8b0b1e-f018-478f-af6c-0400b3975154: -0.1%
Covered Lines: 5300
Relevant Lines: 6932

💛 - Coveralls

ayrat555 added a commit to ayrat555/docs that referenced this pull request Oct 29, 2019
Copy link
Contributor

@pasqu4le pasqu4le left a comment

Choose a reason for hiding this comment

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

Only a comment

Comment on lines 250 to 257
#, elixir-format
#: lib/block_scout_web/templates/address/_tabs.html.eex:32
#: lib/block_scout_web/templates/address/overview.html.eex:97
#: lib/block_scout_web/templates/address_validation/index.html.eex:13
#: lib/block_scout_web/views/address_view.ex:313
msgid "Blocks Validated"
msgstr ""

Copy link
Member

Choose a reason for hiding this comment

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

@ayrat555 what is the rationale to change the placement of these strings in the internalization file? Please let's leave them as is. Otherwise, there will be merging conflicts.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@vbaranov to fix merging conflicts. Let me try to change only line numbers

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@vbaranov vbaranov self-requested a review November 1, 2019 11:38
Copy link
Member

@vbaranov vbaranov left a comment

Choose a reason for hiding this comment

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

@ayrat555 in case of disabled % of market cap, the header of the table doesn't fill the full width of the container
Screenshot 2019-11-01 at 14 37 47

@ayrat555
Copy link
Contributor Author

ayrat555 commented Nov 1, 2019

@vbaranov I addressed your comment

@vbaranov vbaranov merged commit d7ed17f into master Nov 1, 2019
@vbaranov vbaranov deleted the ab-hide-percentage-of-marketcap branch November 1, 2019 15:55
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.

Make configurable display of marketcap %
4 participants