feat: improve on extension page layout (#2558)

* feat: improve on extension page layout
give it more luft and simplify it a bit. also improved responsiveness
* show description now, ben
This commit is contained in:
dni ⚡
2024-06-26 13:07:13 +02:00
committed by GitHub
parent e9d6160f4d
commit cbe0861439
5 changed files with 99 additions and 110 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
@@ -0,0 +1,16 @@
Vue.component('lnbits-extension-rating', {
name: 'lnbits-extension-rating',
props: ['rating'],
template: `
<div style="margin-bottom: 3px">
<q-rating
v-model="rating"
size="1.5em"
:max="5"
color="primary"
><q-tooltip>
<span v-text="$t('extension_rating_soon')"></span> </q-tooltip
></q-rating>
</div>
`
})
+1
View File
@@ -37,6 +37,7 @@
"js/components.js",
"js/components/lnbits-funding-sources.js",
"js/components/extension-settings.js",
"js/components/extension-rating.js",
"js/components/payment-list.js",
"js/components/payment-chart.js",
"js/event-reactions.js",