-
+ {result.eventId && (
+ <>
+
- Event ID +
{result.eventId}
+ >
+ )}
+ {result.txHash && (
+ <>
+ - Tx Hash +
{result.txHash}
+ >
+ )}
+ {result.contractAddress && (
+ <>
+ - Contract +
{result.contractAddress}
+ >
+ )}
+ {result.targetRecipient && (
+ <>
+ - Recipient +
- {result.targetRecipient} + > + )} +
- Created +
- {new Date(result.createdAt).toLocaleString()} +
Notifications
+Notification Search
++ Search scheduled and processed notifications by sender, transaction hash, event ID, type, or free-text. +
+Searching…
+ )} + + {error && !loading && ( +Start searching
+Enter a query above to find notifications by sender, transaction hash, event ID, or type.
+No results found
+Try different keywords or clear filters to broaden the search.
++ {response.total.toLocaleString()} result{response.total !== 1 ? 's' : ''} — showing{' '} + {((page - 1) * PAGE_SIZE + 1).toLocaleString()}– + {Math.min(page * PAGE_SIZE, response.total).toLocaleString()} +
+ +