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 // update cache version every time there is a new deployment
// so the service worker reinitializes the cache // so the service worker reinitializes the cache
const CACHE_VERSION = 30 const CACHE_VERSION = 31
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-` const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
const getApiKey = request => { const getApiKey = request => {

View file

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

View file

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