feat: show notification panel via cog and add ntfy link copy
This commit is contained in:
@@ -1449,7 +1449,7 @@ function App() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{notificationPanelOpen && (
|
{notificationPanelOpen && (
|
||||||
<div className="mb-6 border border-gray-200 rounded-lg p-4 bg-gray-50">
|
<div className="mb-6 border border-gray-200 rounded-lg p-4 bg-gray-50">
|
||||||
{notificationError && (
|
{notificationError && (
|
||||||
<div className="mb-4 bg-red-100 border border-red-300 text-red-700 px-4 py-2 rounded">
|
<div className="mb-4 bg-red-100 border border-red-300 text-red-700 px-4 py-2 rounded">
|
||||||
{notificationError}
|
{notificationError}
|
||||||
@@ -1611,7 +1611,7 @@ function App() {
|
|||||||
{notificationSaving ? 'Speichere...' : 'Benachrichtigungen speichern'}
|
{notificationSaving ? 'Speichere...' : 'Benachrichtigungen speichern'}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<div className="mb-6 border border-gray-200 rounded-lg overflow-hidden">
|
<div className="mb-6 border border-gray-200 rounded-lg overflow-hidden">
|
||||||
|
|||||||
Reference in New Issue
Block a user