prometheus/web/ui/mantine-ui/src/components
Julien e34563bfe0 Retry SSE connection unless max clients have been reached.
This switches from the prehistoric EventSource API to the more modern
fetch-event-source package. That packages gives us full control over the
retries.

It also gives us the opportunity to close the event source when the
browser tab is hidden, saving resources.

Signed-off-by: Julien <roidelapluie@o11y.eu>
2024-09-27 16:18:33 +02:00
..
CustomInfiniteScroll.tsx Fix a few Mantine UI lint errors 2024-04-18 15:04:14 +02:00
EndpointLink.tsx Improve EndpointLink styling 2024-09-03 16:05:30 +02:00
ErrorBoundary.tsx Factor out common icon and card styles 2024-09-13 14:44:04 +02:00
InfoPageCard.tsx Factor out common icon and card styles 2024-09-13 14:44:04 +02:00
InfoPageStack.tsx Factor out common icon and card styles 2024-09-13 14:44:04 +02:00
LabelBadges.tsx Add initial Service Discovery page 2024-08-28 14:56:35 +02:00
NotificationsIcon.tsx Add notifications to the web UI when configuration reload fails. 2024-09-27 15:28:38 +02:00
NotificationsProvider.tsx Retry SSE connection unless max clients have been reached. 2024-09-27 16:18:33 +02:00
ReadinessWrapper.tsx mantine UI: Distinguish between Not Ready and Stopping 2024-09-17 16:02:16 +02:00
RuleDefinition.module.css Add query button to rule expressions, improve styling 2024-09-01 20:28:42 +02:00
RuleDefinition.tsx Factor out common icon and card styles 2024-09-13 14:44:04 +02:00
SettingsMenu.tsx Factor out common icon and card styles 2024-09-13 14:44:04 +02:00
StateMultiSelect.tsx Factor out common icon and card styles 2024-09-13 14:44:04 +02:00
ThemeSelector.tsx Clean up file hierarchy a bit, add some more comments 2024-04-09 12:36:53 +02:00