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