This commit is contained in:
Putnam
2020-01-09 19:09:38 -08:00
487 changed files with 6417 additions and 6467 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>