Added settings links and link for theme (#2860)

This commit is contained in:
Arc
2024-12-20 10:07:50 +02:00
committed by GitHub
parent 78437eaf94
commit 0c5b909c7a
8 changed files with 50 additions and 1 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -254,6 +254,7 @@ window.localisation.en = {
gradient_background: 'Gradient Background',
language: 'Language',
color_scheme: 'Color Scheme',
admin_settings: 'Admin Settings',
extension_cost: 'This release requires a payment of minimum {cost} sats.',
extension_paid_sats: 'You have already paid {paid_sats} sats.',
release_details_error: 'Cannot get the release details.',
+4
View File
@@ -214,5 +214,9 @@ window.app = Vue.createApp({
if (this.$q.localStorage.getItem('lnbits.border')) {
this.applyBorder()
}
const hash = window.location.hash.replace('#', '')
if (hash) {
this.tab = hash
}
}
})
+4
View File
@@ -122,6 +122,10 @@ window.app = Vue.createApp({
this.getSettings()
this.getAudit()
this.balance = +'{{ balance|safe }}'
const hash = window.location.hash.replace('#', '')
if (hash) {
this.tab = hash
}
},
computed: {
lnbitsVersion() {