feat: show notification panel via cog and add ntfy link copy

This commit is contained in:
2025-11-09 21:11:10 +01:00
parent 76573f8814
commit 5a91eee11b

View File

@@ -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">