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