Better wallet format (#1735)

* Fixing big inout

* btter wallet format
This commit is contained in:
Arc 2023-05-24 15:44:28 +01:00 committed by GitHub
parent 921984e52b
commit 02bf2f9819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 10 deletions

View File

@ -1,6 +1,6 @@
// update cache version every time there is a new deployment
// so the service worker reinitializes the cache
const CACHE_VERSION = 30
const CACHE_VERSION = 31
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
const getApiKey = request => {

View File

@ -148,14 +148,7 @@ new Vue({
{
name: 'time',
align: 'left',
label: this.$t('date'),
field: 'date',
sortable: true
},
{
name: 'memo',
align: 'left',
label: this.$t('memo'),
label: this.$t('memo') + '/' + this.$t('date'),
field: 'date',
sortable: true
},

View File

@ -149,6 +149,7 @@
{% raw %}
<template v-slot:header="props">
<q-tr :props="props">
<q-th auto-width></q-th>
<q-th v-for="col in props.cols" :key="col.name" :props="props"
>{{ col.label }}</q-th
>
@ -174,7 +175,7 @@
</q-icon>
</q-td>
<q-td
key="memo"
key="time"
:props="props"
style="white-space: normal; word-break: break-all"
>