prometheus/web/ui/mantine-ui/src/pages
Julius Volz 3d2194f561 Style cleanups, mostly for web notifications and startup alert
Some of the changes are a bit unreadable because the previous files were not
saved with the project's linter / auto-formatter settings applied. But it's
basically:

* For icons that are not Mantine-native components, use the rem() function
  for computing their size, so they scale correctly with the root font size.
  See https://mantine.dev/styles/rem/.
* Try a different icon for the notifications tray, since the bell icon was
  already used for Prometheus alerts. Other candidates from
  https://tabler.io/icons would be IconExclamationCircle or
  IconDeviceDesktopExclamation or IconMessageCircleExclamation.
* The server startup alert looked a bit cramped, introduced a Stack to add
  spacing between the text and the progress bar.
* Added a bit of spacing between notification text and date. Things looked
  cramped. To make things look ok with that, I also top-aligned the
  notification text and icon.

Signed-off-by: Julius Volz <julius.volz@gmail.com>
2024-10-04 14:14:45 +02:00
..
query Style cleanups, mostly for web notifications and startup alert 2024-10-04 14:14:45 +02:00
service-discovery Factor out common icon and card styles 2024-09-13 14:44:04 +02:00
targets Mantine UI: removed unuse file 2024-09-20 11:33:55 +02:00
AgentPage.tsx Factor out common icon and card styles 2024-09-13 14:44:04 +02:00
AlertmanagerDiscoveryPage.tsx Factor out common icon and card styles 2024-09-13 14:44:04 +02:00
AlertsPage.tsx Factor out common icon and card styles 2024-09-13 14:44:04 +02:00
ConfigPage.tsx Make spacing, shadows, and radius sizes more consistent 2024-03-14 12:19:41 +01:00
FlagsPage.module.css Lots of more progress on the new Mantine UI 2024-03-07 13:16:54 +01:00
FlagsPage.tsx Factor out common icon and card styles 2024-09-13 14:44:04 +02:00
RulesPage.tsx Style cleanups, mostly for web notifications and startup alert 2024-10-04 14:14:45 +02:00
StatusPage.tsx Factor out common icon and card styles 2024-09-13 14:44:04 +02:00
TSDBStatusPage.tsx Factor out common icon and card styles 2024-09-13 14:44:04 +02:00