Skip to content

Commit

Permalink
Add support for user contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jun 13, 2015
1 parent 52dfc2c commit 9556c29
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 23 deletions.
7 changes: 2 additions & 5 deletions html/pages/dividends_scanner.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1>Dividends Scanner Plugin</h1>
<div class="row">
<!-- First Chart -->
<div class="col-md-6">
<div class="box box-primary" style="min-height:400px;max-height: 400px;overflow: auto;;">
<div class="box box-primary" style="min-height:300px;max-height: 600px;overflow: none;;">
<div class="box-header">
<h3 class="box-title"><span>Asset Distribution</span></h3>
</div>
Expand All @@ -20,7 +20,7 @@ <h3 class="box-title"><span>Asset Distribution</span></h3>
</div>
</div>
<div class="col-md-6">
<div class="box box-primary" style="min-height:400px;max-height: 400px;overflow: auto;;">
<div class="box box-primary" style="min-height:300px;max-height: 600px;overflow: none;">
<div class="box-header">
<h3 class="box-title"><span>Largest Incomes</span></h3>
</div>
Expand Down Expand Up @@ -55,11 +55,8 @@ <h3 class="box-title"><span>Largest Incomes</span></h3>
</p>
<center>
<p style="font-size:12px;">You can find the latest version in <a href='https://github.com/chevdor/nrs-dividends_scanner/releases'>GitHub</a>.</p>

<button type="button" class="btn btn-success" data-toggle="modal" data-target="#send_money_modal" data-account="NXT-YCLA-V44V-USJK-3GPJD" data-i18n="send_money" title="This button will not send anything automatically. It simply opens the 'Send NXT' window.">Show your support</button>

<p style="font-size:12px;">Your support through donation is as much appreciated as a little message.</p>

</center>
</section>
</div>
61 changes: 44 additions & 17 deletions js/nrs.dividends_scanner.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pluginVersion": 1,
"name": "Dividends Scanner",
"myVersion": "0.3.0.0",
"myVersion": "0.4.0.0",
"shortDescription": "Analyzes your assets and provides stats about your dividends.",
"infoUrl": "https://github.com/chevdor/nrs-dividends_scanner",
"startPage": "p_dividends_scanner",
Expand Down

0 comments on commit 9556c29

Please sign in to comment.