Couple of changes. Starting on the point bank.

This commit is contained in:
BlackMajor
2019-12-31 23:28:30 +13:00
parent c14a639f6e
commit 8085022d97
8 changed files with 127 additions and 10 deletions

View File

@@ -0,0 +1,60 @@
<ui-display>
<ui-section>
Current stored points: {{data.totalPoints}}
<div class="display tabular">
<section class="cell">
<ui-button action='Claim'>
-All
</ui-button>
</section>
<section class="cell">
<ui-button action='Claim'>
-1000
</ui-button>
</section>
<section class="cell">
<ui-button action='Claim'>
-100
</ui-button>
</section>
<section class="cell">
<ui-button action='Claim'>
-10
</ui-button>
</section>
<section class="cell">
<ui-button action='Claim'>
-1
</ui-button>
</section>
<section class="cell">
Transfer Points
</section>
<section class="cell">
<ui-button action='Claim'>
+1
</ui-button>
</section>
<section class="cell">
<ui-button action='Claim'>
+10
</ui-button>
</section>
<section class="cell">
<ui-button action='Claim'>
+100
</ui-button>
</section>
<section class="cell">
<ui-button action='Claim'>
+1000
</ui-button>
</section>
<section class="cell">
<ui-button action='Claim'>
+All
</ui-button>
</section>
</div>
</ui-section>
</ui-display>