prometheus/web
Julius Volz 50af7d589b Fix tree line drawing by using a callback ref
In a non-dev build (no initial double-renders), the tree lines would not be
rendered correctly from the parent of a binop to its first child, because the
first child would be rendered before the parent, and the parent's ref hadn't
been set yet at that time. Switched from a normal ref to a callback-based ref
with explicit React state update to make sure that the child gets to know about
the parent's (later) rendered div element.

Signed-off-by: Julius Volz <julius.volz@gmail.com>
2024-09-16 08:42:20 +02:00
..
api/v1 chore: Fix typos (#14868) 2024-09-10 22:32:03 +02:00
ui Fix tree line drawing by using a callback ref 2024-09-16 08:42:20 +02:00
federate.go Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2024-02-28 14:54:53 +01:00
federate_test.go Enable perfsprint linter and fix up code 2024-05-15 17:51:05 +03:00
web.go Mantine UI: Use actual lookback delta in explain 2024-09-10 13:01:57 +02:00
web_test.go Add support for multiple listening addresses 2024-08-20 13:09:16 +02:00