Browse Source

Update index.html

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
aff2ab1780
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 25
      lnbits/extensions/tpos/templates/tpos/index.html

25
lnbits/extensions/tpos/templates/tpos/index.html

@ -68,7 +68,32 @@
</q-card>
</div>
<div class="col-12 col-md-4 col-lg-5 q-gutter-y-md">
<q-card>
<q-card-section>
<h6 class="text-subtitle1 q-my-none">LNbits TPoS extension</h6>
</q-card-section>
<q-card-section class="q-pa-none">
<q-separator></q-separator>
<q-list>
<q-expansion-item
group="extras"
icon="swap_vertical_circle"
label="Info"
:content-inset-level="0.5"
>
<q-card>
<q-card-section>
<p>TPoS is an instant and secure point of sale terminal. A merchant can use the PoS to accept payments to their LNbits wallet, without having to expose the wallet itself, which means it can even be shared with others. <br/>For example, a merchant could setup multiple TPoSs for each one of their colleagues, and use TPoS to track which colleague has taken sales. The terminal is optimized for mobile use, and is easily shared as a QR code, via the "[]" share function on the TPoS. <br/>
<small> Created by, <a href="https://github.com/talvasconcelos">Tiago Vasconcelos</a></small></p>
</q-card>
</q-card-section>
</q-expansion-item>
</q-list>
</q-card-section>
</q-card>
</div>
<q-dialog v-model="tposDialog.show" position="top">
<q-card class="q-pa-lg q-pt-xl" style="width: 500px">

Loading…
Cancel
Save