native coin handling

This commit is contained in:
tim
2024-09-06 19:42:33 -04:00
parent 93dfb8bdcd
commit 84cadc6e6f
13 changed files with 460 additions and 265 deletions

View File

@@ -1,7 +1,7 @@
<template>
<tr>
<td>
<v-avatar v-if="imageSrc" :image="imageSrc"/>
<v-avatar v-if="imageSrc" :image="imageSrc" size="x-small"/>
</td>
<td class="d-none d-sm-table-cell">{{ token.n || '' }}</td>
<td class="text-right">{{ fixed }}</td>