lnbits paid articles added

This commit is contained in:
HolgerHatGarKeineNode
2023-03-13 20:35:23 +01:00
parent 0fbc57a192
commit 70bda06360
15 changed files with 77 additions and 17 deletions

View File

@@ -837,8 +837,11 @@
"Payment hash copied!": "Payment Hash kopiert!",
"Copy payment hash": "Kopiere Payment Hash",
"Enter the data of your LNBits instance here to receive sats for articles, for example.": "Gib hier die Daten deiner LNBits-Instanz ein, um sats für zum Beispiel Artikel zu erhalten.",
"LNBits Url": "",
"Wallet ID": "",
"Invoice\/read key": "",
"paid": "zu bezahlen"
"LNBits Url": "LNBits Url",
"Wallet ID": "Wallet ID",
"Invoice\/read key": "Invoice\/read key",
"paid": "zu bezahlen",
"Setup LNBits for paid articles": "Setze LNBits für bezahlte Artikel ein",
"Click QR-Code to open your wallet": "Klicke auf den QR-Code, um deine Wallet zu öffnen",
"LNBits settings are not valid!": "LNBits-Einstellungen sind nicht gültig!"
}

View File

@@ -838,5 +838,8 @@
"LNBits Url": "",
"Wallet ID": "",
"Invoice\/read key": "",
"paid": ""
"paid": "",
"Setup LNBits for paid articles": "",
"Click QR-Code to open your wallet": "",
"LNBits settings are not valid!": ""
}

View File

@@ -838,5 +838,8 @@
"LNBits Url": "",
"Wallet ID": "",
"Invoice\/read key": "",
"paid": ""
"paid": "",
"Setup LNBits for paid articles": "",
"Click QR-Code to open your wallet": "",
"LNBits settings are not valid!": ""
}

View File

@@ -839,5 +839,8 @@
"LNBits Url": "",
"Wallet ID": "",
"Invoice\/read key": "",
"paid": ""
"paid": "",
"Setup LNBits for paid articles": "",
"Click QR-Code to open your wallet": "",
"LNBits settings are not valid!": ""
}

View File

@@ -839,5 +839,8 @@
"LNBits Url": "",
"Wallet ID": "",
"Invoice\/read key": "",
"paid": ""
"paid": "",
"Setup LNBits for paid articles": "",
"Click QR-Code to open your wallet": "",
"LNBits settings are not valid!": ""
}

View File

@@ -839,5 +839,8 @@
"LNBits Url": "",
"Wallet ID": "",
"Invoice\/read key": "",
"paid": ""
"paid": "",
"Setup LNBits for paid articles": "",
"Click QR-Code to open your wallet": "",
"LNBits settings are not valid!": ""
}

View File

@@ -839,5 +839,8 @@
"LNBits Url": "",
"Wallet ID": "",
"Invoice\/read key": "",
"paid": ""
"paid": "",
"Setup LNBits for paid articles": "",
"Click QR-Code to open your wallet": "",
"LNBits settings are not valid!": ""
}

View File

@@ -839,5 +839,8 @@
"LNBits Url": "",
"Wallet ID": "",
"Invoice\/read key": "",
"paid": ""
"paid": "",
"Setup LNBits for paid articles": "",
"Click QR-Code to open your wallet": "",
"LNBits settings are not valid!": ""
}

View File

@@ -839,5 +839,8 @@
"LNBits Url": "",
"Wallet ID": "",
"Invoice\/read key": "",
"paid": ""
"paid": "",
"Setup LNBits for paid articles": "",
"Click QR-Code to open your wallet": "",
"LNBits settings are not valid!": ""
}

View File

@@ -801,5 +801,8 @@
"LNBits Url": "",
"Wallet ID": "",
"Invoice\/read key": "",
"paid": ""
"paid": "",
"Setup LNBits for paid articles": "",
"Click QR-Code to open your wallet": "",
"LNBits settings are not valid!": ""
}

View File

@@ -813,5 +813,8 @@
"LNBits Url": "",
"Wallet ID": "",
"Invoice\/read key": "",
"paid": ""
"paid": "",
"Setup LNBits for paid articles": "",
"Click QR-Code to open your wallet": "",
"LNBits settings are not valid!": ""
}

View File

@@ -30,6 +30,15 @@
{{ __('Submit paid news article') }}
<i class="fa fa-thin fa-coins"></i>
</x-button>
@else
<x-button
class="whitespace-nowrap"
:href="route('profile.lnbits')"
black>
<i class="fa fa-thin fa-gear"></i>
{{ __('Setup LNBits for paid articles') }}
<i class="fa fa-thin fa-coins"></i>
</x-button>
@endif
@endauth
</div>

View File

@@ -22,9 +22,9 @@
</div>
</div>
<div class="ml-3">
<p class="text-sm font-medium text-gray-200">
<div class="text-gray-200">{{ $libraryItem->lecturer->name }}</div>
</p>
<div class="text-sm font-medium text-gray-200">
<div class="text-gray-200">{{ $libraryItem->lecturer->name }}</div>
</div>
<div class="flex space-x-1 text-sm text-gray-500">
<time datetime="2020-03-16">{{ $libraryItem->created_at->asDateTime() }}</time>
@if($libraryItem->read_time)